At 4:02 PM +0100 11/8/02, [EMAIL PROTECTED] wrote:
I've gotten successfully all informations about annotations in the
input page, but I'm not able to write them into output page. I've tried
to use PdfAnnotation.createLink method but without success. How can I
write PdfAnnotation?

Well, the page copier that will appear in future iText's doesn't attempt to convert input stuctures to output structures (PdfAnnotation is for output only) - instead it actually copies the lower level PDF data.

In order to do the approach that you are doing, I suspect that you are going to need to extend PdfAnnotation to support a wider set of functions to be able to losslessly convert.


Leonard
--
---------------------------------------------------------------------------
Leonard Rosenthol <mailto:leonardr@;pdfsages.com>
Chief Technical Officer <http://www.pdfsages.com>
PDF Sages, Inc. 215-629-3700 (voice)
215-629-0789 (fax)


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to