CONFIG FILE PDF EXPORT OPTIONS
Posted: Mon Jul 06, 2015 2:39 pm
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:
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.
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>