PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)
Moderators:PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
I just realize that the setting ("Print.PrintSpec", "FieldsDataOnly") doesn't print the mark up ...
Do you have an option that let you print the data field and the mark up ?
we actually use your SDK for printing dot matrix document this is why it's important for us to be able to print both
without the document.
thx!
EDIT: actually it did print the mark up however, i think at a certain point the dot matrix doesn't print the mark up if its too small.
"FieldsDataOnly" allows to print only fields values. Annotations like lines, rectangles, etc. will no be printed.
"Print.PrintSpec" is a number value which represents the mask for annotations and some other documents parts which should be printed. If you want to fields data and all markups you have to specify value 0xFFFFFFFA: ("Print.PrintSpec", 0xFFFFFFFA, ...)
PDF-XChange Co Ltd. (Project Director)
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
Ivan - Tracker Software wrote:"FieldsDataOnly" allows to print only fields values. Annotations like lines, rectangles, etc. will no be printed.
"Print.PrintSpec" is a number value which represents the mask for annotations and some other documents parts which should be printed. If you want to fields data and all markups you have to specify value 0xFFFFFFFA: ("Print.PrintSpec", 0xFFFFFFFA, ...)
So why does actually it print up the mark with FieldDataOnly?