Results 94 comments of Ian L.

> Last question.... Does the service create the PDF locally in the docker container or does it send the request to an external service? The service (`weaver`) creates the PDF...

@djackson-saa if you're still interested, this might solve your problem.

Sorry for the lack of updates @poison ! And yeah, the CI is very flakey. I should look into it. I greatly appreciate your PR, and I'll try my best...

It's running on Blink, a fork of WebKit. But yes, it does not support paged media, and I [highly doubt](https://bugs.chromium.org/p/chromium/issues/detail?id=368053) it'll be supported for the next year or so at...

I have added this to the v3 board, but I do not think it is an immediate priority.

Thanks for your suggestion. Apologies for the late response. This is very much feasible, and I think we should be moving to using https://github.com/google/go-cloud to achieve this. Not sure if...

It is not an immediate priority. https://github.com/arachnys/athenapdf/issues/31

@sxiii There is a much simpler solution that doesn't require a full blown microservice (https://github.com/Courtsite/shuttlepdf/blob/master/index.js). If you modify `page.pdf(..)` to `screenshot()` you can essentially capture a screenshot (just make sure...

@sxiii I was trying to give you some options :) I think this project is great for long-running conversions, and for falling back to CloudConvert in cases of failures. It's...

Apologies for the very slow response @winteraz. Yes, you can use it as a library. It is probably easier in v3 than it is in its current incarnation. See: https://github.com/arachnys/athenapdf/tree/v3/pkg/converter...