FastReport PDF Size is to big..

I have a FASTREPORT PDF and it is 224kb in size on 1 single sheet. and a PDF generated by another tool 33kb 1 single page, with Similar content.

Can I do something to improve the size of the Fastreport PDF?

Fast Report, Version=2017.4.3.0,

I currently do this:

var exportpdf = new FastReport.Export.Pdf.PDFExport();

exportpdf.ShowProgress = false;

exportpdf.Compressed = true;

exportpdf.Background = false;

exportpdf.TextInCurves = false;

exportpdf.PrintOptimized = true;

exportpdf.ColorSpace = PDFExport.PdfColorSpace.RGB;

exportpdf.EmbeddingFonts = true;

exportpdf.JpegCompression = true;

var ResultFile = new MemoryStream();

fastReportObject.Prepare();

fastReportObject.Export(exportpdf, ResultFile);


Comments

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.