

pdfOptions.NeverEmbeddedFonts = "Tahoma Courier New" The use of these options will result in PDF validation errors. The following options are not compatible with PDF/A.

PdfOptions.PdfACompatibility = PdfACompatibility.PdfA3b PdfOptions.ImageQuality = PdfJpegImageQuality.Medium Specify the quality of exported images. View Example: Export a Report to PDF Format

You can use the PdfStreamingExporter class together with CachedReportSource (WinForms/WPF) or CachedReportSourceWeb (Web platforms). To export a large report in code, use the PdfStreamingExporter class instead of the XtraReport.ExportToPdf/ XtraReport.ExportToPdfAsync method calls.

You can export a report from ASP.NET Web Forms Document Viewer, ASP.NET MVC Document Viewer, and ASP.NET Core Document Viewer. Export From Document Viewer (Web Platforms) Specify export options in the invoked PDF Export Options dialog and click OK. Expand the drop-down list with export formats and select PDF File. You can export a report from Visual Studio Preview tab, WinForms Print Preview, and WPF Print Preview. Export From Preview (Visual Studio, WinForms, WPF)
