PHP Classes

HTML to PDF

Recommend this page to a friend!

      HTML to PDF  >  All threads  >  HTML to PDF  >  (Un) Subscribe thread alerts  
Subject:HTML to PDF
Summary:html_to_pdf_test.php is not working. Creating a corrupt file
Messages:38
Author:Ranjan Goyal
Date:2006-04-19 07:42:17
Update:2010-12-08 11:10:05
 
  1 - 10   11 - 20   21 - 30   31 - 38  

  21. Re: HTML to PDF   Reply   Report abuse  
Picture of Farhan Razzak Farhan Razzak - 2007-05-15 06:42:18 - In reply to message 2 from Harish Chauhan
Hello harish can u tell me wer is that corrected file i download all the file 2 times still it gives currupted message.my id is farhan.razzak@gmail.com reply plz.

  22. Re: HTML to PDF   Reply   Report abuse  
Picture of Softm Softm - 2007-07-15 16:31:38 - In reply to message 12 from Harish Chauhan
$this->host = "64.39.14.230";

$this->url = "/pdf-net/cleardoc.aspx";
$this->_sendRequest($s_POST_DATA);
$s_POST_DATA = "url=".urlencode($this->htmlurl);
$s_POST_DATA.= "&PagedOutput=on";
$s_POST_DATA.= "&AddLinks=on";
$s_POST_DATA.= "&x=30";
$s_POST_DATA.= "&y=30";
$s_POST_DATA.= "&w=550";
$s_POST_DATA.= "&h=704";
$s_POST_DATA.= "&UserName=";
$s_POST_DATA.= "&Password=";
$s_POST_DATA.= "&Timeout=15550";
$s_POST_DATA.= "&Submit=Add URL";


Wonderful!

  23. Re: HTML to PDF   Reply   Report abuse  
Picture of kanuj bhatnagar kanuj bhatnagar - 2007-08-02 07:12:27 - In reply to message 12 from Harish Chauhan
Thanks, turning 'curl' on worked. For all those who are getting this error, make sure your 'curl' is on. Good work, this stuff rocks.

  24. Re: HTML to PDF   Reply   Report abuse  
Picture of ivan bravo carlos ivan bravo carlos - 2007-12-19 01:23:08 - In reply to message 21 from Farhan Razzak
mmm well the class used to work fine then an Error appear.. Unknown Host, now i've changed it to: 69.46.25.89 and PDF Files are downloading again.. but corrupted, im pretty sure its not the CURL extension

could somebody has an answer to this?

  25. Re: HTML to PDF   Reply   Report abuse  
Picture of Aaron Aaron - 2007-12-19 22:05:54 - In reply to message 24 from ivan bravo carlos
Me too. The Free service has changed their configuration and the new IP 69.46.25.89 gives a PDF for download, but it is corrupted and will not open.

3rd party issue I suspect.

  26. Re: HTML to PDF   Reply   Report abuse  
Picture of Thomas Fritscher Thomas Fritscher - 2008-01-04 13:08:53 - In reply to message 25 from Aaron
The files in the archives seem to be old. I downloaded the two .php files manually and now it works!

  27. Re: HTML to PDF   Reply   Report abuse  
Picture of tim burkart tim burkart - 2008-02-22 03:54:42 - In reply to message 21 from Farhan Razzak
After following the post I learned two things:

1. The php files are old. Can you provide us with the URL for downloading the correct files?

2. Even after changing the URL to the IP address you provided I still get cannot connect to host?

3. Do you have any examples for converting the current page (html, php, etc.) to a pdf? The test file doesn't provide any usage documentation.

Thank you,
Tim

  28. Re: HTML to PDF   Reply   Report abuse  
Picture of Ramesh Ramesh - 2008-04-08 10:39:45 - In reply to message 7 from Harish Chauhan
html_to_pdf_test.php is not working. Creating a corrupt file
First its created file with the size 0kb. After that i showing "ERROR: Empty reply from server".

So Kindly send the new code to my mail id.
My Mail Id : rsrramesh@gmail.com

  29. Re: HTML to PDF   Reply   Report abuse  
Picture of iamsalafi2008 iamsalafi2008 - 2008-07-26 13:23:37 - In reply to message 11 from Mauricio
Dear Sir;
Can help me to get code about import yahoo, hotmail and gmail emails
by php codes.
thank you

  30. Re: HTML to PDF   Reply   Report abuse  
Picture of iamsalafi2008 iamsalafi2008 - 2008-07-26 13:25:46 - In reply to message 12 from Harish Chauhan
Dear sir;
can you help me to import my yahoo emails from my programs by php code
please take my subject your care.
Thanks

 
  1 - 10   11 - 20   21 - 30   31 - 38