BobLd
BobLd
I think this document is a very interesting case indeed, for example for doubling words (which I guess is related to faking **bold** by doubling letters), and should be handled...
for reference on the duplicate letters, this is how `PDFTextStripper` seems to handle it: https://github.com/apache/pdfbox/blob/64add684c6b8d9845377f31c619a107018e05f31/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java#L771-L819
happy to help! maybe it will be easier to discuss on the PdfPig's Gitter
Out of curiosity, how did you render the second image? And what are these red boxes? (I guess the first one is a screenshot from Acrobat reader)
Can you describe exactly your problem, there is now way anybody can understand the issue you are facing. Also, attached a pdf sample.
I can implement the necessary changes if need be, also saw that it was using `System.Drawing` for the `Rectangle` class, can easily substitute that by an internal `Jbig2Rectangle` class @kasperdaff
@EliotJones @kasperdaff as it would be sad to lose this work, I will create a new PR by cherry picking the work and adding the changes
I've created a repo/NuGet package to render pdf documents using PdfPig and SkiaSharp here https://github.com/BobLd/PdfPig.Rendering.Skia
@praaline would you be able to share the document that's causing the issue?
@EliotJones yes makes sense, sounds good to me