Skip to content

Commit

Permalink
pdf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sengopal committed May 20, 2012
1 parent 8831dad commit 9d76e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2010-04-05-pdf-generation-using-pd4ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ Some of the other salient Features that are available with PD4ML are:
PD4ML can be used in Web applications for online PDF generation from HTML, JSP and Servlet templates. A simple example is given below:
{% highlight jsp %}

<% @ taglib uri="http://pd4ml.com/tlds/pd4ml/2.5" prefix="pd4ml" %>
<% @page contentType="text/html; charset=UTF-8" %>
<%@taglib uri="http://pd4ml.com/tlds/pd4ml/2.5" prefix="pd4ml" %>
<%@page contentType="text/html; charset=UTF-8" %>

<pd4ml:transform
screenWidth="400"
Expand Down

0 comments on commit 9d76e3b

Please sign in to comment.