aspose file tools
The moose likes Other Open Source Projects and the fly likes What PDF product would you recommend for ... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "What PDF product would you recommend for ..." Watch "What PDF product would you recommend for ..." New topic
Author

What PDF product would you recommend for ...

Fernando Margueirat
Ranch Hand

Joined: Jun 07, 2004
Posts: 33
... generating PDF files using another PDF as a template. The new PDF has to replace certain text fields from the template (based on their name) with data extracted from other sources.

The idea is to let the end user generate their own templates using any PDF editing program and asking him/her to name the fields that have to be replaced dynamically following a specification.

Thanks

Fernando
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35429
    
    9
In general it's hard to impossible to alter text in a PDF. It may be possible if the text is part of an AcroForm. If it is, then the iText library can do that.


Android appsImageJ pluginsJava web charts
Fernando Margueirat
Ranch Hand

Joined: Jun 07, 2004
Posts: 33
Thanks Ulf

I was affraid that was the response. But after looking a little more into forms I think they might be suitable for what I need to do. And it looks quite simple to be done in iText.

Thanks again

Fernando
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: What PDF product would you recommend for ...
 
Similar Threads
Filling up PDF template
generation of PDF files using .rtf template sample
FO:creating editable PDF?
iText issue- how to read filled PDF from from a hashmap.
Itext modified template not printing dynamic fields