BizTalk Utilities Xselerator XSLT IDE


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

HTML to PDF possible?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Ask XML questions here] >> Java XML Discussions >> HTML to PDF possible? Page: [1]
Login
Message << Older Topic   Newer Topic >>
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 >
Post #: 1
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.

(in reply to tochprasad)
Post #: 2
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

(in reply to Admin)
Post #: 3
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 >

(in reply to ranjanbaisak)
Post #: 4
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

(in reply to tochprasad)
Post #: 5
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 >

(in reply to ranjanbaisak)
Post #: 6
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

(in reply to tochprasad)
Post #: 7
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).

(in reply to tochprasad)
Post #: 8
RE: HTML to PDF possible? - 8 July 2007   
fchivu

 

Posts: 1
Score: 0
Joined: 8 July 2007
Status: offline
The only managed HTML to PDF converter  producing high quality results is the one I a found at http://www.dotnet-reporting.com or http://www.winnovative-software.com , is the same .

I don't know any free html to pdf converter producing similar results.

Regards,
Florin


_____________________________

<a href="http://www.dotnet-reporting.com">HTML to PDF Converter for .NET</a>

(in reply to tochprasad)
Post #: 9
Page:   [1]
All Forums >> [Ask XML questions here] >> Java XML Discussions >> HTML to PDF possible? Page: [1]
Jump to:





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



Email TopXML

Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.141