Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   PHP (https://www.askmehelpdesk.com/forumdisplay.php?f=454)
-   -   Printer function (https://www.askmehelpdesk.com/showthread.php?t=198765)

  • Mar 26, 2008, 05:36 AM
    chennaiaras
    Printer function
    Hi

    I have a document to print with php.

    In my page, I started with

    PHP Code:

    $handle=printer_open("PrimoPdf");
    printer_start_doc($handle,"my document");

    printer_start_page($handle);

    print 
    "< things to be printed>";

    printer_end_page($handle);

    print 
    "< extra things to be printed>"

    Now, the issue is at the line of printer_end_page($handle); it does not give a page break but continues to print in the same page.

    Any help could be greatly appreciated.

    Thanks,
    Aras

  • All times are GMT -7. The time now is 08:48 AM.