ConvertOptions
Defined in: src/core/converter/facade.ts:27
Extends
Section titled “Extends”ConvertDocxOptions
Properties
Section titled “Properties”attachments?
Section titled “attachments?”
readonlyoptionalattachments?: readonlyAttachedFile[]
Defined in: src/layout/styled-layout.ts:187
Inherited from
Section titled “Inherited from”StyledRenderOptions.attachments
charts?
Section titled “charts?”
readonlyoptionalcharts?:ReadonlyMap<string,Chart>
Defined in: src/layout/styled-layout.ts:152
Inherited from
Section titled “Inherited from”embeddedFonts?
Section titled “embeddedFonts?”
readonlyoptionalembeddedFonts?:ReadonlyMap<string,FontRegistry>
Defined in: src/layout/styled-layout.ts:137
Inherited from
Section titled “Inherited from”StyledRenderOptions.embeddedFonts
embedSource?
Section titled “embedSource?”
readonlyoptionalembedSource?:boolean
Defined in: src/word/docx-to-pdf.ts:25
Inherited from
Section titled “Inherited from”ConvertDocxOptions.embedSource
fontBytes?
Section titled “fontBytes?”
readonlyoptionalfontBytes?:Uint8Array<ArrayBufferLike>
Defined in: src/word/docx-to-pdf.ts:15
Inherited from
Section titled “Inherited from”ConvertDocxOptions.fontBytes
fontFamily?
Section titled “fontFamily?”
readonlyoptionalfontFamily?:string
Defined in: src/word/docx-to-pdf.ts:19
Inherited from
Section titled “Inherited from”ConvertDocxOptions.fontFamily
fontFetch?
Section titled “fontFetch?”
readonlyoptionalfontFetch?:FetchLike
Defined in: src/word/docx-to-pdf.ts:21
Inherited from
Section titled “Inherited from”ConvertDocxOptions.fontFetch
fontProviders?
Section titled “fontProviders?”
readonlyoptionalfontProviders?: readonlyFontProvider[]
Defined in: src/core/converter/facade.ts:43
Font resolution chain (ir-design §8). When set (and no caller fonts),
the facade resolves the default font set through these providers — e.g.
[localFontProvider(), remoteFontProvider()] — and reports a ‘substituted’
loss when anything below a caller/embedded answer wins. Local Font Access
stays strictly opt-in via this option (it can trigger a permission
prompt), which is why nothing wires it in by default.
fonts?
Section titled “fonts?”
readonlyoptionalfonts?:FontBytesByVariant
Defined in: src/word/docx-to-pdf.ts:16
Inherited from
Section titled “Inherited from”ConvertDocxOptions.fonts
headersFooters?
Section titled “headersFooters?”
readonlyoptionalheadersFooters?:ReadonlyMap<string, readonlyBodyElement[]>
Defined in: src/layout/styled-layout.ts:147
Inherited from
Section titled “Inherited from”StyledRenderOptions.headersFooters
hyphenator?
Section titled “hyphenator?”
readonlyoptionalhyphenator?:Hyphenator
Defined in: src/layout/styled-layout.ts:162
Inherited from
Section titled “Inherited from”StyledRenderOptions.hyphenator
readonlyoptionalinfo?:DocumentInfo
Defined in: src/layout/styled-layout.ts:165
Inherited from
Section titled “Inherited from”language?
Section titled “language?”
readonlyoptionallanguage?:string
Defined in: src/layout/styled-layout.ts:182
Inherited from
Section titled “Inherited from”marginBottom?
Section titled “marginBottom?”
readonlyoptionalmarginBottom?:number
Defined in: src/layout/styled-layout.ts:158
Inherited from
Section titled “Inherited from”StyledRenderOptions.marginBottom
marginLeft?
Section titled “marginLeft?”
readonlyoptionalmarginLeft?:number
Defined in: src/layout/styled-layout.ts:155
Inherited from
Section titled “Inherited from”StyledRenderOptions.marginLeft
marginRight?
Section titled “marginRight?”
readonlyoptionalmarginRight?:number
Defined in: src/layout/styled-layout.ts:156
Inherited from
Section titled “Inherited from”StyledRenderOptions.marginRight
marginTop?
Section titled “marginTop?”
readonlyoptionalmarginTop?:number
Defined in: src/layout/styled-layout.ts:157
Inherited from
Section titled “Inherited from”numbering?
Section titled “numbering?”
readonlyoptionalnumbering?:Numbering
Defined in: src/layout/styled-layout.ts:139
Inherited from
Section titled “Inherited from”pageHeight?
Section titled “pageHeight?”
readonlyoptionalpageHeight?:number
Defined in: src/layout/styled-layout.ts:154
Inherited from
Section titled “Inherited from”StyledRenderOptions.pageHeight
pageWidth?
Section titled “pageWidth?”
readonlyoptionalpageWidth?:number
Defined in: src/layout/styled-layout.ts:153
Inherited from
Section titled “Inherited from”
readonlyoptionalpdfA?:PdfALevel
Defined in: src/layout/styled-layout.ts:173
Inherited from
Section titled “Inherited from”registriesByFamily?
Section titled “registriesByFamily?”
readonlyoptionalregistriesByFamily?:ReadonlyMap<FamilyKey,FontRegistry>
Defined in: src/layout/styled-layout.ts:133
Inherited from
Section titled “Inherited from”StyledRenderOptions.registriesByFamily
resources?
Section titled “resources?”
readonlyoptionalresources?:ResourceStore
Defined in: src/layout/styled-layout.ts:149
Inherited from
Section titled “Inherited from”section?
Section titled “section?”
readonlyoptionalsection?:SectionProperties
Defined in: src/layout/styled-layout.ts:142
Inherited from
Section titled “Inherited from”sections?
Section titled “sections?”
readonlyoptionalsections?: readonlySection[]
Defined in: src/layout/styled-layout.ts:146
Inherited from
Section titled “Inherited from”signature?
Section titled “signature?”
readonlyoptionalsignature?:SignatureOptions
Defined in: src/word/docx-to-pdf.ts:28
Inherited from
Section titled “Inherited from”ConvertDocxOptions.signature
signaturePlaceholder?
Section titled “signaturePlaceholder?”
readonlyoptionalsignaturePlaceholder?:SignaturePlaceholder
Defined in: src/layout/styled-layout.ts:191
Inherited from
Section titled “Inherited from”StyledRenderOptions.signaturePlaceholder
strict?
Section titled “strict?”
readonlyoptionalstrict?:boolean
Defined in: src/core/converter/facade.ts:34
Strict mode (handoff v1 §5): throw ConversionLossError on the first recorded loss instead of returning it in the report.
tagged?
Section titled “tagged?”
readonlyoptionaltagged?:boolean
Defined in: src/layout/styled-layout.ts:178
Inherited from
Section titled “Inherited from”
readonlyoptionalto?:"pdf"|"svg"
Defined in: src/core/converter/facade.ts:29
Target format: ‘pdf’ (default) or ‘svg’ (page-stack preview).