Andreas Jung

Results 86 issues of Andreas Jung

I have this new example document https://github.com/zopyx/print-css-rocks/tree/master/lessons/in-progress/lesson-account-statement which causes pagedjs-cli (0.0.10) forever

I have this (updated) test for gradients which renders with artifacts https://github.com/zopyx/print-css-rocks/tree/typeset.sh/lessons/lesson-css-gradients Screenshots are from Mac Preview and Mac Adobe Reader

I am currently trying to integrate PageJS with the CMS Plone. The following code defines a header + footer, some PrintCSS styles and some JS to inject the related script...

https://github.com/zopyx/print-css-rocks/tree/master/lessons/in-progress/margins-borders containts a simple HTML with full CSS reset for comparing how tools compare with a full CSS reset and then apply custom margins and paddings. `diff-pdf` is used for...

I am getting this error with an HTML file after adding the polyfill JS to the head section. The browser does not render the page. ``` Uncaught (in promise) TypeError:...

https://github.com/zopyx/print-css-rocks/tree/master/lessons/lesson-multi-columns The first line in the first column is empty which should not be the case

This lesson https://github.com/zopyx/print-css-rocks/tree/master/lessons/lesson-footnotes does not terminate. Seems to be unrelated to footnotes but this counter-reset may cause the hanging: ``` @page { counter-reset: footnote 0; } ```

I've updated print-css.rocks with all pagedjs-cli renderings (where applicable). For some of the hanging tests I had to add a processing timeout...so there is not always a PDF available... The...

The pagedjs-cli command does not terminate for the samples in: lesson-footnotes lesson-mathml-native lesson-mathml-torture-test lesson-tables

Is there any experience or configuration available for using `authomatic` to authenticate against Azure AD?