HomeCommunityControl GalleryWeb PartsAltsoft Xml2PDF ASP.NET connector

Altsoft Xml2PDF ASP.NET connector



Submit a Review

353 Downloads

9,954 Views


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