DsPdf API exposes easy to use high level methods that allow you to save the pages of a PDF as raster or vector images in various supported formats (e.g. GcPdfDocument.SaveAsPng() or Page.SaveAsSvg()). While these methods provide some level of control over the resulting images, sometimes you may need to modify the export behavior in a way that is not supported by those methods.

Examples in this group show how to save (export) PDFs to different output formats using lower level methods and properties provided by DsPdf and DsImaging products. Note that code in some of those examples requires a valid DsImaging license to be used in production. Such cases are noted in the comments.