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
/
bin
Age
Commit message (
Expand
)
Author
2022-09-05
resolves #2330 allow PDF optimizer to be pluggable (PR #2332)
Dan Allen
2022-06-26
resolves #2265 allow sourcemap to be enabled from CLI using --sourcemap optio...
Dan Allen
2022-06-26
resolves #2250 add --theme CLI option as shorthand for -a pdf-theme (PR #2251)
Dan Allen
2022-06-26
lint bin scripts
Dan Allen
2022-06-21
extend CLI options object to override print_version method
Dan Allen
2022-06-21
simplify require logic in bin script
Dan Allen
2020-10-07
update name of method on Optimizer in asciidoctor-pdf-optimize script
Dan Allen
2020-01-06
fix require path for asciidoctor/pdf/optimize
Dan Allen
2019-11-21
remove check for print_version method
Dan Allen
2019-10-17
fix name of optimize script in warning message
Dan Allen
2019-10-15
fix asciidoctor-pdf-optimize script
Dan Allen
2019-10-15
rename -q CLI option of asciidoctor-pdf-optimize script to --quality
Dan Allen
2019-09-29
resolves #535 optimize PDF if writing file and optimize attribute is set (PR ...
Dan Allen
2019-07-27
enable frozen string literal in source code
Dan Allen
2019-04-23
resolves #262 rename Pdf module to PDF
Dan Allen
2019-04-23
resolves #262 add asciidoctor/pdf as require alias
Dan Allen
2019-04-11
add -dPrinted to gs in optimize-pdf command so links are preserved
Dan Allen
2017-10-28
look for correct file to require in bin script
Dan Allen
2016-10-02
rename pdfmarks to pdfmarks; document pdfmark attribute in theming guide
Dan Allen
2016-01-05
use failproof relative require logic in bin script
Dan Allen
2015-05-31
print Asciidoctor PDF version in CLI output
Dan Allen
2015-05-17
abort cli if option parsing returns exit code
Dan Allen
2014-11-28
default to 300 DPI in optimize-pdf
Dan Allen
2014-10-06
Use require_relative for ../lib/asciidoctor-pdf in bin/asciidoctor-pdf
Ryan Bigg
2014-09-04
resolves #29 rewrite as a proper Asciidoctor converter
Dan Allen
2014-08-18
Merge pull request #23 from DavidGamba/add-base-dir
Dan Allen
2014-08-17
add support for version flag to aid with setup
Dan Allen
2014-08-14
resolves #18 Add base_dir command line option
David Gamba
2014-07-29
don't quote pdfmarks file
Dan Allen
2014-05-30
temporary flags for output dir & require file; restore attributes after load
Dan Allen
2014-05-29
enable header/footer by default
Dan Allen
2014-05-28
add and register implicit header processor;
Dan Allen
2014-05-28
don't fail if pdfmarks file is missing
Dan Allen
2014-04-29
add theme argument; only change dpi if IMAGE_DPI env is set
Dan Allen
2014-01-29
change PDF in class name to Pdf
Dan Allen
2014-01-29
primitive support for AsciiDoc attributes in cli
Dan Allen
2014-01-13
update optimize-pdf script
Dan Allen
2014-01-11
initial import of Asciidoctor PDF
Dan Allen