Physical limits on PDF page size ?

  • Hello all,

    I am trying to create *huge* PDF pages but I'm experiencing crashes.

    When I create a pdf page with 96 dpi (reference device = screen) that is 9362 pixels high, 1123 pixels wide, the computer crashes all over the place as soon as I perform "tWPPdfPrinter.enddoc".

    In the Delphi IDE, the CPU window opens with a breakpoint in the routine "ntdll.DbgBreakPoint". Subsequently the computer reports "out of memory" though the machine has 3 GB of which most is free.
    Small pages are no problem, of course, but I really need to create extremely large pages. They are no problem whatsoever in either Adobe PDF or CutePDF at 150 dpi.

    Are there any limitations on complexity or page size inside WPPDF (apart from the 32000 pixel coordinate system limitation which I'm well aware of) ?