Steven Streasick
Steven Streasick
You are experiencing this issue because of how OpenPDF currently works. If you highlight the text, you'll notice that the 'actual' text is visually correct, but lacks the character spacing....
This kind of feature does seem like it would be handy, as it seems like it is common request. Regardless, this can already be made using the tools OpenPDF provides....
I'm terribly sorry for the incredibly delayed response. I have been fairly busy, but I have finally gotten around to implementing this in a demo of my own. If anyone...
I would be happy to. Are you looking for this to simply be reformatted, added to a class among other change, or a more generalized approach to generating the index?...
I was able to fix my version of this 'bug' by calling `table.setSplitLate(false);`. As long as you do not set _setSplitRows_ to false, this should fix your problem. The documentation...
A very similar post can be found here: https://github.com/LibrePDF/OpenPDF/issues/1196 In this post, the end solution was to either use a fontSelector or a universal font. If the fontSelector is not...
Is this still the case? When I try installing gradio 4.44 and gradio_client 1.3.0, I run into an error ``` venv\lib\site-packages\gradio_client\utils.py", line 863, in get_type if "const" in schema: TypeError:...
You can use a PdfPTable to store two PdfPCells in the same row. One PDF can be set to left aligned, where the other string is set to center aligned....
I do agree that this would be a nice feature to have. However, I was able to get a proof of concept for another method for creating circular shaped images,...