Markus Ast

Results 221 comments of Markus Ast

Should be fixed, please try out version `2.3.7`. Thanks for the report as well as for the initial investigation 👍 Please let me know if it is fixed

@marcodafonseca Do you know which program crates those PDFs? Because it apparently has a quite severe syntax error: ``` % java -jar test/preflight-app-2.0.19.jar Nuthurst_Stream_Cross_Parapet_Design_For_Approval_V01.pdf The file Nuthurst_Stream_Cross_Parapet_Design_For_Approval_V01.pdf is not a...

Hi @therpobinski, I might got your question wrong, but are you asking about help for `pdf-lib`? If so, the repo for asking would probably be https://github.com/Hopding/pdf-lib instead.

Hi @ismyrnow, thanks for having a look into a PNG implementation. I definitely plan on adding it, but because of the effort required and the fact that I am currently...

I seems that PNGs need to be split into image data (IDAT), palette (PLTE) and a color profile (iCCP) object. That is, embedding PNGs is not as simple as embedding...

Thanks for the report, I'll try to have a look as soon as possible

I am still on it, but already noticed that the issues seems to relate to nesting tables inside cells. If your use-case doesn't really need nesting tables inside cells, avoiding...

@sannies unfortunately no progress yet, sorry

Thanks for the feature request! That is actually something I have somewhere in my backlog, too. 😌

With pdfjs you can create PDFs with both Node.js as well as in the Browser on the client-side. So I'd say yes, but it might depend on the exact context...