Re: [iText-questions] PDF/A and LocalGoto not working

2014-12-23 Thread Raf Hens
On 23/12/2014 11:56, Denzen, van Carl wrote: > My first mailing was not accurate enough. The problem you have caught in > removing the “setAttributes” line will lead to an error while running > the code. This is another problem (that also occurs in a more severe way > in iTextSharp, I cannot find a

Re: [iText-questions] PDF/A and LocalGoto not working

2014-12-23 Thread Raf Hens
On 23/12/2014 11:56, Denzen, van Carl wrote: > My first mailing was not accurate enough. The problem you have caught in > removing the “setAttributes” line will lead to an error while running > the code. This is another problem (that also occurs in a more severe way > in iTextSharp, I cannot find a

Re: [iText-questions] PDF/A and LocalGoto not working

2014-12-22 Thread iText mailing list
On 12/22/2014 16:25 PM, Denzen, van Carl wrote: setLocalGoto doesn’t work when I create a PDF/A-1B document. When I change the document to ordinary pdf (the commented-out writer code), it works as expected. I've tested your code sample and I can reproduce the problem if we remove the foll