Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
MajorLabels
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
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
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
Created 24 September 2020 at 10:34
Updated 3 May 2021 at 11:14
Resolved 3 May 2021 at 11:14
I've faced the issue like Destination file already exists even it not available when using as per below code.
https://luceeserver.atlassian.net/browse/LDEV-93#icft=LDEV-93 fix is caused by the problem.
<cfscript> cfdocument(format="pdf", filename="#expandpath('source.pdf')#", overwrite="true"){ writeoutput("<p>This is PDF example document.</p>"); } </cfscript> <cfpdf action="write" source="source.pdf" destination="destin.pdf" overwrite="false">