How to convert XML to PDFThe code below creates a PDF document using an XML and XSL file. c# sample: PDFDocument MyDocument = new PDFDocument("XMLSample.pdf"); string path = Environment.CurrentDirectory; MyDocument.ImportXml("sample.xml", "sample.xsl", path); MyDocument.Save(); |
PDF .NET Library for .NET Software Developers - PDF Component Library for C#, VB.NET and ASP.NET developers Copyright © PDF Technologies Inc., 2015. ![]() |
![]() |