Re: [iText-questions] Question

2014-06-10 Thread rao tran
hi Giao! Your PDF is a scanned one ?? I will give it a try>, and let u know. Rao NHATRANGRNT From: giao...@hotmail.com To: itext-questions@lists.sourceforge.net Date: Mon, 2 Jun 2014 17:40:44 -0400 Subject: [iText-questions] Question Hi , I scan a ticket to pdf file (See attach file Doc1.p

Re: [iText-questions] Getting Color of Font from Preexisting PDF (Java)

2014-06-10 Thread -A
Thank you for your time! I have never dealt with PDF's and for some reason the fact that the community version of iText didn't support the features I needed was not apparent to me. I was able to get the functionality I needed from PDFBox; but I am curious from some more experienced pdf users out h

Re: [iText-questions] Does XML MetaData exist?

2014-06-10 Thread iText mailing list
On 6/10/2014 3:35 PM, Ray Morris wrote: When attempting to read and display XML metadata, how can I test whether any such data exists? I am using code that I got from the Internet and it reads the XML metadata into a byte array. I tried testing << if (array.length == 0 ) but got a "java.l

[iText-questions] Does XML MetaData exist?

2014-06-10 Thread Ray Morris
When attempting to read and display XML metadata, how can I test whether any such data exists? I am using code that I got from the Internet and it reads the XML metadata into a byte array. I tried testing << if (array.length == 0 ) but got a “java.lang.NullPointerException” error. BrizzoRa

Re: [iText-questions] encrypt tagged pdf

2014-06-10 Thread iText Info
Pichtchikov, Alexandre schreef op 5/06/2014 16:25: > > Hello, > > I have tagged pdf. All tags removed from document when I encrypt it > using code below. > > Is it a way to encrypt document and keep all tags in it? > This works for me: PdfReader reader = new PdfReader(src); PdfS