Re: [iText-questions] Change producer metadata

2011-02-12 Thread qplace
1T3XT BVBA 1t3xt.info> writes: > > Op 10/02/2011 23:40, qplace schreef: > > I am trying to change producer information in existing pdf using the example ...> > > > What is the right way to change producer info? > > > > I have commercial iText license. > Please use the mail address you've obtain

Re: [iText-questions] PDFReader getPageContent() method returning weird escape codes

2011-02-12 Thread mkl
Wyatt, Wyatt Biker wrote: > > I am planning to do something conceptually simple: Find the > enclosing tags in a user designed pdf and replace it with input from a > database while maintaining kerning and tracking intact. Whatever is inside > will be of a single font and single tracking. Consi

Re: [iText-questions] PDFReader getPageContent() method returning weird escape codes

2011-02-12 Thread Wyatt Biker
I am planning to do something conceptually simple: Find the enclosing tags in a user designed pdf and replace it with input from a database while maintaining kerning and tracking intact. Whatever is inside will be of a single font and single tracking. Can this be done easily with the parser clas

Re: [iText-questions] Question on inline image parse exception

2011-02-12 Thread Kevin Day
First, try out the very latest code from SVN and see if it fixes your problem. I added code a week ago to work around improperly implemented inline images in files generated by a large financial institution. If you still have problems after that, I'd suggest that you open a ticket and attach a *

Re: [iText-questions] suggestion about Paragraph and Phrase

2011-02-12 Thread Bruno Lowagie
Op 11/02/2011 18:05, Michael Niedermair schreef: > Hi Bruno, > > I have a suggestion about Paragraph and Phrase. > It were nice, if a new Constructor exists, which set the init size of > the ArrayList. This is a suggestion that should be posted to the mailing list. Personally, I don't see the va

Re: [iText-questions] Question on inline image parse exception

2011-02-12 Thread 1T3XT BVBA
Op 12/02/2011 1:39, Bharathi Kongara schreef: Hi guys, I'm fairly new to iText and have looked for options to get around the following error but couldn't find much help. All I'm trying to do is to just extract text from the first page of a PDF (a valid one). I tried to use both the PdfConten

Re: [iText-questions] PDFReader getPageContent() method returning weird escape codes

2011-02-12 Thread 1T3XT BVBA
Wyatt Biker wrote: > So I have a PDF that I read the contents. I didnt make this PDF but I I > get in the text the following two escape characters: \222 and \036 Those are indeed octals. > \222 seems to be the single quote (') and \036 seems to be something > with the letter (f) That's po

Re: [iText-questions] Page resize with iText

2011-02-12 Thread 1T3XT BVBA
Hello, you have posted a mail to itext-questions@lists.sourceforge.net but you weren't subscribed. You are receiving this answer because I've added your mail address in Bcc: I will do this only once! Further answers will be sent to the mailing-list only (you won't receive them if you don't subs

[iText-questions] PDFReader getPageContent() method returning weird escape codes

2011-02-12 Thread Wyatt Biker
So I have a PDF that I read the contents. I didnt make this PDF but I I get in the text the following two escape characters: \222 and \036 \222 seems to be the single quote (') and \036 seems to be something with the letter (f) These codes appear in several places however the Acrobat Reader di

[iText-questions] Page resize with iText

2011-02-12 Thread Valentin Boiadjiev
Hi, I've am trying to resize pages so I can put header and footer. However, when I use PdfWriter and GetImportedPage and AddTemplate, I lose all annotations and interactive content. If I use PdfCopy I don't see a way to specify new page size (new Document(size) has no effect). So, my ques