Issues
PDF: cfpdf - remove password from pdf-file
Fixed
Description
Environment
None
Attachments
1
relates to
Details
Assignee
Michael OffnerMichael OffnerReporter
Benjamin RohnerBenjamin RohnerPriority
CriticalLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Benjamin Rohner
Benjamin RohnerPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 8 May 2018 at 16:24
Updated 24 March 2021 at 14:24
Resolved 29 August 2019 at 14:38
Activity
Show:
Michael Offner29 August 2019 at 14:31
Michael Offner29 August 2019 at 14:27
Michael Offner29 August 2019 at 13:05
added the action “open“ to the tag cfpdf
Benjamin Rohner9 May 2018 at 17:03
I translated my former description.
Pothys - MitrahSoft9 May 2018 at 13:50
I've added test case for this ticket & confirmed that lucee doesn't support for cfpdf action processddx which is supported by ACF.
@Benjamin Rohner, One kind request please report the ticket in English it easy to understood by all others. I translated into English & and then I looked on this.
Pull Request: https://github.com/lucee/Lucee/pull/486
With cfpdf one may add a password to a pdf-file or even generate one directly with password. If lateron this pdf shall be provided for download, it must be possible to remove the password, so that the user is able to read the downloaded document without putting a password first.
In the joined secure_pdf.cfm are two examples, which are working in ACF without any problems. With lucee an error occurs, when the password should be removed with the action processddx.
(German:
Mit cfpdf kann einem PDF ein Passwort zugewiesen werden und somit geschützt abgelegt werden. Will man dieses PDF später zum Download anbieten, muss das Passwort wieder entfernt werden können, damit der Benutzer dieses Dokument überhaupt einsehen kann.
Im secure_pdf.cfm ist ein Beispiel, welches in Coldfusion gut funktioniert. Bei Lucee ensteht ein Fehler, wenn das Passwort entfernt werden soll.
)