Re: [iText-questions] Itext can't detect a link

2014-08-13 Thread iText mailing list
On 8/14/2014 12:10 AM, minsu wrote: > In the file i just uploaded, on page 48, there are 3 links there, but when i > use itext to parse it, it only gives me 2. Is there any thing wrong with the > third link? You refer to a file management-basics.pdf but the link to that file doesn't work. --

[iText-questions] Itext can't detect a link

2014-08-13 Thread minsu
Hi all, In the file i just uploaded, on page 48, there are 3 links there, but when i use itext to parse it, it only gives me 2. Is there any thing wrong with the third link? Thanks, management-basics.pdf -- Vi

Re: [iText-questions] [SPAM] Re: method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread Pichtchikov, Alexandre
Hello Michael, Here is an example of tagged pdf I tried to use with iText. Thanks, Alex -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: Wednesday, August 13, 2014 10:01 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] [SPAM] Re: method PdfCopy.fi

[iText-questions] [SPAM] Re: method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread mkl
Alexandre, Pichtchikov, Alexandre wrote > Can I send examples as attachment using the same email address? Yes, simply send them attached to an e-mail to the mailing list. Be aware, though, of the size restrictions many SMTP servers have. Sizes larger than 15 MB after encoding might be rejected.

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread Pichtchikov, Alexandre
Thanks you for the answer. Can I send examples as attachment using the same email address? From: iText mailing list [mailto:i...@1t3xt.info] Sent: Wednesday, August 13, 2014 7:53 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] method PdfCopy.fixTaggedStructure throws

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread iText mailing list
On 8/13/2014 1:19 PM, Pichtchikov, Alexandre wrote: Ok, I got, thanks a lot. As Michael indicated, I misunderstood the question because I didn't look at the context. Without you showing us the PDF that causes the problem (and a SSCCE), we can only guess about the nature of the problem. For inst

Re: [iText-questions] [SPAM] Re: method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread Pichtchikov, Alexandre
Thanks a lot for your response Michael, Answer is yes, the document always throw this exception when I try to use tagging related methods (setTagged + getImportedPage( source, i , true)) Thanks, Alex -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: Wednesday, August 13,

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread Pichtchikov, Alexandre
Ok, I got, thanks a lot. From: iText mailing list [mailto:i...@1t3xt.info] Sent: Wednesday, August 13, 2014 3:24 AM To: Post all your questions about iText here Subject: Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException On 8/12/2014 8:27 AM, Pichtchikov, Alexand

[iText-questions] [SPAM] Re: method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread mkl
Alexandre, Bruno, iText mailing list wrote > On 8/12/2014 8:27 AM, Pichtchikov, Alexandre wrote: >> What is the best way to check if my pdf tagged properly? > > It takes a human to do that. > No machine can ever know if a PDF is properly tagged. > Compare the PDF/UA specification with the Matterh

Re: [iText-questions] method PdfCopy.fixTaggedStructure throws NullPointerException

2014-08-13 Thread iText mailing list
On 8/12/2014 8:27 AM, Pichtchikov, Alexandre wrote: What is the best way to check if my pdf tagged properly? It takes a human to do that. No machine can ever know if a PDF is properly tagged. Compare the PDF/UA specification with the Matterhorn protocol for more info. --

Re: [iText-questions] How to Create layers in pdf using itextpdf 5.5.1

2014-08-13 Thread iText mailing list
On 8/12/2014 7:24 AM, aamudhala wrote: > I am new to itextpdf api, Can any one let me know how to create layers in pdf > using itextpdf 5.5.1. "Layers" is a very generic word. Please be more specific. Are you referring to OCG?