• Resolved achubault

    (@achubault)


    Hello David

    Thank you very much for your plugin. It is great!

    It works very well when printing HTML :
    $printed = $gcpl->print_document(false, $name, $content_to_print_in_html);

    However, the style and layout of the file printed is a bit disrupted. So I try to generate a PDF from my HTML, using mPDF libary. The PDF generated is nice but I can’t get it printed with your library :
    $myPDF->WriteHTML( $content_to_print_in_html );
    $printed = $gcpl->print_document(false, $name, $myPDF);

    Could you let me knwo if it is possible to print a PDF with your library and how to do it ?
    Many thanks

    • This topic was modified 6 years, 6 months ago by achubault.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Print PDF rather than HTML’ is closed to new replies.