Search found 2 matches

by Terdledic
2018-09-25T06:30:17-07:00
Forum: Magick.NET
Topic: Pdf to Tiff image compression issue
Replies: 2
Views: 8618

Re: Pdf to Tiff image compression issue

We were using the version linked to in the bug. I updated and it's working fine now. Thanks for the quick help.
by Terdledic
2018-09-24T11:29:17-07:00
Forum: Magick.NET
Topic: Pdf to Tiff image compression issue
Replies: 2
Views: 8618

Pdf to Tiff image compression issue

I have a requirement to convert a pdf to a multi-page tiff, which is working great. But some reason the tiff always comes out with no compression. Below is the relevant code I believe. var settings = new MagickReadSettings() { Density = new Density(dpi,dpi), Compression = CompressionMethod.Group4 };...