C# PDF SDK Library
How to create new PDF file from scratch using C#.net. Free open source examples.
Tell C#.NET Users How to Create New PDF File from scratch with C#.NET PDF SDK
XDoc.PDF for .NET includes a utility class "PDFBuildHandler". You can easily build a PDF file from scratch with class PDFBuildHandler. Like the Microsoft Word document, you can fill in
pdf content one by one using PDFBuildHandler. It support text, image, table, listing, chapter, section, Header and Footer, Footnote and Endnote, and Acroform fields.
- Create a new PDF file: Create a new pdf file with empty content
- Add a paragraph: Add a text paragraph to the new pdf file
- Use Font: Create text with font applied
- Add an image: Add images to the pdf file
- Add a list of text: Add list of text to the pdf document
- Add a table: Add a table
- Use table template: Use designed table template to add tables to the pdf document
- Add a chapter and section: Add chapters and sections to the pdf content
- Add Header and Footer:Adding PDF Header and Footer content
- Add Footnote and Endnote: Add Footnote and Endnote
- Add form fields: Add AcroForm fileds to the PDF document