Print orientation

  • Hi,

    For our project (C++ Builder 5) we need to print customers produced PDF files and they provide some Landscape PDF. We are using the pdfPrint - PRINT PDF function to do this job. Is there a hidden parameter to use for auto rotating like it is proposed by acrobat reader ?

    The result of printing is landscape PDF (an scanned image) if cropped on portrait sheet...

    I found the command COMPDF_GetPageRotation to detect printing format but even after modify Printer() object to change orientation and then call pdfPrint the same result is there.