PDF link taglib ver. 1.1


    Custom JSP tags library lets you deploy PDF URL service and create a PDF file for the given URL (e.g. convert this page to PDF, create PDF file for QR code etc.). For example:
 

<%@ taglib uri="taglib.tld" prefix="pdf" %>

<pdf:PDFlink url="http://www.servletsuite.com/servlets/pdflinktag.htm" text="download this page as PDF"></pdf:PDFlink>

and you will get this:
 

Tags are:

PDFlink

Body tag lets you create a link for downloading PDF data. Attributes are:

1) url describes a source URL
2) text describes an anchor
3) title Optional parameter. Describes a title (tooltip).
4) className Optional parameter. Describes a CSS class.
5) style Optional parameter. Describes a CSS style.
6) rel Optional parameter. Describes a rel attribute.

PDFparam

Nested body tag lets you add a parameter for PDF converter. Tag's body describes a parameter. Attributes are:

1) name describes a name for the parameter. See the whole list of parameters here. (Advanced options)

for downloading:

Library: pdflinktag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: