You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in it's current form, docker-html-to-pdf seems a very useful command line utility. but in it's current form, it doesn't look to be easily useable from other docker containers (correct me if i'm wrong!). i was thinking it wouldn't actually require too much effort to make this useful within docker applications.
and the restful API could return the pdf file name. files would be read and written from a volume shared with other containers.
gotenberg allows this sort of thing, of course, but gotenberg has some many features, it has quite a large attack surface. where as there's something attractive about your far more minimal solution.
thoughts?
with thanks
The text was updated successfully, but these errors were encountered:
hi,
in it's current form, docker-html-to-pdf seems a very useful command line utility. but in it's current form, it doesn't look to be easily useable from other docker containers (correct me if i'm wrong!). i was thinking it wouldn't actually require too much effort to make this useful within docker applications.
for example, adding a simple restful API:
could call
and the restful API could return the pdf file name. files would be read and written from a volume shared with other containers.
gotenberg allows this sort of thing, of course, but gotenberg has some many features, it has quite a large attack surface. where as there's something attractive about your far more minimal solution.
thoughts?
with thanks
The text was updated successfully, but these errors were encountered: