try to send it as attachment
Suhas
_________________________________
 
Encrypt your PHP code for FREE at
 
 
_________________________________
----- Original Message -----
From: Todd Cary
Sent: Thursday, July 03, 2003 1:18 PM
Subject: [PHP] Sending a PDF page

[Sent this the first time to the wrong list]

In this code:

 if ($prtpdf) {
    include "letter_new.php";
    exit;
  }

I create a PDF page, however I would like to continue within the script (not have the exit).  If I do that, the PDF page is corrupted by the script code.

What is the best solution for this?

Todd

--

Reply via email to