Francesco Pretto
Francesco Pretto
Implemented orientation reporting and applying for tiff in https://github.com/podofo/podofo/commit/790f99b9945cfbc8ec27c28c3f28f673605b6cf4 . Welcome patches for exif support for reading the orientation in other image types (eg. JPEG). Strict requirement: exif parsing shall...
I forgot to say: other properties could be added to `PdfImageMetadata` but I won't personally add more my self. If a patch is coming adding more properties there must be...
Anche qui riporto che PoDoFo 1.0.0 è appena stato rilasciato ([annuncio](https://www.mail-archive.com/[email protected]/msg05005.html)). Vi chiedo di adottare la release usando la [nuova API](https://github.com/podofo/podofo#user-content-faq-sign) per la firma, che supporta di default il profilo...
+1 interest feedback.
> That is sad, but it is a separate issue. Leaving this issue open will not help to resolve the problem. I think that only the maintainer should make such...
I can think of several disadvantages related to introducing a competing serialization format for XMP, and a few advantages. The most obvious (but usually non-stopper) disadvantages: - It causes initial...
I don't have such build environment. Feel free to provide an analysis of the problem. It seems a failure in identifying the operating system and CPU architecture based on macros.
Please, fix in your message the sample code to use proper formatting. All code should be within a proper formatting directive. I won't check until this is fixed.
It seems the behavior is correct after all. The first outline item has no destination `/Dest`, but it has an action `/A`: ``` > ``` Then `6500 0 R` is...
Ok, I guess the check [here](https://github.com/podofo/podofo/blob/bbf1db1fcad988af0f6989b85099c323974831b7/src/podofo/private/PdfFiltersImpl.cpp#L43) is insufficient. What if we just add a check on `m_BytesPerPixel` after the [computation](https://github.com/podofo/podofo/blob/bbf1db1fcad988af0f6989b85099c323974831b7/src/podofo/private/PdfFiltersImpl.cpp#L58)?