SynPDF
SynPDF copied to clipboard
Multipage TIF to PDF
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
9 0 obj
<<
/Type /XObject
/Subtype /Image
/Name /Im0
/Filter [ /CCITTFaxDecode ]
/DecodeParms [ << /K -1 /Columns 2448 /Rows 3498 >> ]
/Width 2448
/Height 3498
/ColorSpace 11 0 R
/BitsPerComponent 1
/Length 10 0 R
>>
stream
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