How can I read the Security-Settings of a pdf via code?
In the Active-X Viewer i do a
Code: Select all
CoPDFXCview1.DoVerb('Documents[0]','GetAllText',vDataIn,vDataOut,0);
I want to check for permissions first instead of raising an error.
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
Code: Select all
CoPDFXCview1.DoVerb('Documents[0]','GetAllText',vDataIn,vDataOut,0);
That is not possible in current realization.How can I read the Security-Settings of a pdf via code?
You can use 'try ... catch' blocks to handle this error.it raised an error.