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
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 See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|