Skip to content

Sample code and PDF manuscript of the book: DynamicPDF Converter by Example

License

Notifications You must be signed in to change notification settings

DynamicPDF/converter-book

Repository files navigation

DynamicPDF Converter for .NET by Example

The following GitHub project contains the manuscript: DynamicPDF Converter for .NET by Example as a PDF Document and all related source-code for the book's examples.

About the Book

In this book, you will learn how to use DynamicPDF Converter for .NET. It begins by introducing you to the Converter class and its static Convert method. You will then discover how to customize your conversions using the ConversionOptions class. You’ll see that the Converter class can likely meet all your organization's conversion needs.

After exploring the Converter class, the book guides you through the different file-specific converter classes provided by DynamicPDF Converter. You will learn how to use these classes to convert various file types, including text, RTF, images, HTML, Word documents, Excel spreadsheets, and PowerPoint presentations.

Finally, the book concludes by teaching you how to implement event handling in your application and how to use the asynchronous conversion methods offered by DynamicPDF Converter.

Table Of Contents

  • 1 Getting Started
    • 1.1 Supported File Types
    • 1.2 Book Project
    • 1.3 Conversion
  • 2 Using Converter
    • 2.1 Simple Conversion
    • 2.2 Convert Method Overloads
    • 2.3 Conversion Options
    • 2.4 Appending
    • 2.5 HTML String Converter Methods
    • 2.6 Logging
    • 2.7 Summary
  • 3 Converting Text and RTF
    • 3.1 TextConverter and TextConversionOptions
    • 3.2 RtfConverter and RtfConversionOptions
    • 3.3 Summary
  • 4 Converting Images
    • 4.1 ImageConverter
    • 4.2 ImageConversionOptions
    • 4.3 TiffConversionOptions
    • 4.4 Summary
  • 5 Converting HTML
    • 5.1 HtmlConverter Class
    • 5.2 HtmlConversionOptions Class
    • 5.3 Summary
  • 6 Converting Microsoft Word
    • 6.1 WordConverter Class
    • 6.2 WordConversionOptions Class
    • 6.3 Summary
  • 7 Converting Microsoft Excel
    • 7.1 ExcelConverter Class
    • 7.2 ExcelConversionOptions Class
    • 7.3 Multiple Worksheets
    • 7.4 Summary
  • 8 Converting Microsoft PowerPoint
    • 8.1 PowerPointConverter Class
    • 8.2 PowerPointConversionOptions Class
    • 8.3 Summary
  • 9 Handling Events and Asynchronous Conversion
    • 9.1 Handling Events
    • 9.2 Asynchronous Conversion
    • 9.3 Summary

About

Sample code and PDF manuscript of the book: DynamicPDF Converter by Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published