Document Library for UWP | ComponentOne
PdfDocumentSource for UWP / Features / Export PDF
In This Topic
    Export PDF
    In This Topic

    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 This export filter exports the PDF files to HTML streams or files.
    JpegFilter This export filter exports the PDF files to JPEG streams or files.
    GifFilter This export filter exports the PDF files to GIF streams or files.
    PngFilter This export filter exports the PDF files to PNG streams or files.
    BmpFilter This export filter exports the PDF files to BMP streams or files.
    TiffFilter 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 class. Learn how the C1DocumentSource class supports in exporting PDF file in detail in the following topics.

    Export PDF using Format Specific Filter
    Learn how to export a PDF file using format specific filter in code.
    Export PDF using ExportProvider
    Learn how to export a PDF file using ExportProvider in code.