
In the Categories pane of the Preferences dialog box,Ĭlick General, then clear the Enable Protected Mode at startup. If you opened Adobe Reader from the shortcut, click Edit >. If you have a PDF document open, right-click within the document, then click. The Enable Protected Mode at startup check box: Only if upgrading the free Adobe Reader to the version containing the fix is not an option, disable protected mode by completing the following steps: Attempting to open such a file results in an error opening the document. PDF files in shared locations on DFS/NFS cannot be opened. That it cannot open PDF files whose source is distributed file system (DFS) or One of the features of the secure mode is Protected Mode protects users by limiting what malicious files can do and access. Alternatively, you can copy the PDF to your local drive before opening it or, if necessary, disable Adobe Reader's protected mode.Īdobe Reader uses Protected Mode to prevent malware from infecting computer systems, so turning off Protected Mode opens your computer up to viruses passed through PDF documents.Īdobe Reader 10.0 is installed in Protected Mode. Since this error was resolved in v10.1 and current version is 10.1.2, the best solution is to update Adobe Reader on all computers. Refer to the Adobe knowledgebase article, For more information about Protected Mode, "Access Denied" error when opening some PDF documents after installing Adobe Reader
Hopefully this assists anyone who still needs help on any of this.Įdit: It's also possible that It continues to fail due to multiple encodings with Base64, resulting in a non-binary outcome (not sure why yet, it seems to be consistent multiple with apply to each layers).THE INFORMATION IN THIS ARTICLE APPLIES TO: And finally appended to an array variable that I will use as the attachment array in 'send an email'. The question is used in the parse json, then I use the 'name' from the parse json to get the file content for each uploaded file.
This section of my flow is designed to process multiple uploaded files in a MS Forms question. To prevent the base64 from silently re-encoding (a second time, I learned that this happened from a super user II on a similar thread but can't find it) I used the compose action to convert the contents to a base64 format, then used the compose output as the contentBytes.
The issue for me was the setting Base64() in my contentbytes.