index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
asciidoctor
/
pdf
/
optimizer.rb
Age
Commit message (
Expand
)
Author
2022-09-05
resolves #2330 allow PDF optimizer to be pluggable (PR #2332)
Dan Allen
2022-09-03
add missing reader for compliance attribute on optimizer
Dan Allen
2022-05-03
resolves #125 allow built-in optimizer to set PDF compliance flag (PDF/A and ...
Dan Allen
2021-06-06
remove unused constant
Dan Allen
2021-06-02
upgrade RuboCop and fix indentation of multi-line method calls [skip ci]
Dan Allen
2021-05-02
add link to reference for optimizer quality presets [skip ci]
Dan Allen
2021-01-03
remove unnecessary root qualifier for types inside anonymous modules
Dan Allen
2020-10-12
ignore debug parameter in patched GSAlone class
Dan Allen
2020-10-09
resolves #1790 fix and test optimizer on windows (PR #1794)
Dan Allen
2020-10-09
resolves #1791 allow path of ghostscript command to be controlled using `GS` ...
Dan Allen
2020-10-06
rename Optimizer#generate_file method to Optimizer#optimize_file
Dan Allen
2020-09-12
use portable code to copy tmp file to target when creating optimized PDF
Dan Allen
2020-08-07
verify default settings of Optimizer constructor
Dan Allen
2020-01-06
fix missing require in asciidoctor-pdf-optimize script
Dan Allen
2019-12-04
fix most lint violations in main application code
Dan Allen
2019-11-20
fix optimizer so it applies pdfmark after reading input file
Dan Allen
2019-10-17
test asciidoctor-pdf-optimize bin script
Dan Allen
2019-10-17
use default quality if specified quality for optimizer is not recognized
Dan Allen
2019-10-05
reorganize source files under asciidoctor/pdf (PR #1302)
Dan Allen