How Do I Edit a Pdf With Itext?

Java Documents

Topic:

Java Documents

  1. adrielo wrote: 20/07/2007 at 19h10

Default How do I edit a PDF using iText?

  1. Good morning
  2. I have to create an application that uses a PDF file and modify it. Does anyone have a sample code. Or I could be given the lead.
    Thank you. Thank you.
  3. CyberChouan wrote: 21/07/2007 at 22:47 hours

Default

  1. Editing PDF files is something that gets pretty bad.
  2. iText allows you to separate the pages of a pdf, to merge two pdf, to add a watermark on your pages… but does not allow complex operations on the content such as editing and modifying a page.
  3. Now I suppose that’s what you mean by modifying a pdf. There’s no free bookstore that I know of that does this properly.
  4. adrielo wrote: 22/07/2007 at 11:28am

Default

  1. Well, then my question would be how to read a pdf, create one and then merge the two into another pdf.
  2. (I am asked to create online quotes in pdf and I have to add dynamic data such as name, first name…etc to a blank quote)
  3. ericw78 wrote: 22/07/2007 at 12:03pm

Default

  1. Looks in iText tutorials: http://itextdocs.lowagie.com/tutorial/
  2. You can find examples of how to manipulate pdfs and acroforms.
  3. adrielo wrote: 22/07/2007 at 23:36 hours

Default

  1. It worked thanks to the tutorial you gave me!!
    Thank you
  2. maadras wrote: 18/09/2007 at 18:20 pm

Default

  1. Quote Sent by CyberChouan View message
  2. There’s no free bookstore that I know of that does this properly.
  3. Which (paying) bookstores allow this correctly?
  4. Thank you very much!
  5. binoglobule wrote: 07/11/2008 at 17h27

Default

  1. I don’t care about it:
  2. 1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13

 

 

 

You May Also Like