|
|
 arvind baghel | 2006-09-19 06:23:28 |
we want show all pdf pages of the long html page.
But This package shows ony four page.if webpage is more long then it should be show full data in PDF. but it can not show more than four page..
Please provide the solution. |
 Harish Chauhan | 2006-09-19 07:41:01 - In reply to message 1 from arvind baghel |
You can use another service to convert all pages.
$htmltopdf = new HTML_TO_PDF();
$htmltopdf->useURL(HKC_USE_EASYW);
|
 arvind baghel | 2006-09-19 09:10:06 - In reply to message 2 from Harish Chauhan |
Thanks, Nice Working..
Arvind Baghel |
 George Roberts | 2006-11-03 15:53:17 - In reply to message 2 from Harish Chauhan |
hello-
i use your solution and get the following error in acrobat:
"Acrobat could not open 1-18.pdf because it is either not a supported file type of because the file has been damaged"
here is the code for reference.
Can you point me in the right direction?
require('html_to_pdf.inc.php');
$htmltopdf = new HTML_TO_PDF();
$htmltopdf->useURL(HKC_USE_EASYW);
$htmltopdf->downloadFile("NAME.pdf");
$result = $htmltopdf->convertURL("http://MYURL.php");
if($result==false)
echo $htmltopdf->error();
|
 vijaya | 2007-02-12 13:33:27 - In reply to message 2 from Harish Chauhan |
| If I want to use the same HKC_USE_ABC Since HKC_USE_EASYW doesn't maintain the same css as html |
 arjun_paravoor | 2007-03-15 07:04:31 - In reply to message 2 from Harish Chauhan |
| hey this does not suppot the same css style how to solve this |
 Colin Reid | 2007-04-30 14:10:46 - In reply to message 6 from arjun_paravoor |
| Yeah... how do you get an award for something when the user has to choose between A) only the first four pages or B) not having the document get formatted correctly. Is there possibly another address to use, or some documentation on how to set one up yourself? |
 Eric Kittell | 2007-05-09 19:28:41 - In reply to message 7 from Colin Reid |
| ABC service limits you to only 4 pages, it's part of the demo for their software package not a web service they offer to the public. The other service doesn't work any more. |
|