You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by madhavi gadireddy <ge...@yahoo.com> on 2005/10/06 05:16:38 UTC

edit pdf info and sending back to Java Application

Hi,
 
I need to edit a pdf created with FOP and send the information back to Java application. Can I edit the pdf with FOP or is there any better way to do it. Any help will be appreciated.
 
Thank you,
Madhavi.


		
---------------------------------
Yahoo! for Good
 Click here to donate to the Hurricane Katrina relief effort. 

Re: edit pdf info and sending back to Java Application

Posted by madhavi gadireddy <ge...@yahoo.com>.
Actually after looking at the pdf the client needs to edit, if changes are required and we need to save the changes back to database.

Glen Mazza <gm...@apache.org> wrote:madhavi gadireddy wrote:

> Hi,
> 
> I need to edit a pdf created with FOP and send the information back to 
> Java application. Can I edit the pdf with FOP or is there any better way 
> to do it. Any help will be appreciated.
> 

No, FOP doesn't accept PDF documents as input. Can you give more 
information about your requirements? Instead of changing the PDF after 
the document is created, are you sure you can't generate it the way you 
want the first time?

Glen

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: edit pdf info and sending back to Java Application

Posted by Glen Mazza <gm...@apache.org>.
madhavi gadireddy wrote:

> Hi,
>  
> I need to edit a pdf created with FOP and send the information back to 
> Java application. Can I edit the pdf with FOP or is there any better way 
> to do it. Any help will be appreciated.
>  

No, FOP doesn't accept PDF documents as input.  Can you give more 
information about your requirements?  Instead of changing the PDF after 
the document is created, are you sure you can't generate it the way you 
want the first time?

Glen

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: edit pdf info and sending back to Java Application

Posted by Manuel Mall <mm...@arcus.com.au>.
On Thu, 6 Oct 2005 11:16 am, madhavi gadireddy wrote:
> Hi,
>
> I need to edit a pdf created with FOP and send the information back
> to Java application. Can I edit the pdf with FOP or is there any
> better way to do it. Any help will be appreciated.

Generally speaking PDF is not an 'editable' file format. The usual 
approach is to edit the source used to generate the PDF and then 
regenerate the PDF. That said there are some Java toolkits around which 
can manipulate PDFs, iText and PDFBox for example. If these are 
suitable depends on what you need to do.

Also, FOP is NOT an editor of any sorts. It is a processor which takes 
as input a document in XSL-FO format and produces as output a document 
formatted according to the instructions in the XSL-FO input. The 
document output type can be PDF (probably the most popular) or a 
variety of other types supported by FOP.

>
> Thank you,
> Madhavi.
>

Manuel

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org