Package digilib.pdf
Class PDFFileWorker
- java.lang.Object
-
- digilib.pdf.PDFFileWorker
-
-
Field Summary
Fields Modifier and Type Field Description protected File
finalFile
the final output fileprotected static org.slf4j.Logger
logger
protected PDFStreamWorker
streamWorker
the wrapped PDFStreamWorkerprotected File
tempFile
the temporary output file
-
Constructor Summary
Constructors Constructor Description PDFFileWorker(DigilibConfiguration dlConfig, File tempFile, File finalFile, PDFRequest job_info, DigilibJobCenter<DocuImage> imageJobCenter)
Create new PDFFileWorker.
-
-
-
Field Detail
-
logger
protected static org.slf4j.Logger logger
-
streamWorker
protected PDFStreamWorker streamWorker
the wrapped PDFStreamWorker
-
tempFile
protected File tempFile
the temporary output file
-
finalFile
protected File finalFile
the final output file
-
-
Constructor Detail
-
PDFFileWorker
public PDFFileWorker(DigilibConfiguration dlConfig, File tempFile, File finalFile, PDFRequest job_info, DigilibJobCenter<DocuImage> imageJobCenter) throws FileNotFoundException
Create new PDFFileWorker.- Parameters:
dlConfig
-tempFile
-job_info
-imageJobCenter
-- Throws:
FileNotFoundException
-
-