Search found 2193 matches

Reproduced, ticket opened here: https://github.com/bryntum/support/issues/7970 Thank you for report

Hello.
It is a doc problem, values property is not supposed to be read-only. Feel free to use it a regular property, we will update the documentation.

I'm afraid custom margins are not supported by the server, it sets them to the minimum: https://github.com/bryntum/pdf-export-server/blob/fa3518029ed6418c2145a24957c8d8112fcd25b8/src/queue.js#L602 Also, you cannot customize margins on the client, because we use page size to calculate how many rows/c...

Hello.
I cannot reproduce this problem on our demo with latest sources. Which version do you use? Can you try latest?

Don't let the service load assets from the internet, just render the HTML offline There is an option to only load resources from the server itself (see -r option). However, it is still possible for the user to send large request containing massive <style> tag. It looks like you have a special use c...
This is not an issue in our bundle, because we specifically cut out that part of code. However, if you build your own bundle from sources - which is your case - then you would have to strip that code from the bundle. Luckily, that code is enclosed in two tag-comments: //<remove-on-lwc-release> //</r...
To answer your question directly: It relies on downloading assets provided from the client in the HTML. Is there anything stopping me from adding large assets, or many assets, to the HTML which the server would then download, and then crash the service? This server is a wrapper for puppeteer which i...