Skip to content

Add opacity to the output of pdftohtml

Eddie Kohler requested to merge kohler/poppler:pdftohtml-opacity into master

Pdftohtml output (both HTML and XML) correctly represents font colors, but did not represent font opacity. This commit adds font opacity. HTML output includes opacity in CSS (when it is not 1.0), and XML output includes an opacity attribute (when it is not 1.0).

Merge request reports