CONFIG FILE PDF EXPORT OPTIONS

Stimulsoft Reports.PHP discussion
Post Reply
enigma
Posts: 22
Joined: Tue Feb 11, 2014 2:51 pm

CONFIG FILE PDF EXPORT OPTIONS

Post 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.
Attachments
ScreenShot208.png
ScreenShot208.png (12.14 KiB) Viewed 1335 times
Software developer from Croatia
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: CONFIG FILE PDF EXPORT OPTIONS

Post 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.
Post Reply