Forum main page
Most
active member
Login page
Register
Log out
Search page
View our event calendar
Add general event such as an
upcoming software release or conference
View all birthdays
Public image gallery
Upload your images in your profile
Profile editing page
Subscription list page
Address book page
Member list page
View the most
active member
User groups listing
Private message page
|
|
Users viewing this topic: none
|
|
Login | |
|
HTML to PDF possible? - 19 October 2004
|
|
|
tochprasad
Posts: 18
Score: 0 Joined: 16 April 2004 Status: offline
|
Hi, I have one big HTML ApplicationForm. Currently it is showing in HTML form.I want to convert it into PDF. Is it possible to convert HTML to PDF. Thanks in advance, LALITH
< Message edited by tochprasad -- 2 November 2004 >
|
|
|
|
RE: HTML to PDF possible? - 1 November 2004
|
|
|
Admin
Posts: 41
Score: 0 Joined: 23 February 2004 Status: offline
|
Please provide more information. Do you want to do this in Java code? Or can it be done online manually?
_____________________________
I thought the movie The Passion was a great movie and a timely reminder to us all.
|
|
|
|
RE: HTML to PDF possible? - 2 November 2004
|
|
|
ranjanbaisak
Posts: 62
Score: 0 Joined: 4 August 2004 Status: offline
|
This is very much possible. Look into apache's fop Driver.
_____________________________
regards, Ranjan ranjanbaisak@yahoo.com
|
|
|
|
RE: HTML to PDF possible? - 2 November 2004
|
|
|
tochprasad
Posts: 18
Score: 0 Joined: 16 April 2004 Status: offline
|
Hi, Thanks for responding my problem. I have one big JSP (HTML) page. I need to convert it into PDF. I don't have XML for that data. Using fop is it possible to convert it into PDF? Please give me any idea. Thanks in advance, LALITH
< Message edited by tochprasad -- 2 November 2004 >
|
|
|
|
RE: HTML to PDF possible? - 2 November 2004
|
|
|
ranjanbaisak
Posts: 62
Score: 0 Joined: 4 August 2004 Status: offline
|
quote:
Using fop is it possible to convert it into PDF? Yeah. Currently I am using fo to create pdf reports from html pages.
_____________________________
regards, Ranjan ranjanbaisak@yahoo.com
|
|
|
|
RE: HTML to PDF possible? - 2 November 2004
|
|
|
tochprasad
Posts: 18
Score: 0 Joined: 16 April 2004 Status: offline
|
If possible can you please give me those examples link. Meanwhile I will search. Thanks, LALITH
< Message edited by tochprasad -- 2 November 2004 >
|
|
|
|
RE: HTML to PDF possible? - 4 November 2004
|
|
|
ranjanbaisak
Posts: 62
Score: 0 Joined: 4 August 2004 Status: offline
|
quote:
If possible can you please give me those examples link org.apache.fop.apps.Driver Driver driver = org.apache.fop.apps.Driver(); driver.setInputSource({Your input stream});//This input stream should be your xsl-fo stylesheet applied on html. So you need to create a generic stylesheet that will create html to fo specific transform. driver.setOutputStream({File output stream});//The name of your pdf file in stream format driver.setRenderer(Driver.RENDER_PDF); driver.run(); I just give you the hint how to create pdf files. And its upto you to decide how to proceed. I remembered, couple of years back I had used iText for pdf creation.
_____________________________
regards, Ranjan ranjanbaisak@yahoo.com
|
|
|
|
RE: HTML to PDF possible? - 5 March 2007
|
|
|
good123
Posts: 1
Score: 0 Joined: 5 March 2007 Status: offline
|
PDF to HTML - Converts PDF files to HTML files while seeking to preserve the original page layout (as best as technically possible).
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|