Hi,

I am using itextsharp referenced in VB.NET. I'll appreciate a response even
if written in Java. Is there a way to add hyperlinked text or hyperlinked
images to a layer? Text works just fine like this:

Dim not_printed As iTextSharp.text.pdf.PdfLayer = New
iTextSharp.text.pdf.PdfLayer("not printed" & i.ToString, stamp.Writer)
                not_printed.OnPanel = False
                not_printed.SetPrint("Print", False)
                over.BeginLayer(not_printed)
                'iTextSharp.text.pdf.ColumnText.ShowTextAligned(over,
iTextSharp.text.Element.ALIGN_CENTER, New iTextSharp.text.Phrase("DON'T
PRINT THIS!"), 520, 10, 0)

Thanks!

-- 
View this message in context: 
http://old.nabble.com/Adding-hyperlinks-image-to-a-layer-tp27921990p27921990.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to