• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

API for reading/writing PDF in java

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
All,
I need help in finding API for reading/writing PDF documents using Java 2.0
Thanks & Regards
Java_Guy
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello "java_guy",
May I ask you to update your profile by changing your display name into something that complies with our naming policy?
Thanks, and welcome to the 'ranch!
 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A quick googling gave me the following links within the first couple of pages:
http://www.lowagie.com/iText/index.html
http://big.faceless.org/products/pdf/
http://www.elegantjbeans.com/pdf/
http://retep.org/retep/pdf/home.do
http://www.andykhan.com/orinoco/
Finally, if you don't find any of these suitable for your needs, you can always make your application produce XSL-FO documents and run them through Apache FOP to get a PDF...
 
satish sathineni
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Thanks,
Lasse Koskela
my requirement was to read the PDF documents using java and then convert it to xml file. If any such api is available .
Thanks & Regards
cool_kumar
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at http://www.adobe.com/products/acrviewer/acrvdnld.html?name=Accept#java and http://www.geocities.com/marcoschmidt.geo/java-libraries-pdf.html
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic