Skip to content

pdftotext now prints creation and modification date when using htmlmeta param

kVdNi kVdNi requested to merge kVdNi/poppler:bugfix/show_dates_pdftotext into master

Partially addressing #136. When using the -htmlmeta command line parameter, the meta tags for CreationDate and ModDate are now showing the ISO formatted timestamps of the PDF instead of showing always empty values. Implementation of date parsing based on the implementation inside pdfinfo.cc.

Merge request reports