Hello,
I am working for a company called ceTe Software which has a product
using which you can create PDF documents programmatically from
scratch, merge existing PDF documents, add contents to existing PDF
files, stamping PDFs, appending existing PDF documents, form filling,
rotating and scaling PDFs, etc.
You can merge the existing PDF documents without any problem you can
also modify the existing PDF documents. You can create a PDF using the
text files but there is no direct conversion for this.
Currently it is not possible to convert the word and RTF files into
PDF documents but we are working on developing a product which can
convert these files into PDF.
You can add headers and footers to the PDF and you can also use the
Template element for this. It is not a problem for creating a 100 page
PDF using our product.
You can refer to our website at
http://www.cete.com.
Thanks,
Ranganadh.
On May 1, 2:07 am, Don M <
donaldsmitch...@gmail.com> wrote:
> Hi,
>
> This isn't Java Posse related, but I'm looking for suggestions or
> recommendations from anyone that has had to work with generating PDFs,
> converting existing documents toPDF, and merging multiple PDFs into
> one newPDF.
>
> I'm currently running in a Java 5, Apache Tomcat 5.0, Oracle, Solaris
> environment, and have the budget to explore other applications and
> hardware including non-Java products as long as I can integrate them
> in our existing Java environment.
>
> We basically have a "document management" application that has been
> allowing people to upload Word,PDF, RTF, and text documents. Related
> documents are stored together with other metadata about them. They
> would like to have all of these documents converted and merged into a
> singlePDFwith some cover pages, appropriate headers and footers, and
> some custom pages sprinkled throughout based on the metadata. The
> final document will be under 100 pages in almost all cases and
> probably around 30 pages.
>
> Has anyone done anything like this and have some experiences to
> share? Creating new PDFs from metadata in Java is something we
> already do in a few apps, but converting different document types toPDFand merging them together is new to us.
>
> Don