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
Comments: Moved to discussions.
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
Comments: Moved to discussions.