Baltazar5000
Baltazar5000
Hello. Debian. No images/css/assets on relative urls. /css/style.css, /image.jpg - not working, I need to specify full site url https://site.com/css/style.css Google from example is not working too. Is here anyway...
Hello. Add Auto Height, please. For example, in Converter.js: ``` if (options.hasOwnProperty('height')) { if(options.height == 'auto'){ let bodyHeight = await page.evaluate(() => document.body.scrollHeight); options.height = bodyHeight; } } return this._getPdf(page,...
Hello. This code doesn't work because rokka/imagine-vips doesn't have a quality option, but instead has multiple quality options for each image format. ``` filter_sets: name: quality: 50 ``` This works:...