Beiträge von adeptus

    Hallo,
    wie der Titel schon sagt, möchte ich mehrere Reportbuilder ausdrucke in EINER PDF-Datei über wPDF bringen.

    Zur Zeit drucke ich einen Report so in die PDF-Datei:

    Wie kann ich es erreichen, dass mehrere ReportBuilder-Outputs in die gleiche PDF-Datei landen?

    Hi,

    I´d like to be able to print a PDF using Command (COMPDF_Print). The first page has to printed on paper from "tray 1", alle the other pages from "Tray 2".

    I tried using the commands COMPDF_SelectPrinterBin1 and COMPDF_SelectPrinterBin2, but whithout really knowing what to do...

    I was able to use COMPDF_SelectPrinterBin0 to change the standard-tray, but I need to be able to change the try during the print-operation, after the first page. I thought that the command above would do the work, since they are declared the following way:

    Code
    COMPDF_SelectPrinterBin1  = 39; // PrinterBin Def for primary
      COMPDF_SelectPrinterBin2  = 40; // PrinterBin Def for secondary

    This is very urgent! Has anyone tried this before?

    I read a message here in the forum about COMPDF_SelectPrinterBin0 but haven´t found anything about the other commands.

    Any help appreciated! Thanks!