colrev.ops.pdf_prep.PDFPrep¶
- class PDFPrep(*, review_manager, reprocess=False, notify_state_transition_operation=True)[source]¶
Bases:
Operation
Prepare PDFs
Methods
Check the operation precondition
Conclude the operation (stop Docker containers)
Decorator for operations
Generate TEI documents for included records
main
Notify the review_manager about the next operation
Prepare a PDF (based on package_endpoints in the settings)
Setup a custom pdf-prep script
Update the colrev-pdf-ids
Attributes
type
to_prepare
pdf_prepared
not_prepared
pdf_prep_package_endpoints
- check_precondition()¶
Check the operation precondition
- Return type:
None
- conclude()¶
Conclude the operation (stop Docker containers)
- Return type:
None
- classmethod decorate()¶
Decorator for operations
- Return type:
Callable
- notify(*, state_transition=True)¶
Notify the review_manager about the next operation
- Return type:
None