Page 1 of 1

CONFIG FILE PDF EXPORT OPTIONS

Posted: Mon Jul 06, 2015 2:39 pm
by enigma
Hello,
Last few hours I am trying to set Image REsolution and Image Quality options in config file. This is the part with pdf options:

Code: Select all

<Export>
    <Excel>
      <DivideBigCells>True</DivideBigCells>
    </Excel>
    <Pdf>
      <FontSizeCorrectionValue>0.954</FontSizeCorrectionValue>
	  <ImageQuality>1</ImageQuality>
	  <ImageResolution>300</ImageResolution>
    </Pdf>
    <Word>
      <DivideBigCells>True</DivideBigCells>
      <LineHeightExactly>True</LineHeightExactly>
    </Word>
  </Export>
As you can see, I want 300 dpi as default and 100% quality as default. As I have seen default are 100dpi and 75% quality. I want this to be shown directly when user clicks on save as adobe pdf, in settings part. Like the one in attachment. I changed that one manually, is there any way to set this settings like in the code I have posted because this is not working. Any help would be useful.

Re: CONFIG FILE PDF EXPORT OPTIONS

Posted: Tue Jul 07, 2015 6:28 am
by HighAley
Hello.

Unfortunately, it's impossible to set default value.
If you change the settings, they will be saved on client side.
If you need such feature, please, send a request to support@stimulsoft.com.

Thank you.