Costas Simatos
Costas Simatos
The initial maintainer of this library has been absent since quite some time now. However it is being picked up by others who stated they will fork it and continue...
It would be such a shame if this project dies... It is by miles the best, free and open source library of it's kind for any kind of PDF creation...
Is running JS even supported? Why don't you just replace your JS logic (which is not visible in the code you shared) with replacements/manipulations through your Java code? If you...
I had a similar issue in some cases and narrowed it down to how the image is added in the HTML. In my case the problem was linked to images...
Ah hang on - the problem I see is from the "cid" image sources not the width/height I had mentioned. This is what is also getting reported in the exceptions...
> do you think a different library (openpdf or something) would work? OpenPDF takes a different approach to generating PDFs by using Java code (like iText). In my experience using...
Happy to help out :) The `resolveURI` method needs to return a URI, not just a file name or path. You need to change your code as follows: ```java PdfRendererBuilder...
Well, everything here is driven by CSS so maybe if you try using the `rotate()` function it will work? ``` img.rotated { transform: rotate(90deg); } ``` Otherwise you could pre-rotate...
Same issue started happening for me when Play reloads. Environment is as follows: * Java: 17.0.6 * sbt: 1.9.8 * Scala: 2.13.12 * Play: 3.0.1
> Did you start a new Play project or did you upgrade to those versions in an existing one? Which versions did you use before? I can't be certain I'm...