Francesco Pretto
Francesco Pretto
@KalleOlaviNiemitalo: is that really the use case of the first post? Or are you trying to use that with top-level statements (which won't work)? Without top-level statements your exact sample...
@KalleOlaviNiemitalo Ah, now I see. Compared to verbatim strings, I found raw strings to be more useful to prevent confusion with preprocessor directives, but this borderline case is not yet...
As discussed in the PoDoFo [issue](https://github.com/podofo/podofo/issues/144), the PDF is using the predefined CMap `/Encoding /UniGB-UCS2-H`, as enlisted in section "9.7.5.2 Predefined CMaps" of ISO 32000-2, which should resolve to an...
It's a supported PDF feature and it's not going to be deprecated, but PDF/A profiles prohibit from using it (PDA/1-B ISO 19005-1 "6.3.3.1 All CMaps used within a conforming file,...
It's seems it's a private copy. The original code comes from Nemanja Trifunovic which correctly has his home at https://github.com/nemtrif . This repo actually predates official move to github of...
> Best would be to make sure Ledger can build against the main repo, and then to terminate this fork. Sorry, I dropped a comment here just because of the...
We managed to reproduce the bug on Ubuntu 12.04 32 bit. For now, I let you know the api sample works out of the box on Ubuntu 14.04 64 bit.
The issue is related to checking a negative file descriptor in a `fd_set` with the macro `FD_ISSET`. Recent gcc versions seems to support it, but this is not true in...
I don't want to create expectations here but I'm working hard to have a 1.0.0 PoDoFo release later on this year which will feature a stable API. That will be...
Good! For the 1.0 stable API, I'm actually cutting with axe a lot of internal APIs which are not pretty enough to be exposed publicly, but after 1.0 it's certainly...