URL to PDF Microservice
github.com
URL to PDF Microservice
1–10 of 95 posts
Re: URL to PDF Microservice
#2At least with PhantomJS I felt like my system would begin to lockup if there were too many instances rendering at the same time (and it didn't appear to be an issue of too little memory).
Nonetheless, this looks promising.
Re: URL to PDF Microservice
#3Re: URL to PDF Microservice
#4I wonder how scalable the service is... At least with PhantomJS I felt like my system would begin to lockup if there were too many instances rendering at the same time (and it didn't appear to be an issue of too little memory). Nonetheless, this looks promising.
Re: URL to PDF Microservice
#5I wonder how scalable the service is... At least with PhantomJS I felt like my system would begin to lockup if there were too many instances rendering at the same time (and it didn't appear to be an issue of too little memory). Nonetheless, this looks promising.
Re: URL to PDF Microservice
#6Just try ?url=file:///etc/passwd on the demo instance.
That seems to be a quite common issue with services like this built on generic libraries.
Re: URL to PDF Microservice
#7Re: URL to PDF Microservice
#8I wonder how scalable the service is... At least with PhantomJS I felt like my system would begin to lockup if there were too many instances rendering at the same time (and it didn't appear to be an issue of too little memory). Nonetheless, this looks promising.
It's using headless chrome, and there is a serverless version of chrome headless (chromeless), so it should be pretty scalable.
Re: URL to PDF Microservice
#9See also: http://any2web.io
Re: URL to PDF Microservice
#10I wonder how scalable the service is... At least with PhantomJS I felt like my system would begin to lockup if there were too many instances rendering at the same time (and it didn't appear to be an issue of too little memory). Nonetheless, this looks promising.
I wonder if this part of chrome could be easily extracted as a C++ library.