summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/optimizer.rb
AgeCommit message (Expand)Author
2022-09-05resolves #2330 allow PDF optimizer to be pluggable (PR #2332)Dan Allen
2022-09-03add missing reader for compliance attribute on optimizerDan Allen
2022-05-03resolves #125 allow built-in optimizer to set PDF compliance flag (PDF/A and ...Dan Allen
2021-06-06remove unused constantDan Allen
2021-06-02upgrade RuboCop and fix indentation of multi-line method calls [skip ci]Dan Allen
2021-05-02add link to reference for optimizer quality presets [skip ci]Dan Allen
2021-01-03remove unnecessary root qualifier for types inside anonymous modulesDan Allen
2020-10-12ignore debug parameter in patched GSAlone classDan Allen
2020-10-09resolves #1790 fix and test optimizer on windows (PR #1794)Dan Allen
2020-10-09resolves #1791 allow path of ghostscript command to be controlled using `GS` ...Dan Allen
2020-10-06rename Optimizer#generate_file method to Optimizer#optimize_fileDan Allen
2020-09-12use portable code to copy tmp file to target when creating optimized PDFDan Allen
2020-08-07verify default settings of Optimizer constructorDan Allen
2020-01-06fix missing require in asciidoctor-pdf-optimize scriptDan Allen
2019-12-04fix most lint violations in main application codeDan Allen
2019-11-20fix optimizer so it applies pdfmark after reading input fileDan Allen
2019-10-17test asciidoctor-pdf-optimize bin scriptDan Allen
2019-10-17use default quality if specified quality for optimizer is not recognizedDan Allen
2019-10-05reorganize source files under asciidoctor/pdf (PR #1302)Dan Allen