convert xml into pdf with a java appl.
hi to all,
I already found a description,that shows how to convert XML to PDF with a
java servlet, but is it possible to do so with a "simple" java application
?
thx for any advice(s) in advance !!!
-katy-
[240 byte] By [
katy] at [2007-11-9 15:22:59]

# 1 Re: convert xml into pdf with a java appl.
You might want to look at my article at
http://www.xml-zone.com/articles/vp101201/vp101201-1.asp
to generate PDF from XML using Java servlet. you can do same with Java application
too . instead of making it as a servlet make an application with same logic.
not a big deal.
Cheers,
"katy" <katy__@hotmail.com> wrote:
>
>hi to all,
>
>I already found a description,that shows how to convert XML to PDF with
a
>java servlet, but is it possible to do so with a "simple" java application
>?
>
>thx for any advice(s) in advance !!!
>
>-katy-
>
>
# 2 Re: convert xml into pdf with a java appl.
Hi Katy,
a good example with a download can be found at the following link:
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=2182&lngWId=2
Good Luck
You mentioned you found on how to convert with a servlet, can you please
share that with me since I have been struggling with that. Thanks
amir eshaq
"katy" <katy__@hotmail.com> wrote:
>
>hi to all,
>
>I already found a description,that shows how to convert XML to PDF with
a
>java servlet, but is it possible to do so with a "simple" java application
>?
>
>thx for any advice(s) in advance !!!
>
>-katy-
>
>
amir at 2007-11-11 23:31:22 >

# 3 Re: convert xml into pdf with a java appl.
If you can do it in an simple app, you can do it in a servlet. And the other
way around. If you developed your classes properly it should be very easy
to do. The servlet is really nothing more than a server-side app. I do
this type of thing all the time.
Mark
"amir" <jamalag@hotmail.com> wrote:
>
>Hi Katy,
>
>a good example with a download can be found at the following link:
>http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=2182&lngWId=2
>
>Good Luck
>
>You mentioned you found on how to convert with a servlet, can you please
>share that with me since I have been struggling with that. Thanks
>
>amir eshaq
>
>
>"katy" <katy__@hotmail.com> wrote:
>>
>>hi to all,
>>
>>I already found a description,that shows how to convert XML to PDF with
>a
>>java servlet, but is it possible to do so with a "simple" java application
>>?
>>
>>thx for any advice(s) in advance !!!
>>
>>-katy-
>>
>>
>
MarkN at 2007-11-11 23:32:27 >

# 4 Re: convert xml into pdf with a java appl.
katy,
We use a nice little program called "Eclipse" from DocSoft (www.docsoft.com).
It can output to multiple file formats from XML provided you know how to
write XSL for it. Effective, and not too expensive.
onewebdevguy
"katy" <katy__@hotmail.com> wrote:
>
>hi to all,
>
>I already found a description,that shows how to convert XML to PDF with
a
>java servlet, but is it possible to do so with a "simple" java application
>?
>
>thx for any advice(s) in advance !!!
>
>-katy-
>
>
# 5 Re: convert xml into pdf with a java appl.
Katy,
The best Java tool I've found for generating PDFs is iText. You can get it
at http://www.lowagie.com/iText and it's free!
Chris
"katy" <katy__@hotmail.com> wrote:
>
>hi to all,
>
>I already found a description,that shows how to convert XML to PDF with
a
>java servlet, but is it possible to do so with a "simple" java application
>?
>
>thx for any advice(s) in advance !!!
>
>-katy-
>
>
C at 2007-11-11 23:34:22 >
