We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Dynamically Creating PDFs in a Web Application
|
| Subject: |
|
How I Convert Html file to PDF file |
| Date: |
|
2006-12-11 04:34:36 |
| From: |
|
coolshee
|
Response to: How I Convert Html file to PDF file
|
|
What i want is that my html file should be converted to pdf file means that html data should be displayed in pdf form...For this i have converted my html file to xhtml.And then from xhtml to xsl-fo document.Then i converted this fo document to pdf file.The problem which i am facing is that it creates a blank pdf file means no data is displayed in pdf file..Could u plz tell me why it is so |