# Export PDF

## Content



PdfDocumentSource allows you to export PDF files to other file formats which can be shared electronically. The following table lists the export filters along with the description about the export formats to which a PDF document can be exported:

| **Filter** | **Description** |
| --- | --- |
| [HtmlFilter](/componentone/api/wpf/online-document/dotnet-framework-api/C1.WPF.Document.4.6.2/C1.WPF.Document.Export.HtmlFilter.html) | This export filter exports the PDF files to HTML streams or files. |
| [JpegFilter](/componentone/api/wpf/online-document/dotnet-framework-api/C1.WPF.Document.4.6.2/C1.WPF.Document.Export.JpegFilter.html) | This export filter exports the PDF files to JPEG streams or files. |
| [GifFilter](/componentone/api/wpf/online-document/dotnet-framework-api/C1.WPF.Document.4.6.2/C1.WPF.Document.Export.GifFilter.html) | This export filter exports the PDF files to GIF streams or files. |
| [PngFilter](/componentone/api/wpf/online-document/dotnet-framework-api/C1.WPF.Document.4.6.2/C1.WPF.Document.Export.PngFilter.html) | This export filter exports the PDF files to PNG streams or files. |
| [BmpFilter](/componentone/api/wpf/online-document/dotnet-framework-api/C1.WPF.Document.4.6.2/C1.WPF.Document.Export.BmpFilter.html) | This export filter exports the PDF files to BMP streams or files. |
| [TiffFilter](/componentone/api/wpf/online-document/dotnet-framework-api/C1.WPF.Document.4.6.2/C1.WPF.Document.Export.TiffFilter.html) | This export filter exports the PDF files to TIFF streams or files. |

PdfDocumentSource provides support for exporting the PDF files to any external format through [C1DocumentSource](/componentone/api/wpf/online-document/dotnet-framework-api/C1.WPF.Document.4.6.2/C1.WPF.Document.C1DocumentSource.html) class. Learn how the **C1DocumentSource** class supports in exporting PDF file in detail in the following topics.

[Export PDF using Format Specific Filter](/componentone/docs/wpf/online-document/PDFDocumentSource-for-WPF/Features/Export-PDF/Export-PDF-using-Format-Specific-Filter)

Learn how to export a PDF file using format specific filter in code.

[Export PDF using ExportProvider](/componentone/docs/wpf/online-document/PDFDocumentSource-for-WPF/Features/Export-PDF/Export-PDF-using-ExportProvider)

Learn how to export a PDF file using ExportProvider in code.