Re: EMF, SVG or how to reduce PDF size
Posted: Tue May 12, 2015 10:42 am
I have resolved this issue...
Need to set StiPdfExportSettings.ImageResolution = 400 for clean and bright but the main issue is PDF size. Used ImageCompressionMethod to resolve this.
settings.ImageCompressionMethod = Stimulsoft.Report.Export.StiPdfImageCompressionMethod.Flate;
Thanks
Gaurav
Need to set StiPdfExportSettings.ImageResolution = 400 for clean and bright but the main issue is PDF size. Used ImageCompressionMethod to resolve this.
settings.ImageCompressionMethod = Stimulsoft.Report.Export.StiPdfImageCompressionMethod.Flate;
Thanks
Gaurav