Tilman Hausherr

Results 127 comments of Tilman Hausherr

Might be this bug? https://issues.apache.org/jira/browse/PDFBOX-4890 However the bug never occured with older versions of desktop pdfbox 2.0.* with that file.

This is an unsolved problem https://issues.apache.org/jira/browse/PDFBOX-3248 In this file, the /ToUnicode file maps ligatures to 0 and uses the /ActualText feature in the content stream which PDFBox doesn't support.

Possible solution, that works with the linked file: https://issues.apache.org/jira/browse/PDFBOX-5868?focusedCommentId=17874189&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17874189

The pom.xml has several properties that are not used, e.g. kiota, wiremock, nimbus, etc. You probably copied them from another (older) pom.xml. I think you only need the first one.

There are still 3 that you don't need, one that isn't used and two that are defined in the parent.

I got these by looking at the source code. This is just me, I like smaller pom.xml files that are easier to understand and maintain. Is it possible for you...

So I was able to fix the google driver fetcher pom.xml, but now the pipes gRPC server is failing with dependency convergence errors. 😬 I'll try to fix that too.

I managed to do a complete build locally, mostly by moving the dependencyManagement stuff I introduced to the parent. I'll do another test locally and then add this here.