Quantcast
Channel: magick Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1011

Created Unassigned: Quality Resolution - Create a PDF file from two images: [1022]

$
0
0
Hello, you can reduce the quality / resolution of the converted images to PDF? Using this code:

Create a PDF file from two images:

using (MagickImageCollection collection = new MagickImageCollection())
{

//Resolution ??????

collection.Add(new MagickImage("SnakewarePage1.jpg"));
collection.Add(new MagickImage("SnakewarePage2.jpg"));

collection.Write("Snakeware.pdf");
}


how can I insert value? thanks

Viewing all articles
Browse latest Browse all 1011

Trending Articles



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