Question
Virtusa
US
Last activity: 22 Jan 2025 2:31 EST
remove restricted permissions from imported PDF
Hi,
We have a requirement to retrieve the latest PDF form from a URL, map some fields to it, and present it to the user on click of a button
We are using connect-Http to fetch the document and the GenerateEform activity to map the fields. However, the document hosted at the URL has restricted permissions, such as not allowing editing or copying, which is preventing us from mapping the fields to the Eform.
Our question:
- Is there a way to retrieve the PDF form as raw byte data (byte code) without encountering these restrictions?
- Alternatively, is there a method to remove or bypass the document’s restricted permissions to enable field mapping?