Copy link to clipboard
Copied
After installing Update 5 for CF2021 and updating the JDK from 11.0.14 to 11.0.17
<cfdocument no longers works if the encryption attribute is specified.
We've tried document-2021.0.05.330109.jar (two versions, one from the update 1,831kb, and one sent to us from CF Support: 4,233kb)
i.e.
<cfdocument
filename = "MyFile.pdf"
format = "PDF"
fontembed = "yes"
mimetype = "text/html"
encryption="128-bit"
permissions = "AllowPrinting,AllowCopy">
My Content
</cfdocument>
Fails with no error message.
Removing
encryption="128-bit"
permissions = "AllowPrinting,AllowCopy"
works, although the pdf can then be edited.
Good:
<cfdocument
filename = "MyFile.pdf"
format = "PDF"
fontembed = "yes"
mimetype = "text/html" >
My Content
</cfdocument>
Copy link to clipboard
Copied
Hi @Scog ,
I do believe it is a bug, and have reported it: https://tracker.adobe.com/#/view/CF-4216050
Copy link to clipboard
Copied
Appreciate that, @BKBK
- Tim ( aka Scog Mellonhead)
Copy link to clipboard
Copied
Hi @Scog
I think we have a patch for this. Can you please send an email to cfsup@adobe.com and request a patch. Please mention this thread.
Copy link to clipboard
Copied
We've been in touch with Ravi Shankar and have received a fix for this. The fix however broke the <CFPDFForm> tag.
Copy link to clipboard
Copied
Sending you an email - the patch we received from Ravi at Adobe makes <cfpdfform> fail.
- Tim