Re: pdfbox3.0.0 build failed

2023-11-28 Thread HUM
I'm using JDK8. 在 2023-11-28 15:10:11,"HUM" 写道: Hi, I failed to build pdfbox3.0.0 version. There is a problem. I don’t know how to solve this problem. I searched for a previous email with a similar problem.(https://issues.apache.org/jira/browse /PDFBOX-5221) But I built it in the loca

Re: pdfbox3.0.0 build failed

2023-11-28 Thread Emmeran Seehuber
Hi, would you mind giving us the *exact* output of your „java -version“. All three lines. E.g. something like this: openjdk version "1.8.0_312" OpenJDK Runtime Environment (Zulu 8.58.0.13-CA-macos-aarch64) (build 1.8.0_312-b07) OpenJDK 64-Bit Server VM (Zulu 8.58.0.13-CA-macos-aarch64) (build

Re:pdfbox3.0.0 build failed

2023-11-28 Thread HUM
use jdk8 在 2023-11-28 15:10:11,"HUM" 写道: Hi, I failed to build pdfbox3.0.0 version. There is a problem. I don’t know how to solve this problem. I searched for a previous email with a similar problem.(https://issues.apache.org/jira/browse /PDFBOX-5221) But I built it in the local environment

Re: pdfbox3.0.0 build failed

2023-11-28 Thread Lianz Lit
ok

Re:Re: pdfbox3.0.0 build failed

2023-11-28 Thread HUM
OK. java version "1.8.0_131" Java(TM) SE Runtime Environment (build 1.8.0_131-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode) 在 2023-11-28 16:29:42,"Emmeran Seehuber" 写道: >Hi, > >would you mind giving us the *exact* output of your „java -version“. All three >lines

Re: [VOTE] Release Apache PDFBox 3.0.1

2023-11-28 Thread Timo Boehme
+1, Thanks, Timo Am 27.11.23 um 17:46 schrieb Andreas Lehmkühler: Hi, a candidate for the PDFBox 3.0.1 release is available at:     https://dist.apache.org/repos/dist/dev/pdfbox/3.0.1/ The release candidate is a zip archive of the sources in:     https://svn.apache.org/repos/asf/pdfbox/tag

Re: [VOTE] Release Apache PDFBox 3.0.1

2023-11-28 Thread Tim Allison
+1 Thank you! On Tue, Nov 28, 2023 at 5:49 AM Timo Boehme wrote: > +1, > > Thanks, > Timo > > > Am 27.11.23 um 17:46 schrieb Andreas Lehmkühler: > > Hi, > > > > a candidate for the PDFBox 3.0.1 release is available at: > > > > https://dist.apache.org/repos/dist/dev/pdfbox/3.0.1/ > > > > The

[PR] PDFBOX-5715: Lines vanish when printing on MacOS [pdfbox]

2023-11-28 Thread via GitHub
AlexanderScherbatiy opened a new pull request, #173: URL: https://github.com/apache/pdfbox/pull/173 This a fix for the [PDFBOX-5715](https://issues.apache.org/jira/browse/PDFBOX-5715) `Lines vanish when printing on MacOS`. PageDrawer class sets clip the same as drawn path on line ht

[jira] [Commented] (PDFBOX-5720) Checked state of PDCheckbox

2023-11-28 Thread Jira
[ https://issues.apache.org/jira/browse/PDFBOX-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790660#comment-17790660 ] Andreas Lehmkühler commented on PDFBOX-5720: The parser is aware if the sour

Re: pdfbox3.0.0 build failed

2023-11-28 Thread Tilman Hausherr
On 28.11.2023 09:52, HUM wrote: OK. java version "1.8.0_131" Java(TM) SE Runtime Environment (build 1.8.0_131-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode) Hi, That's very old. The current amazon corretto is at 392. Try that one. Or oracle 1.8.0_391 if you have access.

Vertical cut off in AcroForm text fields

2023-11-28 Thread Tilman Hausherr
https://stackoverflow.com/questions/77558220/apache-pdfbox-gray-faint-underscores-2-0-26 I'm wondering if this is a bug or a feature / misunderstanding, that an autosize acroform text field may cut off glyphs vertically in some cases? Tilman

Re: Vertical cut off in AcroForm text fields

2023-11-28 Thread sahy...@fileaffairs.de
we'd need the sample PDF and compare with what Acrobat does. But at certain sizes a clipping might occur as the scaling ends at a certain size. That's also what Acrobat does. All that stuff is based on looking at Acrobat generated samples and trying to reproduce that in PDFBox. There is no detaile

[jira] [Commented] (PDFBOX-5699) Consistent scm.url values for pom.xml

2023-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790768#comment-17790768 ] ASF subversion and git services commented on PDFBOX-5699: - Commi

[jira] [Commented] (PDFBOX-5699) Consistent scm.url values for pom.xml

2023-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790773#comment-17790773 ] ASF subversion and git services commented on PDFBOX-5699: - Commi

[jira] [Commented] (PDFBOX-5715) Lines vanish when printing on MacOS

2023-11-28 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790892#comment-17790892 ] Tilman Hausherr commented on PDFBOX-5715: - [~tresf] did you test the modificatio

Re: [PR] PDFBOX-5715: Lines vanish when printing on MacOS [pdfbox]

2023-11-28 Thread via GitHub
THausherr commented on PR #173: URL: https://github.com/apache/pdfbox/pull/173#issuecomment-1831210127 Interesting, I tested on windows and it makes no difference at 100% (which your text mentions) but it makes a difference at 50% in PDFDebugger. I'll wait for feedback from Trey. -- This

[jira] [Commented] (PDFBOX-5715) Lines vanish when printing on MacOS

2023-11-28 Thread Tres Finocchiaro (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790900#comment-17790900 ] Tres Finocchiaro commented on PDFBOX-5715: -- [~tilman] thanks for testing.  Sinc

[jira] [Commented] (PDFBOX-5695) Improve PDFBox Logging

2023-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790939#comment-17790939 ] ASF subversion and git services commented on PDFBOX-5695: - Commi

[jira] [Updated] (PDFBOX-5715) Lines vanish when printing on MacOS

2023-11-28 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-5715: Fix Version/s: 2.0.31 3.0.2 PDFBox 4.0.0 > Lines van

[jira] [Commented] (PDFBOX-5699) Consistent scm.url values for pom.xml

2023-11-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790941#comment-17790941 ] ASF subversion and git services commented on PDFBOX-5699: - Commi