Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

.*pdf file API

  Asked By: Ketan    Date: Apr 26    Category: Java    Views: 661
  

Is there any API, that can be used to work with Accrobat *.pdf files? I know how
to make jpeg files for example, but now need to use pdf instead...

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Paul Brooks     Answered On: Apr 26

Yes.
Sorry, but i dont know what it is or where it is, but some guys
at work  used it. I'll try to find out more when I go in on Monday.

 
Answer #2    Answered By: Nagina Mian     Answered On: Apr 26

You can try a library lib PDFLib (www.pdflib.com)
to code functions that write content to PDF
documents. Or you can generate XML Formatting Objects and
convert those to PDF's using FOP (www.apache.com/xml),
RenderX XEP (www.renderx.com), or AntennaHouse PDF
Converter (www.antennahouse.com). There are others as
well.

 
Answer #3    Answered By: Whitney Cruz     Answered On: Apr 26

We use PDFlib and it's really good.

 
Answer #4    Answered By: Asir Hashmi     Answered On: Apr 26

There's also iText, a sourceforge
project:<br>www.lowagie.com/.../index.html<br><br>Adobe tightly
controls the PDF usage so read the FAQ
page on how and why iText works the way it does. It
may also explain why you don't see more PDF
tools.

 
Didn't find what you were looking for? Find more on .*pdf file API Or get search suggestion and latest updates.




Tagged: