clawsoftware/clawPDF

ClawPDF doesn't have permissions to copy to destination folder (in any folder)

fixerivan opened this issue · 1 comments

when i try to print, it always fails on the step where it copies to destination folder - no matter what folder the destination folder is, these are the logs:

2024-08-15 15:07:08.7603 [Trace] 25592-7 (ProcessingThread) clawSoft.clawPDF.Core.Jobs.GhostscriptJob.RunJobWork: Finished Ghostscript execution
2024-08-15 15:07:08.7603 [Debug] 25592-7 (ProcessingThread) clawSoft.clawPDF.PDFProcessing.PDFProcessor.ProcessPDF: Start processing of C:\Users\klime\AppData\Local\Temp\clawPDF\Temp\Job_uy31gy04\tempoutput\output.pdf
2024-08-15 15:07:08.7654 [Trace] 25592-7 (ProcessingThread) clawSoft.clawPDF.Core.Jobs.GhostscriptJob.RunJobWork: Moving output files to final location
2024-08-15 15:07:08.7654 [Warn] 25592-7 (ProcessingThread) clawSoft.clawPDF.Core.Jobs.AbstractJob.CopyFile: Error while copying to target file.
from"C:\Users\klime\AppData\Local\Temp\clawPDF\Temp\Job_uy31gy04\tempoutput\output.pdf"
to "C:\tmp\CUPS Testpage.pdf"
Could not find file 'C:\Users\klime\AppData\Local\Temp\clawPDF\Temp\Job_uy31gy04\tempoutput\output.pdf'.
2024-08-15 15:07:11.6630 [Warn] 25592-7 (ProcessingThread) clawSoft.clawPDF.Core.Jobs.AbstractJob.CopyFile: Error while copying to target file.
from"C:\Users\klime\AppData\Local\Temp\clawPDF\Temp\Job_uy31gy04\tempoutput\output.pdf"
to "C:\tmp\CUPS Testpage.pdf"
Could not find file 'C:\Users\klime\AppData\Local\Temp\clawPDF\Temp\Job_uy31gy04\tempoutput\output.pdf'.

machine is latest windows 11 amd64

Same issue here.