Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Input options for defining page margins for PDF generation. All values are strings that must include units (e.g., "1cm", "0.5in", "10px").

Definition

input PDFMarginOptions {
  bottom: String
  left: String
  right: String
  top: String
}

Fields

bottom

String Bottom margin. Example: "1cm".

left

String Left margin. Example: "1cm". String Right margin. Example: "1cm".

top

String Top margin. Example: "1cm".