When I set document security with EO.PDF to disallow modifying contents eg:
doc.Security.Disallow(PdfDocumentPermissions.ModifyingContents);
the resulting PDF is also set to only allow Low Resolution printing.
Is there a way to set permissions to not allow content modification but to also allow High Resolution printing using EO.PDF? BTW, there is an issue with current versions of Google Chrome that prevent it from printing any PDFs that do not allow High Resolution printing. For an example see
https://code.google.com/p/chromium/issues/detail?id=410440Thank you.