On 12/20/2014 0:20 AM, w.c.hinkle wrote: > Hello, > > I am debugging from a distance (I currently don't have access to the > source code) as a favor to an organization I used to work for. I was > wondering if someone could tell me, in general, what the message "The > name 'x' has no local destination" would imply.
I'll explain this in HTML instead of in PDF so that you have a better understanding of what happens. You have a local goto, similar to <a href="#x">goto x</a>. This goto refers to a location that should be marked with the name "x". In HTML, this would be <a name="x" />. In your case, you have a local goto that links to a named destination 'x', but that named destination is nowhere to be found in the PDF. You have the PDF equivalent of a <a href="#x">goto x</a> without a <a name="x" />. ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php