summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/pdfmark.rb
AgeCommit message (Expand)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2021-05-05resolves #1922 use value of author attribute in PDF info and pdfmark if autho...Dan Allen
2020-10-05resolves #1778 use value of author attribute for PDF info and pdfmark if lock...Dan Allen
2020-10-01add reference to pdfmark spec in Pdfmark classDan Allen
2020-10-01return path of pdfmark file after creatingDan Allen
2020-09-29use value of untitled-label as fallback value for Title field in pdfmarkDan Allen
2020-07-16upgrade Rubocop and update code according to new rulesDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-03-08resolves #1594 sanitize PDF info values (PR #1595)Dan Allen
2019-12-04fix most lint violations in main application codeDan Allen
2019-11-12add test for date parsing when populating pdf infoDan Allen
2019-11-10fix time parsing rescue on Ruby 2.3Dan Allen
2019-11-10write Unix epoch dates to pdfmark file in UTC when reproducible is setDan Allen
2019-11-10rename to_pdf helper method on Object to to_pdf_objectDan Allen
2019-10-05reorganize source files under asciidoctor/pdf (PR #1302)Dan Allen