Francesco Pretto

Results 140 comments of Francesco Pretto

> * duplicate keys: this is more complicated than it sounds, since (for example) `/JS`, `/J#53`, `/#4aS` and `/#4a#53` are all the SAME key technically yet differently semantically. And being...

Hello, there may be multiple problems but I think the most relevant one is is related to missing [predefined](https://stackoverflow.com/a/26910569/213871) CMaps encoding support, for which I just added an entry in...

You can have a look at the use of `PdfContentStreamReader` [here](https://github.com/podofo/podofo/blob/master/src/podofo/main/PdfPage_TextExtraction.cpp). But this project would benefit if you try to implement the system I suggested and do it within PoDoFo...

Hello. Sorry, for the delay in the answer, it took me some more time to do further analysis. First, let me confirm that the issue here is really the missing...

Have you considered whether you are willing to implement the above activities? 7-8 days may be larger estimate and if you are quick enough it could be shorter (but remember...

Ok. I'm sorry for the unsolicited advice: I don't know what's your job, but in the case a company is paying you to work on PDF related topics still I...

No news from you, so I'm here just to say that I began working on this https://github.com/podofo/podofo/commit/4c16a52fe94024e52e844a1bd7cd7e4f0fccc06b .

I got this done. The estimates were basically correct, with the major issue that the `PdfCharCodeMap` class was missing support for range mappings, meaning that all predefined cmaps should have...

Hello. No, it will be released for in 1.0.0, which is close but not imminent (1-2 months). 0.10.x series is reserved for critical bugs only.

Possibly at the time I misunderstood the error in this [comment](https://github.com/podofo/podofo/pull/155#issuecomment-2094842975) and expected further modifications. I'm merging, let's see what happens.