How do I programmatically create a PDF in my .NET application? - Stack Overflow most recent 30 from stackoverflow.com2009-11-21T12:32:19Zhttp://stackoverflow.com/feeds/question/177http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application39How do I programmatically create a PDF in my .NET application?Zack Peterson2008-08-01T18:37:55Z2009-11-10T17:11:22Z
<p>Please recommend a good library for programmatically creating PDF documents in .NET applications. Thanks.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/179#17911Answer by huseyint for How do I programmatically create a PDF in my .NET application?huseyint2008-08-01T18:42:10Z2009-09-09T09:42:03Z<p>Try <a href="http://www.pdfsharp.net/" rel="nofollow">PDFsharp and MigraDoc</a>, it is an open source PDF creation component written in .net</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/182#18210Answer by Dave Ward for How do I programmatically create a PDF in my .NET application?Dave Ward2008-08-01T18:45:32Z2008-08-01T18:45:32Z<p>I've been relatively happy with <a href="http://www.aspose.com/categories/file-format-components/aspose.pdf-for-.net-and-java/default.aspx" rel="nofollow">Aspose.PDF</a>.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/191#1913Answer by Shawn for How do I programmatically create a PDF in my .NET application?Shawn2008-08-01T19:22:43Z2008-08-01T19:22:43Z<p>I've been using Siberix.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/259#2592Answer by Tim Boland for How do I programmatically create a PDF in my .NET application?Tim Boland2008-08-01T23:20:07Z2008-08-01T23:20:07Z<p>Here is a nice list of commercial solutions:
<a href="http://www.411asp.net/home/assembly/document/pdf" rel="nofollow">http://www.411asp.net/home/assembly/document/pdf</a></p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/627#6273Answer by Yaakov Ellis for How do I programmatically create a PDF in my .NET application?Yaakov Ellis2008-08-03T06:41:40Z2008-08-03T06:41:40Z<p>I have used <a href="http://www.dynamicpdf.com/" rel="nofollow">DynamicPDF</a> on a few sites, with very good results.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/1204#120425Answer by hitec for How do I programmatically create a PDF in my .NET application?hitec2008-08-04T13:02:52Z2008-08-04T13:02:52Z<p>Have you looked at <a href="http://sourceforge.net/projects/itextsharp/" rel="nofollow">http://sourceforge.net/projects/itextsharp/</a>?
I have used the Java version on a project and it worked well.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/1215#12155Answer by mikec for How do I programmatically create a PDF in my .NET application?mikec2008-08-04T13:21:44Z2008-08-04T13:21:44Z<p>There is also <a href="http://websupergoo.com/abcpdf-1.htm" rel="nofollow">a product called ABCpdf</a> from a company called WebSupergoo. There's a <a href="http://websupergoo.com/linktous.htm" rel="nofollow">free license available</a> as long as you link back to their site or you can buy a license and not have to link to them. I used the control for a web application which generated forms for a mortgage company and it worked very well.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/1491#14912Answer by Rob Allen for How do I programmatically create a PDF in my .NET application?Rob Allen2008-08-04T18:44:24Z2008-08-04T18:44:24Z<p>I've used <a href="http://sourceforge.net/projects/report/" rel="nofollow">Report .Net</a> with some success. It's free and the code makes sense to me, which is almost as important.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/2278#22781Answer by booboojeebies for How do I programmatically create a PDF in my .NET application?booboojeebies2008-08-05T13:23:47Z2008-08-05T13:23:47Z<p>I've been using <a href="http://www.activepdf.com/products/serverproducts/toolkit/index.cfm" rel="nofollow">ActivePDF</a> for years and it seems to be very stable and quite powerful. Simply draw out your fields in Acrobat pro and programmatically prefill them with text, images, just about anything.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/2960#29601Answer by Brad Tutterow for How do I programmatically create a PDF in my .NET application?Brad Tutterow2008-08-05T23:17:24Z2008-08-05T23:17:24Z<p>It would appear there is no shortage of choices.</p>
<p>Microsoft SQL Server Reporting Services <a href="http://www.google.com/search?hl=en&q=reporting+services+generate+pdf+asp.net" rel="nofollow">can accomplish this</a>, and exposes the functionality through an API you can code against.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/2972#29724Answer by rjohnston for How do I programmatically create a PDF in my .NET application?rjohnston2008-08-05T23:58:28Z2008-08-05T23:58:28Z<p>Just for completeness - if you represent your data in xml, you can apply an xslt to it and run it through nFOP, and generate a PDF that way.</p>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/3141#31411Answer by Chris Roberts for How do I programmatically create a PDF in my .NET application?Chris Roberts2008-08-06T07:28:44Z2008-08-06T07:28:44Z<P>We use DynamicPDF from CeTe (<A href="http://www.cete.com/" rel="nofollow">http://www.cete.com/</A>). You can use this to either render a PDF from scratch, or pull pages of content in from an existing PDF and draw over the top.</P>
<P>It also has a report designer that you can use with some data binding features to help automate things a little (although I haven't actually tried that bit yet!).</P>
<P>It's been quite simple to use and pretty trouble-free to date.</P>http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/4980#498018Answer by Haydar for How do I programmatically create a PDF in my .NET application?Haydar2008-08-07T17:09:29Z2008-08-12T15:29:54Z<p>I've used ITextSharp to create PDF's from .net. It is the .net port of the open source IText. It has the capability to create the PDF from scratch. But doing that would require formatting the entire document. Instead I created a PDF Form, then filled in the fields of the form using a small class. The most difficult time I had was figuring out how to get the the filled in form into the actual memory stream. The work of the class is in the following function. I can give more details if someone wants them. The sourceforge url is: <a href="http://sourceforge.net/projects/itextsharp/" rel="nofollow"><a href="http://sourceforge.net/projects/itextsharp/" rel="nofollow">http://sourceforge.net/projects/itextsharp/</a></a> </p>
<pre><code> Public Function GeneratePDF() As IO.MemoryStream
Dim pdfTemplate As PdfReader
Dim stamper As PdfStamper
Dim tempPDF As PdfReader
Dim doc As Document
Dim msTemp As MemoryStream
Dim pCopy As PdfCopy
Dim msOutput As New MemoryStream
pdfTemplate = New PdfReader(m_FormName)
doc = New Document
pCopy = New PdfCopy(doc, msOutput)
doc.Open()
For Each pg As FormPage In FormPages
msTemp = New IO.MemoryStream
pdfTemplate = New PdfReader(m_FormName)
stamper = New PdfStamper(pdfTemplate, msTemp)
For Each fld As FormField In pg.Fields
stamper.AcroFields.SetField(fld.fieldName, fld.fieldValue)
Next
stamper.FormFlattening = True
stamper.Close()
tempPDF = New PdfReader(msTemp.ToArray)
pCopy.AddPage(pCopy.GetImportedPage(tempPDF, pdfTemplate.NumberOfPages))
pCopy.FreeReader(tempPDF)
Next
doc.Close()
Return msOutput
End Function
</code></pre>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/14924#149241Answer by Tom Alderman for How do I programmatically create a PDF in my .NET application?Tom Alderman2008-08-18T17:05:50Z2008-08-18T17:05:50Z<p>The company that I work for is using Rubika from Solimar Systems. I believe that they also use itextsharp in there "PDFEngine". We create hundreds of pdfs with thousands of pages per month with this software.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/33389#333892Answer by glaxaco for How do I programmatically create a PDF in my .NET application?glaxaco2008-08-28T21:02:12Z2008-08-28T21:02:12Z<p>If you're going to use iTextSharp (or its original Java incarnation, iText), you owe it to yourself to find a copy of <em><a href="http://www.1t3xt.com/docs/book.php" rel="nofollow">iText In Action: Creating and Manipulating PDF</a></em> by Bruno Lowagie, the creator of iText. It's very well-written and contains great explanations for why PDF does things the way it does. (I have no financial interest; I just thought it was one of the better-written technical books I've read.)</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/40150#401501Answer by Denis Connolly for How do I programmatically create a PDF in my .NET application?Denis Connolly2008-09-02T17:50:25Z2008-09-02T17:50:25Z<p>I haven't used it myself, but I've heard good things about <a href="http://www.princexml.com/overview/" rel="nofollow">Prince</a>. There's a .Net interface available for it.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/45544#455442Answer by Pete Gillespie for How do I programmatically create a PDF in my .NET application?Pete Gillespie2008-09-05T11:09:05Z2008-09-05T11:09:05Z<p>If you don't want to mess around in all the "PDF dirt" yourself then <a href="http://www.pdftron.com/" rel="nofollow">PDFTron</a> is prety good. One draw back it is not free, although it is an easy to use .Net PDF library that will get you up and running quickly.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/69667#696671Answer by Jeremy for How do I programmatically create a PDF in my .NET application?Jeremy2008-09-16T05:50:10Z2008-09-16T05:50:10Z<p>We're using pdftron. works. not free.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/69713#697132Answer by Geir-Tore Lindsve for How do I programmatically create a PDF in my .NET application?Geir-Tore Lindsve2008-09-16T06:05:28Z2008-09-16T06:05:28Z<p>We're using TallPDF from <a href="http://www.tallcomponents.com/" rel="nofollow">TallComponents</a> and have had great success with it. Not sure what the other libraries uses, but it is using xslt as templates for the pdfs which makes it easy to adjust/update templates on a live server.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/74098#740981Answer by J. Peach for How do I programmatically create a PDF in my .NET application?J. Peach2008-09-16T16:13:20Z2008-09-16T16:13:20Z<p>I highly recommend <a href="http://www.xmlpdf.com/" rel="nofollow">Ibex PDF Creator</a> from Visual Programming Limited. It uses standard XML:FO to create high-quality PDF documents. The libary has many features, and the vendor provides excellent support. The tool is licensed per developer so you can redistribute it without any licensing concerns.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/74151#741511Answer by Schnapple for How do I programmatically create a PDF in my .NET application?Schnapple2008-09-16T16:19:09Z2008-09-16T16:19:09Z<p>Expanding on <a href="http://www.activepdf.com/" rel="nofollow">ActivePDF</a>, if you have to make PDF files of Microsoft Office documents and you have a server you can install Microsoft Office on (i.e., a server in the cluster which isn't otherwise Internet connected) then ActivePDF's <a href="http://www.activepdf.com/products/serverproducts/docconverter/index.cfm" rel="nofollow">DocConverter</a> is almost literally the only game in town. It's pretty easy to use and has lots of .NET assemblies to work with.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/77497#774972Answer by warpr for How do I programmatically create a PDF in my .NET application?warpr2008-09-16T21:46:01Z2008-09-16T21:46:01Z<p>I have had good experiences with PrinceXML. It generates a .PDF from a .HTML file, which sounds like a hack at first, but their rendering engine is very good. Passes acid2 and has good .svg support so you can include vector images instead of bitmaps to keep the .PDF relatively small (which is important when generating reports which need to be sent as an attachment).</p>
<p>Especially if you have in-house designers who speak html/css they will have no trouble at all creating a good looking .pdf, so IMO it's a perfect match if you're doing web applications.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/77752#777523Answer by David Negron for How do I programmatically create a PDF in my .NET application?David Negron2008-09-16T22:07:23Z2008-09-16T22:07:23Z<p><a href="http://www.componentone.com/SuperProducts/PDFNET/" rel="nofollow">ComponentOne PDF™ for .NET</a></p>
<p><a href="http://www.syncfusion.com/products/pdf/web/default.aspx" rel="nofollow">Essential PDF</a></p>
<p><a href="http://www.pdf4net.com/" rel="nofollow">PDF4NET</a></p>
<p><a href="http://www.html-to-pdf.net/" rel="nofollow">ExpertPDF Pdf Creator</a></p>
<p><a href="http://www.pdf-technologies.com/pdf-library-entedition.aspx" rel="nofollow">PDFTechLib</a></p>
<p><a href="http://www.gnostice.com/PDFOneNETOverview.asp" rel="nofollow">PDFOne .NET</a></p>
<p><a href="http://www.dynamicpdf.com/" rel="nofollow">Dynamic PDF</a></p>
<p><a href="http://www.pdflib.com/" rel="nofollow">PDFLib</a> - As you can see there are several vendors in this space. I think that it all depends on how you intend to integrate it in your application. For instance a few years a go I developed and application in .Net utilizing PDFLib on account that the client wanted to create a web based application that created design proofs and also provided optimization for their digital print services. Looking back at the project I wish I would have known about <a href="http://www.dynamicpdf.com/" rel="nofollow">Dynamc PDF's suite of products</a>.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/86677#866771Answer by OrionRobillard for How do I programmatically create a PDF in my .NET application?OrionRobillard2008-09-17T19:26:56Z2008-09-17T19:26:56Z<p>PDFLib - I have not found PDF feature that could not be generated using PDFLib. OTOH I have not found a PDFLib feature that I could use without reading the documentation twice.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/86785#867851Answer by Keith Maurino for How do I programmatically create a PDF in my .NET application?Keith Maurino2008-09-17T19:38:07Z2008-09-17T19:38:07Z<p>I like to use GhostScript. It lets you convert PostScript files to PDF format. Plus it is free to use at no charge.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/86816#868161Answer by Josh Stodola for How do I programmatically create a PDF in my .NET application?Josh Stodola2008-09-17T19:40:18Z2008-09-17T19:40:18Z<p>I've also used DynamicPDF and it is an excellent product. Very easy to use, and it has a very object-oriented structure. It impressed the hell out of me. It has a boatload of features, including the ability merge together multiple PDF documents.</p>
<p>It's not free, but I think you should check out the trial.</p>
<p>Regards...</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/103269#1032693Answer by Rossen Hristov for How do I programmatically create a PDF in my .NET application?Rossen Hristov2008-09-19T16:03:23Z2008-09-19T16:03:23Z<p>You can also give <a href="http://www.telerik.com/products/reporting/overview.aspx" rel="nofollow">Telerik Reporting</a> a try. It can export to PDF as well.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/126370#1263702Answer by Usman Sarfraz for How do I programmatically create a PDF in my .NET application?Usman Sarfraz2008-09-24T10:17:42Z2008-09-24T10:17:42Z<p>My company used <a href="http://www.aspose.com/categories/file-format-components/aspose.pdf-for-.net-and-java/default.aspx" rel="nofollow">Aspose.Pdf</a> for XML and HTML to PDF conversion and it simply rocks. The <a href="http://www.aspose.com/documentation/file-format-components/aspose.pdf-for-.net-and-java/index.html" rel="nofollow">documentation</a> is very easy to operate and understand. Try its <a href="http://www.aspose.com/community/files/51/file-format-components/aspose.pdf/default.aspx" rel="nofollow">Evaluation Version</a> and use all advanced PDF features programmatically in your .NET applications.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/152940#1529401Answer by edo.dosoft.nl for How do I programmatically create a PDF in my .NET application?edo.dosoft.nl2008-09-30T13:03:13Z2008-09-30T13:03:13Z<p>I've used PDFWiter from DbAutotrack. It's dead cheap at $89 and it works like a charm
See it <a href="http://www.dbautotrack.com/products/pdfwriter.html" rel="nofollow">here</a></p>
<p>-Edoode</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/152960#1529601Answer by Elijah Manor for How do I programmatically create a PDF in my .NET application?Elijah Manor2008-09-30T13:13:02Z2008-09-30T13:13:02Z<p>I have tried all of those programs, but none of them worked for what I was doing.</p>
<p>I needed to export a complicated HTML report into a PDF format.</p>
<p>The only tool that I found that actually rendered the report from HTML and accurately rendered it (using the CSS styles, classes, and complicated divs and tables) was a tool called <a href="http://www.winnovative-software.com/" rel="nofollow">Winnovative HTML to PDF Converter for .NET</a></p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/152974#1529741Answer by Johannes for How do I programmatically create a PDF in my .NET application?Johannes2008-09-30T13:16:20Z2008-09-30T17:16:44Z<p>Crystal Reports can be programmed so that it outputs PDF files. Works perfect! I have developed a system that generates about 500 PDF per day for archiving.
Crystal Reports even comes with Visual Studio so should be available for most. See example below:</p>
<pre><code>using CrystalDecisions.CrystalReports.Engine;
ReportDocument rptCust;
string sDate_time;
string sDestination_path;
CrystalDecisions.Shared.ExportOptions myExportOptions;
CrystalDecisions.Shared.DiskFileDestinationOptions File_destination;
CrystalDecisions.Shared.PdfRtfWordFormatOptions Format_options;
myExportOptions = new CrystalDecisions.Shared.ExportOptions();
File_destination = new CrystalDecisions.Shared.DiskFileDestinationOptions();
Format_options = new CrystalDecisions.Shared.PdfRtfWordFormatOptions();
sDate_time = DateTime.Now.ToString("ddMMyyyyHHmmssff");
sDestination_path = sDestination_file + sPolicy_number + sPolicy_number1 + "-" + sDate_time + ".pdf";
File_destination.DiskFileName = sDestination_path;
myExportOptions = rptCust.ExportOptions;
myExportOptions.ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.DiskFile;
myExportOptions.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
myExportOptions.DestinationOptions = File_destination;
myExportOptions.FormatOptions = Format_options;
rptCust.Export();
</code></pre>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/191619#1916191Answer by Fabrizio for How do I programmatically create a PDF in my .NET application?Fabrizio2008-10-10T14:35:00Z2008-10-10T14:35:00Z<p>PdfLib The fastest library I ever used for creating pdf.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/192507#1925071Answer by jesal for How do I programmatically create a PDF in my .NET application?jesal2008-10-10T18:12:46Z2008-10-10T18:12:46Z<p>I've been using iTextSharp coupled with Adobe LiveCycle Designer. Its very simple and easy to use. I have an entry on my blog about it - <a href="http://jesal.us/blog/index.php/2008/10/10/create-pdf-forms-using-itextsharp/" rel="nofollow">http://jesal.us/blog/index.php/2008/10/10/create-pdf-forms-using-itextsharp/</a></p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/620388#6203881Answer by Stephanie for How do I programmatically create a PDF in my .NET application?Stephanie2009-03-06T20:55:15Z2009-03-06T20:55:15Z<p>I have used Dynamic PDF with very good results thus far.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/833407#8334071Answer by John for How do I programmatically create a PDF in my .NET application?John2009-05-07T08:02:02Z2009-05-07T08:02:02Z<p>Hi,</p>
<p>I am using ExpertPDF <a href="http://www.html-to-pdf.net" rel="nofollow" title="Html To Pdf">Html To Pdf Converter</a>. It has full html/css support. Even the most complex html pages are converted perfectly to pdf.</p>
<p>Thanks,
John</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/1074851#10748512Answer by James Hugard for How do I programmatically create a PDF in my .NET application?James Hugard2009-07-02T14:51:58Z2009-07-02T14:51:58Z<p>I'm surprised that nobody has mentioned <a href="http://www.microsoft.com/Sqlserver/2005/en/us/reporting-services.aspx" rel="nofollow">SQL Server Reporting Services</a>.</p>
<p>I haven't used it in production, but it has seems to have quite a lot of nice features including a very good GUI report builder, extensibility through .NET, web services (SOAP) and web portal (WWW) interfaces, report generation on a schedule or on demand, report caching, e-mail reports (on demand or schedule) or view on-line, and can render to PDF, HTML, Excel, and Image.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/1237542#12375421Answer by Constantine for How do I programmatically create a PDF in my .NET application?Constantine2009-08-06T08:12:37Z2009-08-06T08:12:37Z<p><strong><a href="http://www.duodimension.com/html%5Fpdf%5Fasp.net/component%5Fhtml%5Fpdf.aspx" rel="nofollow">PDF Duo .Net</a></strong> is a small but very effective component for converting HTML to PDF.</p>
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application/1709586#17095861Answer by Maximus for How do I programmatically create a PDF in my .NET application?Maximus2009-11-10T17:11:22Z2009-11-10T17:11:22Z<p>I advice you try <a href="http://www.sautinsoft.com/products/pdf-metamorphosis/index.php" rel="nofollow">PDF Metamorphosis .Net</a>, it can be used in any .Net application to:</p>
<ul>
<li>export <strong>HTML to PDF</strong></li>
<li>export <strong>RTF to PDF</strong></li>
<li>Split and Merge PDF documents</li>
</ul>
<p>This is 100% C# solution, can be used everywhere in .Net.</p>