Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Loss of PDF Quality

$
0
0
Hi,

I tried to very simply create one PDF from another PDF (I have GS 9.19 64bit installed).

However, there was a clear loss of quality. I couldn't find a PDF WriteDefine class.

Please let me know if there is a problem with my code:

using (MagickImage magickImage = new MagickImage(@"C:\users\abc\desktop\UserOrganization02.pdf"))
{
using (FileStream fs = File.Open(@"C:\users\abc\desktop\otter2.Pdf", FileMode.Create))
{
    magickImage.Write(fs, MagickFormat.Pdf);
}
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>