GeekArticles
Database
SQL Server
Database
SQL ServerCreating PDF Documents with ASP.NET and iTextSharp
<p>
The <a Document Format (PDF)</a> is a popular file format for documents. Due to their ubiquity and layout
capabilities, not uncommon for a websites to use PDF technology. For example, an eCommerce store may offer a option that, when selected,
displays a PDF file within the browser. Last article, <a in PDF Forms with ASP.NET and
iTextSharp</a>, looked at how to work with a special kind of PDF document, namely one that has one or more <i>fields</i> defined. A PDF document can contain various types
of user interface elements, which are referred to as fields. For instance, there is a text field, a checkbox field, a combobox field, and more. Typically, the person
viewing the PDF on her computer interacts with the fields; however, it is possible to enumerate and fill a fields programmatically, as we saw in last article.
</p><p>
This article continues our investigation into <a a .NET open source
library for PDF generation, showing how to use iTextSharp to create PDF documents from scratch. We start with an example of how to programmatically define and piece
together paragraphs, tables, and images into a single PDF file. Following that, we explore how to use built-in capabilities to convert HTML into PDF. Read
on to learn more!
<br /><a More ></a></p>
Sponsored Links
Related Topics
Subscribe via RSS
SQL Server
- Naming Database Objects: Part II
- Trace Messages Part V: Trace Cleanup
- Naming Database Objects: Part I
- Multiple-Child Aggregation
- Creating SQL Tables for an Integrating Application Using Dexterity
- SQL Server 2005 Beta 2 Transact-SQL Enhancements
- .NET Rocks! - Brian Larson on SQL Server Reporting Services
- Computing the Trimmed Mean in SQL
- SQL Server 2000 Gains on Oracle
- Separator First Formatting (SFF)
