PDFYRes and PDFXRes

    • Offizieller Beitrag

    Hi,

    You can work with any resolution on the 'Canvas: object. There are API functions which modify the resolution, the PDF engine will pick up that commands and create the PDF code for them.
    It is not possible to change PDFXres/Yres directy, only in your code.

    The best is to work with metafiles and simply send these to the PDF engine to be converted to a page each.

    Julian Ziersch