Joachim Bauch

Results 198 comments of Joachim Bauch

What exactly is the `previous` and what is `this` version?

Does the DLL work in MemoryModule if compiled with the switch `/Zc:threadSafeInit-` as described in the link?

Well, anything that's missing in cmake should then be added before closing this issue and removing autoconf/automake ;-)

`librav1e-dev` is only available in Ubuntu starting with Kinetic: https://packages.ubuntu.com/kinetic/librav1e-dev Some of the build dependencies are not in older versions of Ubuntu (e.g. `cargo-c`), so they would need backporting, too....

Here is one use case: - The application has multiple small PDF documents containing fields. - Depending on user input, some of them are merged together as output document. -...

As written above, this unfortunately is not possible: The fillout data is generated by scripts for the different small PDF documents, i.e. not directly by the user. However depending on...

As written above, it's a follow-up to the previous change in #776, related to issue #775. Even with the change from #776 you can construct a PDF with dictionaries that...

Sure, just rebased the branch on fc87a229d25c15f37228377854c7ff56cff153d7.

Even if the API is used in an incompatible way, using `os.Exit` in library code is considered bad practice. Better would be to use `panic(fmt.Sprintf("pdfcpu: user font not loaded: %s",...

Which OS / version of Docker is this? The steps described by @klatka should work fine, just tested this here myself.