cfpdf - action - thumbnail

Description

cfpdf action thumbnail doesn't create thumbnails. Tested cfdocument and cfpdf "addWatermark" and they function properly. Tested code on cfml server and it functions correctly.

My code:

<cfpdf action="thumbnail" source="test.pdf" pages="1" imagePrefix="Cover" format="png" scale="50" resolution="low">

Environment

Windows, Lucee 5

Attachments

1
  • 23 Sept 2019, 03:49 pm

Activity

Show:

Pothys - MitrahSoft 18 August 2022 at 13:38

There is another incompatibility with ACF. If the imagePrefix is not defined, lucee saves the images with the full file name with extension from source pdf i.e test.pdf_page_1.jpg But it is in ACF saves the images files without extension of source pdf i.e test_page_1.jpg
So In lucee: test.pdf_page_1.jpg
In ACF: test_page_1.jpg

I added a fix and testcase to this incompatibility in the above PR.

Pothys - MitrahSoft 18 August 2022 at 11:00

The action extractText also missing to close the PDFReader.
I've added a fix to close the PDFReader after the actions are finished.

Pull Request: https://github.com/lucee/extension-pdf/pull/46

Brad Wood 17 August 2022 at 19:56

Thanks for testing --I’ll get you a repro case, but regardless we can tell just from looking at the code that the PDFREader is not being closed which needs to happen, so the fix shuold be very obvious regardless slightly smiling face Also, the OS/filesystem in use may affect how the files are locked. I was running the code from a CommandBox Task Runner on Windows

Pothys - MitrahSoft 17 August 2022 at 07:24
Edited

thanks for pointing out the bug in this implementation.

unluckily I can't reproduce the source file locking issue with the cfpdf thumbnail in my local. After done action=thumbnail, I can able to rename/delete/move the source file via file explorer or cffile. Also, the testcase deletes the source file after the tests ran.
https://github.com/lucee/extension-pdf/blob/a080ef309ccc8e3e5ce5eb1806aa19ff5ecfd1d5/tests/LDEV967.cfc#L68

Could you please share the test code and which scanerio the file locks occurred? slightly smiling face

Fixed

Details

Assignee

Reporter

Priority

Labels

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

Affects versions

Created 17 August 2016 at 18:20
Updated 14 November 2022 at 12:31
Resolved 20 May 2022 at 14:27

Flag notifications