Type alias DocProps

DocProps: {
    coordinateSystem: "PDF" | "originTop";
    producer: string;
    schemaVersion: string;
}

Type declaration

  • coordinateSystem: "PDF" | "originTop"
    • in the "PDF" coordinate system, the origin at the bottom left, and larger y values indicate locations higher in the page
    • in the "originTop" system, the origin is at the top left, and increasing y values indicate coordinates that are lower on the page

    In all cases the units are PDF points (1/72 of an inch)

  • producer: string

    The name of the engine that produced this file

  • schemaVersion: string

    JSON schema used by this file