Read & edit metadata in pdf - using java

  • Follow


Hi,

I previously used a Perl PDF libray to manipulate the metadata in pdf
documents but I need something that is a little more stable across pdf
versions. So I'm turning to Java... (maybe iText, any thoughts?)

I'm going to create a webpage that employees within my co can access,
submit their pdf and the title/author metadata, alter the metadata in
the pdf on the server side, and then return it to the employee.

I don't need to worry about editing any of the contents of the pdf;
words, paragraphs, tables, images etc.. just the metadata.

Anyone got any suggestions or sample code stubs?

-Mark
0
Reply mrf2 (1) 10/13/2003 12:16:30 PM

heezy wrote:

> I previously used a Perl PDF libray to manipulate the metadata in pdf
> documents but I need something that is a little more stable across pdf
> versions. So I'm turning to Java... (maybe iText, any thoughts?)
> 
> Anyone got any suggestions or sample code stubs?

have a look at Multivalent:
   http://www.cs.berkeley.edu/~phelps/Multivalent/

Maarten
0
Reply Maarten 10/13/2003 6:57:25 PM


iText can do it.

Best Regards,
Paulo Soares

mrf2@kent.ac.uk (heezy) wrote in message news:<220d5fc3.0310130416.495bf7a3@posting.google.com>...
> Hi,
> 
> I previously used a Perl PDF libray to manipulate the metadata in pdf
> documents but I need something that is a little more stable across pdf
> versions. So I'm turning to Java... (maybe iText, any thoughts?)
> 
> I'm going to create a webpage that employees within my co can access,
> submit their pdf and the title/author metadata, alter the metadata in
> the pdf on the server side, and then return it to the employee.
> 
> I don't need to worry about editing any of the contents of the pdf;
> words, paragraphs, tables, images etc.. just the metadata.
> 
> Anyone got any suggestions or sample code stubs?
> 
> -Mark
0
Reply varioni 10/14/2003 9:38:42 AM

http://www.pdfbox.org can do it as well!

Ben Litchfield


mrf2@kent.ac.uk (heezy) wrote in message news:<220d5fc3.0310130416.495bf7a3@posting.google.com>...
> Hi,
> 
> I previously used a Perl PDF libray to manipulate the metadata in pdf
> documents but I need something that is a little more stable across pdf
> versions. So I'm turning to Java... (maybe iText, any thoughts?)
> 
> I'm going to create a webpage that employees within my co can access,
> submit their pdf and the title/author metadata, alter the metadata in
> the pdf on the server side, and then return it to the employee.
> 
> I don't need to worry about editing any of the contents of the pdf;
> words, paragraphs, tables, images etc.. just the metadata.
> 
> Anyone got any suggestions or sample code stubs?
> 
> -Mark
0
Reply ben 10/15/2003 12:41:59 PM

3 Replies
221 Views

(page loaded in 0.154 seconds)

Similiar Articles:













7/21/2012 3:54:07 AM


Reply: