larrylynn-wf opened a new pull request #117: URL: https://github.com/apache/pdfbox/pull/117
### PROBLEM New versions of pdfbox are too restrictive and refuse to embed some fonts with OS2 tables version 0-2 that have multiple permission but set. ### SOLUTION tweak the isEmbeddingPermitted() method to return the proper boolean when multiple permission bits are set (like 0110 = 6). Add unit tests to exercise all legal permission combinations -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
