Package digilib.pdf
Class PDFFileWorker
java.lang.Object
digilib.pdf.PDFFileWorker
Worker that creates a PDF File.
PDF data is actually created by calling PDFStreamWorker.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected File
the final output fileprotected static org.slf4j.Logger
protected PDFStreamWorker
the wrapped PDFStreamWorkerprotected File
the temporary output file -
Constructor Summary
ConstructorsConstructorDescriptionPDFFileWorker
(DigilibConfiguration dlConfig, File tempFile, File finalFile, PDFRequest job_info, DigilibJobCenter<DocuImage> imageJobCenter) Create new PDFFileWorker. -
Method Summary
-
Field Details
-
logger
protected static org.slf4j.Logger logger -
streamWorker
the wrapped PDFStreamWorker -
tempFile
the temporary output file -
finalFile
the final output file
-
-
Constructor Details
-
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
-
-
Method Details