summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2022-09-05resolves #2330 allow PDF optimizer to be pluggable (PR #2332)Dan Allen
2022-06-26resolves #2265 allow sourcemap to be enabled from CLI using --sourcemap ↵Dan Allen
option (PR #2266)
2022-06-26resolves #2250 add --theme CLI option as shorthand for -a pdf-theme (PR #2251)Dan Allen
2022-06-26lint bin scriptsDan Allen
2022-06-21extend CLI options object to override print_version methodDan Allen
2022-06-21simplify require logic in bin scriptDan Allen
2020-10-07update name of method on Optimizer in asciidoctor-pdf-optimize scriptDan Allen
2020-01-06fix require path for asciidoctor/pdf/optimizeDan Allen
2019-11-21remove check for print_version methodDan Allen
2019-10-17fix name of optimize script in warning messageDan Allen
2019-10-15fix asciidoctor-pdf-optimize scriptDan Allen
2019-10-15rename -q CLI option of asciidoctor-pdf-optimize script to --qualityDan Allen
2019-09-29resolves #535 optimize PDF if writing file and optimize attribute is set (PR ↵Dan Allen
#1299)
2019-07-27enable frozen string literal in source codeDan Allen
2019-04-23resolves #262 rename Pdf module to PDFDan Allen
- rename Pdf module to PDF - alias Pdf to PDF for backwards compatibility
2019-04-23resolves #262 add asciidoctor/pdf as require aliasDan Allen
- add asciidoctor/pdf as require alias to align with RubyGems conventions
2019-04-11add -dPrinted to gs in optimize-pdf command so links are preservedDan Allen
2017-10-28look for correct file to require in bin scriptDan Allen
2016-10-02rename pdfmarks to pdfmarks; document pdfmark attribute in theming guideDan Allen
2016-01-05use failproof relative require logic in bin scriptDan Allen
2015-05-31print Asciidoctor PDF version in CLI outputDan Allen
- trap -V and --version flags and -v flag when used alone - prepending Asciidoctor PDF version to version output
2015-05-17abort cli if option parsing returns exit codeDan Allen
2014-11-28default to 300 DPI in optimize-pdfDan Allen
2014-10-06Use require_relative for ../lib/asciidoctor-pdf in bin/asciidoctor-pdfRyan Bigg
2014-09-04resolves #29 rewrite as a proper Asciidoctor converterDan Allen
- rewrite as a proper Asciidoctor converter - move main code under the Asciidoctor::Pdf module - set version to 1.5.0.dev to track core - update asciidoctor gem to ~> 1.5.0 - migrate to prawn 1.2.1 - add required prawn-table dependency - make asciidoctor-pdf cli a wrapper around asciidoctor cli - move inline node handlers to converter - remove line metrics hacks * replace with padding top/bottom adjustment around prose - evaluate array elements in theme - update themes - update examples - update README - add Asciidoctor PDF version to PDF header - take out prose around image logic (moved to editions) - fix loads of rendering bugs :)
2014-08-18Merge pull request #23 from DavidGamba/add-base-dirDan Allen
resolves #18 Add base_dir command line option
2014-08-17add support for version flag to aid with setupDan Allen
2014-08-14resolves #18 Add base_dir command line optionDavid Gamba
2014-07-29don't quote pdfmarks fileDan Allen
2014-05-30temporary flags for output dir & require file; restore attributes after loadDan Allen
2014-05-29enable header/footer by defaultDan Allen
2014-05-28add and register implicit header processor;Dan Allen
2014-05-28don't fail if pdfmarks file is missingDan Allen
2014-04-29add theme argument; only change dpi if IMAGE_DPI env is setDan Allen
2014-01-29change PDF in class name to PdfDan Allen
2014-01-29primitive support for AsciiDoc attributes in cliDan Allen
2014-01-13update optimize-pdf scriptDan Allen
* add summary * add note about preserving PDF page labels * use gs from GS environment variable if present * quote paths
2014-01-11initial import of Asciidoctor PDFDan Allen