Re: [iText-questions] Determining page number from indirect reference

2006-12-19 Thread mrflippy
Thanks. I ended up coding this slightly differently, but I think the idea was the same. -Andy Quoting "Bruno Lowagie (iText)" <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> Hello, >> >> I am still working on copying internal link annotations into a copy of >> the original pdf. I have the

[iText-questions] Determining page number from indirect reference

2006-12-18 Thread mrflippy
Hello, I am still working on copying internal link annotations into a copy of the original pdf. I have the annotations created. Now, I'm having trouble linking them to the correct pages. I can pull the link destination, but it comes back as an indirect reference to the page, and I'm not su

[iText-questions] Copying annotations

2006-12-13 Thread mrflippy
Hello, I'm actually using iTextSharp. I successfully was able to copy over existing form fields to a new pdf document, but now I need to copy over internal links as well. I read through the archives, and it looks like I need to do something with the annotations. I am able to pull the annot