Open tothpaul opened 4 years ago
I happened across this issue while looking for alternatives to this:
https://github.com/FSharpCSharp/reportman-delphi/blob/master/rpgraphiccompression.pas
Which I might end up using anyway
Modify your code here: constructor TPdfImage.Create(aDoc: TPdfDocument; aImage: TGraphic; DontAddToFXref: boolean); Other types of images will be converted to TBitmap except JPEG in above constructor, and that's why you can't have the same size after the conversion from TIF files.
Hello,
Is it possible with SynPDF to convert a multpage TIF to PDF using the CCITTFaxDecode format ?
XnView can do that, the PDF has almost the same size than the TIF