Code: Select all
m.loPdf.FileNameOptionsEx = FileNameOption_NoPrompte ;
+ FileNameOption_UseFileName ;
+ FileNameOption_JPegLevelMedium ;
+ FileNameOption_CCITTCompression ;
+ FileNameOption_AutoCompression
m.loPdf.SetDefaultConfigEx()
This is inconsistent with what Amyuni's documentation (Common Driver Interface 250.pdf) states:
Below are the settings that I am using (according to the documentation):Low quality, High compression 3
Good quality, Good compression 7
High quality, Low compression 9
Code: Select all
#define FileNameOption_JPegLevelLow 0x00020000 && Low JPeg compression
#define FileNameOption_JPegLevelMedium 0x00040000 && Medium JPeg compression
#define FileNameOption_JPegLevelHigh 0x00060000 && High JPeg compression
As you can imagine, I would expect a software component to behave the same as it's documentation states. This will produce unpredictable results in my application for my clients, which becomes a liability rather than asset for my application.
Could someone from Amyuni kindly address these questions and concerns of mine, please?
I've sent an email about this your support without any reply.