|
We have purchased this product and configured with one of our internal web application which requires single sign on authentication using SiteMinder.
<%@ taglib uri="http://pd4ml.com/tlds/pd4ml/2.6" prefix="pd4ml" %><%@page contentType="text/html; charset=ISO8859_1"%> <pd4ml:transform screenWidth="400" pageFormat="A5" pageOrientation="landscape" inline="true" pdfa="true" url="/eSample/pages/pd4mlTest.jsp" pageInsets="100,100,100,100,points"> <pd4ml:parameters> <pd4ml:parameter key="pd4ml.http.proxy" value="myproxy:port"/> </pd4ml:parameters>
<pd4ml:savefile dir="/deve/intranet/projects/esample" name="TestingPDF.pdf" redirect="/eSample/pages/sendEmail.jsp" debug="false"/>
</pd4ml:transform>
This generates a PDF with login screen of my application instead of having content of pd4mlTest.jsp.
Please let us know how to resolve this issue?.
Thanks in advance, Sudhakar.K
|