• I'm trying the pdfprinter and i've found and error in function drawbitmap.
    If i use jpeg compresion, the function fails with error jpeg #36 in same pages.
    This is a know bug of delphi when writting jpeg between 1 and 2 meg.

    • Offizieller Beitrag

    Hi,

    I cannot do much here. If you have data which already exists JPEG compressed you can use DrawJPEG to export it. You will need to the physicla size (w,h) in the DrawJPEG command.
    The function is used in the internal DrawTGraphic which can serve as an example.

    Julian