Overview PDF Metamorphosis .Net


Introduction

PDF Metamorphosis .Net is a cross-platform .NET library that allows your applications to convert any document to PDF format. After adding a reference to "SautinSoft.PdfMetamorphosis.dll" and entering 3-4 lines of C#, you can use the API in your applications:

Input formats

  • DOCX/DOC (Office Open XML) in accordance with the ECMA-376 specification (4th edition). Full format specification supported
  • RTF: The component can read and parse all types of RTF documents: 1.0 - 1.9.1. The component has its own RTF parser
  • HTML: The component has its own HTML parser. Supports all types of HTML: 3.2, HTML 4.01, HTML5 with CSS and XHTML
  • TXT (text documents): Unicode characters supported
  • PDF: Native PDF class performs splitting and merging of PDF documents

Output formats

PDF documents using a proprietary PDF class. You can choose the version for the output PDF: 1.2 -1.7, PDF/A

Advanced Features

  • Set page size, orientation and margins
  • Set a single font face, size and color for your PDF document
  • Add custom headers and footers
  • Add page numbering
  • Add custom watermarks to your PDF
  • Specify the version of produced PDF: PDF 1.2 - 1.7, PDF/A-1a, PDF/A-1b, PDF/A-2a, PDF/A-2b, PDF/A-2u, PDF/A-3a, PDF/A-3b, PDF/A-3u
  • Embed all fonts inside PDF
  • Split and merge PDF documents