Altsoft Xml2PDF ASP.NET connector
| Author |
|
| Company |
Altsoft |
| Source Code Available |
No |
| License Type |
Commercial |
| Submitted On |
February 17, 2006 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$1,599 |
Description
Altsoft Xml2PDF ASP.NET connector provides an easy way to generate PDF streams directly from ASP.NET pages in the same way as usual HTML pages. To do this you can dynamically create an XML page in any format supported by Altsoft Xml2PDF and filter it though the Altsoft Xml2PDF formatting engine. The generated PDF will be streamed to the client application.
Syntax Example
<?xml version="1.0" encoding="ISO-8859-1"?>
<%@ Page language="c#" AutoEventWireup="false" Inherits="Altsoft.Web.UI.SvgPage" %>
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
<%
for( int i=0; i<100; i+=2)
{
%><ellipse
cx="200"
cy="<%=300-i%>"
rx="<%=i/1.7+30%>"
ry="10" fill="none"
stroke="black"/><%
}
%>
</svg>
Reviews
Submit a review