MCPcopy
hub / github.com/Lulzx/tinypdf / PDFObject

Interface PDFObject

src/index.ts:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34type PDFValue = null | boolean | number | string | PDFValue[] | Ref | { [key: string]: PDFValue | undefined }
35
36interface PDFObject {
37 id: number
38 dict: Record<string, PDFValue>
39 stream: Uint8Array | null
40}
41
42/**
43 * Measure text width in points

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected