Is there any API, that can be used to work with Accrobat *.pdf files? I know howto make jpeg files for example, but now need to use pdf instead...
Yes.Sorry, but i dont know what it is or where it is, but some guysat work used it. I'll try to find out more when I go in on Monday.
You can try a library lib PDFLib (www.pdflib.com)to code functions that write content to PDFdocuments. Or you can generate XML Formatting Objects andconvert those to PDF's using FOP (www.apache.com/xml),RenderX XEP (www.renderx.com), or AntennaHouse PDFConverter (www.antennahouse.com). There are others aswell.
We use PDFlib and it's really good.
There's also iText, a sourceforgeproject:<br>www.lowagie.com/.../index.html<br><br>Adobe tightlycontrols the PDF usage so read the FAQpage on how and why iText works the way it does. Itmay also explain why you don't see more PDFtools.