Re: [iText-questions] Metadata in signature dictionary

2016-08-16 Thread mkl
Petras wrote > In Lithuania we have specification "PDF-LT", here are links to English > version of the document and its appendixes with technical details: > http://www.archyvai.lt/download/10484/pdf_lt_specification.doc > > > http:

Re: [iText-questions] Metadata in signature dictionary

2016-08-16 Thread Petras
Thank you Leonard, thank you Michael for your responses, you confirmed my doubts. In Lithuania we have specification "PDF-LT", here are links to English version of the document and its appendixes with technical details: http://www.archyvai.lt/download/10484/pdf_lt_specification.doc

Re: [iText-questions] Metadata in signature dictionary

2016-08-12 Thread mkl
Petras, Petras wrote > Our national PDF-based electronic document specification defines metadata > which may be included into signature dictionary. Can you share (a link to) that specification, so we are sure what we are talking about? Given that there is an English version of that document, that

Re: [iText-questions] Metadata in signature dictionary

2016-08-12 Thread Leonard Rosenthol
16 at 7:41 AM To: Post here Subject: [iText-questions] Metadata in signature dictionary I have a question to PDF experts regarding placing metadata in signature dictionary. Our national PDF-based electronic document specification defines metadata which may be included into signature dictionary.

[iText-questions] Metadata in signature dictionary

2016-08-12 Thread Petras Petkus
I have a question to PDF experts regarding placing metadata in signature dictionary. Our national PDF-based electronic document specification defines metadata which may be included into signature dictionary. ISO 32000-1 section "14.3.2 Metadata Streams" states, that "Metadata, both for an enti

Re: [iText-questions] MetaData

2013-03-29 Thread iText Info
Op 29/03/2013 13:14, Juan Fernando Schussmüller schreef: > Hello, > > I have a problem retrieving metadata from te pdf´s, I had find > documentation about filling metadata but not to retrieve. > > Please can you send me a exapmle about how I can retrieve this data? There can be two types of meta

[iText-questions] MetaData

2013-03-29 Thread Juan Fernando Schussmüller
Hello, I have a problem retrieving metadata from te pdf´s, I had find documentation about filling metadata but not to retrieve. Please can you send me a exapmle about how I can retrieve this data? Regards. -- Own the Fu

Re: [iText-questions] metadata in PDF

2008-03-21 Thread Paulo Soares
- Original Message - From: "Gerrit Germis" <[EMAIL PROTECTED]> To: "'Post all your questions about iText here'" Sent: Friday, March 21, 2008 4:33 PM Subject: Re: [iText-questions] metadata in PDF > ok, I got some output just now by doing: &

Re: [iText-questions] metadata in PDF

2008-03-21 Thread Paulo Soares
PRStream s = (PRStream)reader.getPdfObject(64); byte[] xml = PdfReader.getStreamBytes(s); Paulo - Original Message - From: "Gerrit Germis" <[EMAIL PROTECTED]> To: Sent: Friday, March 21, 2008 4:12 PM Subject: [iText-questions] metadata in PDF Hi all, I'm

Re: [iText-questions] metadata in PDF

2008-03-21 Thread Gerrit Germis
TECTED] On Behalf Of Gerrit Germis Sent: Friday, March 21, 2008 17:13 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] metadata in PDF Hi all, I'm using iText 2.0.8. I received a PDF file from a customer that contains an XML blob. I'm supposed to programmatically extr

[iText-questions] metadata in PDF

2008-03-21 Thread Gerrit Germis
Hi all, I'm using iText 2.0.8. I received a PDF file from a customer that contains an XML blob. I'm supposed to programmatically extract the XML from the file, but am at a loss as to how to proceed. Any help would be greatly appreciated. Here's what I tried so far: - I can see the XML as plain

Re: [iText-questions] Metadata not working

2008-02-05 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > Hi, > > Recentrli I started learning iText, following iText In Action book. > > I'm unable to add metadata to a PDF document. File->Doc Properties shows > nothing. See chapter 2.1. Adding metadata has to be done between step 2 and 3; not between step 1 and 2. -- This

Re: [iText-questions] Metadata not working

2008-02-04 Thread bisoa
This example; http://www.roselladb.com/dashboardreport1.pdf http://www.roselladb.com/dashboardreport1.pdf Use the following codes. You might be adding meta data not in correct sequence. Note metadata tages are not required! Document document = null; try { // create a

[iText-questions] Metadata not working

2008-02-04 Thread srinivasababu . p
Hi, Recentrli I started learning iText,?following iText In Action book. I'm unable to add metadata to a PDF document. File->Doc Properties shows nothing. The code i used is... Document document=new Document(PageSize.LEGAL,36,72,108,180); document.addAuthor("Author: www.tamiclafe.net"); docum

Re: [iText-questions] metadata issues

2008-01-22 Thread Leonard Rosenthol
Write the values into the modern XMP-based metadata rather than the old-style Info dictionary. Leonard On Jan 22, 2008, at 1:28 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > I am trying to populate the metadata property fields. When the > author or keywords field contain comma(,) th

[iText-questions] metadata issues

2008-01-22 Thread Vijay.Prince
I am trying to populate the metadata property fields. When the author or keywords field contain comma(,) the string is enclosed in a double quotes. The example is below. Is there a way to fix this issue? Thanks, Vijay <>--

Re: [iText-questions] Metadata

2007-05-30 Thread Thanksforfish
gt; To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] Metadata >> >> >> Hi there - again thanks for the swift responses. >> >> The workflow I am trying to code for is: >> >> A number of pdfs arrive, some incorrectly tagged wi

Re: [iText-questions] Metadata

2007-05-30 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Thanksforfish > Sent: Wednesday, May 30, 2007 10:19 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Metadata > > > Hi ther

Re: [iText-questions] Metadata

2007-05-30 Thread Thanksforfish
ur help. Paulo Soares wrote: > > > - Original Message - > From: "Thanksforfish" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 29, 2007 4:41 PM > Subject: Re: [iText-questions] Metadata > > >> >> Thanks very much for both repl

Re: [iText-questions] Metadata

2007-05-29 Thread Leonard Rosenthol
On May 29, 2007, at 11:41 AM, Thanksforfish wrote: > I am simply trying to clean the existing pdf of all metadata it > might have > (xmp or otherwise), then add my own xmp. > Well, be aware that "metadata" is a pretty generic term and there may exist types and forms of metadata in a PD

Re: [iText-questions] Metadata

2007-05-29 Thread Paulo Soares
- Original Message - From: "Thanksforfish" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 29, 2007 4:41 PM Subject: Re: [iText-questions] Metadata > > Thanks very much for both replies. > I am simply trying to clean the existing pdf of all metadata it might have &

Re: [iText-questions] Metadata

2007-05-29 Thread Thanksforfish
Thanks very much for both replies. I am simply trying to clean the existing pdf of all metadata it might have (xmp or otherwise), then add my own xmp. I am slightly confused as to the difference between the info in reader.getInfo() and the moreinfo in stamper.setMoreInfo() are they they same then

Re: [iText-questions] Metadata

2007-05-29 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Thanksforfish > Sent: Tuesday, May 29, 2007 1:32 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Metadata > > > Hi, > > I

Re: [iText-questions] Metadata

2007-05-29 Thread Leonard Rosenthol
On May 29, 2007, at 8:32 AM, Thanksforfish wrote: > I have been trying to remove (non xmp) metadata from a pdf, add my > own xmp > metadata and save the whole thing as a new pdf. OK. Out of curiosity, Why are you removing the non-XMP-based metadata? > I have tried reader.getCa

[iText-questions] Metadata

2007-05-29 Thread Thanksforfish
Hi, I have been trying to remove (non xmp) metadata from a pdf, add my own xmp metadata and save the whole thing as a new pdf. Using PdfStamper and XmpWriter I can add the xmp and write the new file as a copy of the old but I am struggling to remove the existing metadata from the pdf in the first

Re: [iText-questions] MetaData

2006-08-03 Thread Bruno Lowagie
Zhi Ren wrote: > Hi, Bruno, > > Thanks. I see we can change metadata with function (1) > stamper.setMoreInfo(meta); or using (2) > document.addSubject(""); > document.addKeywords("iText.."); > . to do it. Are the two methods same? Or which one > is preferred? (1) is for existing PD

Re: [iText-questions] MetaData

2006-08-03 Thread Zhi Ren
Hi, Bruno, Thanks. I see we can change metadata with function stamper.setMoreInfo(meta); or using document.addSubject(""); document.addKeywords("iText.."); . to do it. Are the two methods same? Or which one is preferred? Thank you! Zhi --- bruno <[EMAIL PROTECTED]> wrote:

Re: [iText-questions] MetaData

2006-08-03 Thread bruno
Zhi Ren wrote: >Hi, > >Using iText we can add metadata into a PDF file. How >can we get metadata from a existing PDF file? > PdfReader.getInfo() gives you a HashMap with the metadata. See also the following code snippet to change the metadata: http://article.gmane.org/gmane.comp.java.lib.itext.ge

[iText-questions] MetaData

2006-08-02 Thread Zhi Ren
Hi, Using iText we can add metadata into a PDF file. How can we get metadata from a existing PDF file? Thanks! Zhi __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [iText-questions] Metadata

2005-09-06 Thread bruno
Sukalyan Roy wrote: First of all let me thank u for such a prompt reply :-) But ... I am not being able to use "HashMap" in my code (in case I missed out , I am using .net 2003 NOT java) O sorry, I haven't been following the complete thread. instead I used ... Hashtable meta = reader.Info

Re: [iText-questions] Metadata

2005-09-06 Thread bruno
Sukalyan Roy wrote: I am unable to figure out how to change existing metadata of a PDF file for e.g. I would like to change the "Title" of a file ... so could you please help me out ??? Also, I would like to know how to add custom metadata with "MoreInfo" of PdfStamper so that it will be read

[iText-questions] Metadata

2005-09-06 Thread Sukalyan Roy
I am unable to figure out how to change existing metadata of a PDF file for e.g. I would like to change the "Title" of a file ... so could you please help me out ??? Also, I would like to know how to add custom metadata with "MoreInfo" of PdfStamper so that it will be read by "Info" of PdfReader

Re: [iText-questions] Metadata per field

2005-08-09 Thread Leonard Rosenthol
At 04:11 AM 8/9/2005, Roger Misteli wrote: Is it possible to have metadata per field and page in a PDF? I would need this to attach search data to a field, so that I will find the field AND its position again. This can, naturally change, per page. Is something like this possible in PDF and using

[iText-questions] Metadata per field

2005-08-09 Thread Roger Misteli
Hiyas Is it possible to have metadata per field and page in a PDF? I would need this to attach search data to a field, so that I will find the field AND its position again. This can, naturally change, per page. Is something like this possible in PDF and using iText? Best regards, Roger Misteli

RE: [iText-questions] MetaData

2005-06-06 Thread Paulo Soares
PdfReader.getInfo(). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Finbar O\'Mahony > Sent: Monday, June 06, 2005 9:29 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] MetaData > >

[iText-questions] MetaData

2005-06-06 Thread Finbar O\'Mahony
Hi there, I was wondering was there a sample of a program that uses iText to extract all metadata, and print them to the screen, be it in a jTextArea or jTextField, is it possible to extract metadata by title, ie. take the author and title and print them in two different jTextFields? help would