PDFsharp & MigraDoc Foundation
https://forum.pdfsharp.net/

Image quality in pdf
https://forum.pdfsharp.net/viewtopic.php?f=4&t=2419
Page 1 of 1

Author:  navanithk [ Mon Apr 29, 2013 2:40 pm ]
Post subject:  Image quality in pdf

Hi,

I just wanted to know is there any way I can control the export quality of image in my pdf using any parameters like high, low or medium.

In the source code I saw an enum XSmoothingMode in
XSmoothingMode .cs file

/// <summary>
/// Specifies high speed, low quality rendering.
/// </summary>
HighSpeed = 1,

/// <summary>
/// Specifies high quality, low speed rendering.
/// </summary>
HighQuality = 2,


but nowere this enum is used. I am looking for something like this , if there is low quality required then pdf creation should be fast which this enum looks like controlling.

Author:  Thomas Hoevel [ Mon Apr 29, 2013 3:01 pm ]
Post subject:  Re: Image quality in pdf

Hi!

PDFsharp does not alter the images. So add the images with the quality you need.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/