So I have a PDF that is generated by a ColdFusion server. It is an HTML
document turned into a PDF. 

The PDF is nothing more than a bunch of links to other PDFs.

Using iText is there a way I can read in the PDF and convert the links from
URI links to GoToR links?

So from:

5 0 obj<</C[0 0 1]/Border[0 0
0]/A&lt;&lt;/URI(File:///75110_002.PDF)/S/URI>>/Subtype/Link/Rect[145 502
184 513]>>endobj

To:

19 0 obj<</SGoToR/D[0/XYZ null null 0]/F(75110_002.PDF)>>endobj
20 0 obj<</Subtype/Link/Rect[145 502 184 513]/Border[0 0 0]/A 19 0 R>>endobj

Is this even possible?



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Converting-Annotation-Links-from-URI-links-to-GoToR-links-tp4659621.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&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

Reply via email to