Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerLabels
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
Fix versions
Affects versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerLabels
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
Fix versions
Affects versions
Priority
Created 8 September 2020 at 10:31
Updated 8 September 2023 at 11:14
Resolved 8 September 2023 at 11:14
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-p-q/cfpdf.html
Use the extractimage action to extract all images from the specified page number in a PDF document, as shown in the following code snippet:
<cfpdf
action = "extractimage"
source = "../myBook.pdf"
pages = "1-200"
destination = "..\mybookimages"
imageprefix = "mybook">
The images are extracted and saved in the directory that you specify in the destination attribute. You can specify a prefix for the images (imageprefix) being extracted, otherwise the system prefixes the
https://dev.lucee.org/t/cfpdf-extractimage-support/2130/2
PDFBox supports this