Home Devices

printing to several files

edited March 2005 in Devices
Hello,

how do I print one big document via printer and
while printing - after certain conditions, e. g.
"next customer" - split the Report into several
PDF-Files?

Any suggestions?


Cheers,

Andre'

Comments

  • edited March 2005

    One solution would be to generate the report to an archive file (.raf). Then
    use the ArchiveReader to print to the entire report to the printer or select
    a range of pages and print to PDF.

    Demo 124 (dm0124.pas) in RBuilder\Demos\Reports\Demo.dpr show how to print a
    list of pages programmatically.


    --
    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.