Re: NVD update hangs during release build

2024-03-21 Thread sahy...@fileaffairs.de
OK - can replicate the issue too. works for me locally up to dependency-check-maven 8.4.3 - would that be an option? BR Maruan Am Donnerstag, dem 21.03.2024 um 17:38 +0100 schrieb Tilman Hausherr: > add > > -Ppedantic > > Tilman > > On 21.03.2024 17:28, sahy...@fileaffair

Re: NVD update hangs during release build

2024-03-21 Thread sahy...@fileaffairs.de
ck.github.io/DependencyCheck_Builder/nvd_cache/ > > > Tilman > > On 21.03.2024 09:48, sahy...@fileaffairs.de wrote: > > Mhmm - is there a way to build locally and test the NVD update? > > > > Ran it on a different project I have for a client locally and NVD

Re: NVD update hangs during release build

2024-03-21 Thread sahy...@fileaffairs.de
Mhmm - is there a way to build locally and test the NVD update? Ran it on a different project I have for a client locally and NVD update worked without issues and without an API key. BR Maruan Am Donnerstag, dem 21.03.2024 um 08:36 +0100 schrieb Tilman Hausherr: > I meant adding true to the

Re: Apache PDFBox Board Report January 2024 due

2024-01-07 Thread sahy...@fileaffairs.de
+1 Maruan Am Montag, dem 08.01.2024 um 08:14 +0100 schrieb Andreas Lehmkühler: > Hi, > > find attached a quick draft of the board report we're expected to > submit > this month. It's based upon the report wizard template which can be > found at [1] > > Any comments or additions are

Set of tests documents for PDF parsing

2023-12-13 Thread sahy...@fileaffairs.de
Hi, I came across a public repositiory from the PDF Association to help testing lexical analysis of PDFs for testing the parsing. https://github.com/pdf-association/safedocs Might help to use some in our testbed. BR Maruan -

Re: Vertical cut off in AcroForm text fields

2023-12-13 Thread sahy...@fileaffairs.de
PDTextField field = (PDTextField) > doc.getDocumentCatalog().getAcroForm().getField("homePsdMunicipality" > ); > field.setValue("pg"); > doc.save(new File("...../unflattenednew.pdf")); > > > > Tilman >

Re: A question about the code to set the default value in PDNonTerminalField.java ...

2023-12-12 Thread sahy...@fileaffairs.de
t > set > up?  Thanks! > > - Dwayne > > On 12/12/2023 7:51 AM, Dwayne Parks wrote: > > Will do! Thanks! > > > > On 12/11/2023 3:43 PM, sahy...@fileaffairs.de wrote: > > > Hi, > > > > > > Am Montag, dem 11.12.2023 um 15:23 -0600 sch

Re: A question about the code to set the default value in PDNonTerminalField.java ...

2023-12-12 Thread sahy...@fileaffairs.de
I've opened https://issues.apache.org/jira/browse/PDFBOX-5735 for that BR Maruan Am Dienstag, dem 12.12.2023 um 10:02 +0100 schrieb Tilman Hausherr: > > > that's a bug - could you file a bug report for that? > > If you have to sign up with JIRA because you're not a member yet, use > the

Re: A question about the code to set the default value in PDNonTerminalField.java ...

2023-12-11 Thread sahy...@fileaffairs.de
Hi, Am Montag, dem 11.12.2023 um 15:23 -0600 schrieb Dwayne Parks: > Hi there! > > I was glancing through the code to PDFBox 3.0.1 to better grok PDF > form > fields/widgets and the hierarchical way they are organized and I ran > across something that might be a bug in the code. > > Or... it

Re: Vertical cut off in AcroForm text fields

2023-12-11 Thread sahy...@fileaffairs.de
AcroForm().getField("homePsdMunicipality" > ); > field.setValue("pg"); > doc.save(new File("...../unflattenednew.pdf")); > > > > Tilman > > On 28.11.2023 21:38, sahy...@fileaffairs.de wrote: > > we'd need the sample PDF

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

Re: [VOTE] Release Apache PDFBox 3.0.1

2023-11-27 Thread sahy...@fileaffairs.de
+1 Maruan Am Montag, dem 27.11.2023 um 17:46 +0100 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: > >

Re: [VOTE] Release Apache PDFBox 2.0.30

2023-11-04 Thread sahy...@fileaffairs.de
+1 Maruan Am Mittwoch, dem 01.11.2023 um 20:23 +0100 schrieb Andreas Lehmkühler: > Hi, > > a candidate for the PDFBox 2.0.30 release is available at: > > https://dist.apache.org/repos/dist/dev/pdfbox/2.0.30/ > > The release candidate is a zip archive of the sources in: > >

Re: PDFBox 4.0 and development plans

2023-10-14 Thread sahy...@fileaffairs.de
Am Samstag, dem 14.10.2023 um 13:36 +0200 schrieb Tilman Hausherr: > On 11.10.2023 07:53, sahy...@fileaffairs.de wrote: > > With regards to versioning I'd like to propose that we have 2.0 as > > LTS > > and 4.x being the next LTS. although both projects can not be compar

Re: PDFBox 4.0 and development plans

2023-10-13 Thread sahy...@fileaffairs.de
use log4j2. I hope I'll > find > some time to comment on your proposal at the next weekend. +1 to switch to log4j2. Benefits described in the ticket. log4j vs slf4j -> because of Apache License and "family" although license wise MIT would be compliant AFAIU. Maruan > > >

PDFBox 4.0 and development plans

2023-10-10 Thread sahy...@fileaffairs.de
Dear colleagues, with 3.0 being released and 4.0 being started I'd like to start discussing what the major plans are for 4.0. And maybe in a way that the release can be made faster than what we had for 3.0. (maybe size it in a way that we can do the dev stuff by spring 2024 and then release in

Re: [VOTE] Release Apache PDFBox 3.0.0

2023-08-16 Thread sahy...@fileaffairs.de
+1 Maruan Am Montag, dem 14.08.2023 um 20:29 +0200 schrieb Andreas Lehmkühler: > Hi, > > a candidate for the PDFBox 3.0.0 release is available at: > > https://dist.apache.org/repos/dist/dev/pdfbox/3.0.0/ > > The release candidate is a zip archive of the sources in: > >

Re: PDFBox 2.0.29 release?

2023-05-25 Thread sahy...@fileaffairs.de
+1 Maruan Am Mittwoch, dem 24.05.2023 um 07:48 +0200 schrieb Andreas Lehmkuehler: > Hi, > > I tend to release 2.0.29 soon due to the regression which was solved > with > PDFBOX-5606. > > WDYT? > > Andreas > > - > To

Re: [VOTE] Release Apache PDFBox 2.0.28

2023-04-10 Thread sahy...@fileaffairs.de
+1 Maruan Am Montag, dem 10.04.2023 um 12:15 +0200 schrieb Andreas Lehmkuehler: > Hi, > > a candidate for the PDFBox 2.0.28 release is available at: > > https://dist.apache.org/repos/dist/dev/pdfbox/2.0.28/ > > The release candidate is a zip archive of the sources in: > >

Re: Apache PDFBox Board Report April 2023 due

2023-04-10 Thread sahy...@fileaffairs.de
+1 Maruan Am Montag, dem 10.04.2023 um 17:30 +0200 schrieb Andreas Lehmkuehler: > Hi, > > find attached a quick draft of the board report we're expected to > submit this > month. It's based upon the report wizard template which can be found > at [1] > > Any comments or additions are

Re: 2.0.28 release?

2023-03-28 Thread sahy...@fileaffairs.de
+1 Maruan Am Dienstag, dem 28.03.2023 um 08:46 +0200 schrieb Andreas Lehmkuehler: > Hi, > > how about cutting a 2.0.28 release next week on Monday? > > there is a bunch of solved tickets and the last release dates back 6 > months > > Andreas > >

Re: Apache PDFBox Board Report January 2023 due

2023-01-11 Thread sahy...@fileaffairs.de
cut the first beta release of our next major >    version 3.0.0 this quarter > - we are working on the 3.0 migration guide > > - > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  M

Re: Apache PDFBox Board Report October 2022 due

2022-10-10 Thread sahy...@fileaffairs.de
> [1] https://reporter.apache.org/wizard/?pdfbox > > > - > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun Fil

Re: [VOTE] Release Apache PDFBox 2.0.27

2022-09-26 Thread sahy...@fileaffairs.de
his package because... > > Here is my +1 > > Andreas > > - > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 R

Re: [VOTE] Release Apache PDFBox 1.8.17

2022-09-13 Thread sahy...@fileaffairs.de
uan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäftsführer: Maruan Sahyoun Handelsregister: AG Düsseldorf, HRB 53837 UST.-ID: DE248275827 ---

Re: Replace methods using an InputStream from Loader.loadPDF

2022-07-31 Thread sahy...@fileaffairs.de
; To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaff

Re: Apache PDFBox Board Report July 2022 due

2022-07-12 Thread sahy...@fileaffairs.de
entify the last tickets with breaking > changes to be >    included in 3.0.0 > > > Andreas > > [1] https://reporter.apache.org/wizard/?pdfbox > > - > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org

Re: New PDFBox 3.0.0 release

2022-06-14 Thread sahy...@fileaffairs.de
Am Dienstag, dem 14.06.2022 um 08:19 +0200 schrieb Andreas Lehmkuehler: > Hi, > > looks like it is time for another 3.0.0 release of PDFBox. Depending > on the > outcome of the next regression test I'd like to cut the next 3.0.0 > release. > > Should we target another alpha or maybe the

Re: [VOTE] Release Apache PDFBox 3.0.0-alpha3

2022-05-02 Thread sahy...@fileaffairs.de
eAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäftsführer: Maruan Sahyoun Handelsregister: AG Düsseldorf, HRB 53837 UST.-ID: DE248275827 ---

Re: [VOTE] Release Apache PDFBox 2.0.26

2022-04-18 Thread sahy...@fileaffairs.de
+1 Maruan Am Montag, dem 18.04.2022 um 13:14 +0200 schrieb Andreas Lehmkuehler: > Hi, > > a candidate for the PDFBox 2.0.26 release is available at: > > https://dist.apache.org/repos/dist/dev/pdfbox/2.0.26/ > > The release candidate is a zip archive of the sources in: > >

Re: Apache PDFBox Board Report April 2022 due

2022-04-10 Thread sahy...@fileaffairs.de
s, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäftsführer: Maruan Sahyoun Handelsregister: AG Düsseldorf, HRB 53837 UST.-

Re: 2.0.26 release? WAS: JBIG2 3.0.4 release?

2022-03-10 Thread sahy...@fileaffairs.de
-- > > > > -- > > > > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > > > > For additional commands, e-mail: dev-h...@pdfbox.apache.org > > > > > > > > > > > > &g

Re: COSBase, avoid to have the same hashCode for different objects holding the same value

2022-03-07 Thread sahy...@fileaffairs.de
SFloat shouldn't be a problem > > WDYT? Should we simply start with COSFloat and COSInteger and see how > it ends up? > > Andreas > > > > > > > > > > > ----- > To unsubscribe,

Re: [VOTE] Release Apache PDFBox 2.0.25

2021-12-14 Thread sahy...@fileaffairs.de
ease this package because... > > Here is my +1 > > Andreas > > - > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-S

Re: Code Scanning / Security Analysis on github repo

2021-12-10 Thread sahy...@fileaffairs.de
> Tilman > > Am 08.12.2021 um 10:14 schrieb sahy...@fileaffairs.de: > > Dear all, > > > > what about enabling code scanning / security analysis on our github > > repo (if possible). > > > > https://docs.github.c

Code Scanning / Security Analysis on github repo

2021-12-08 Thread sahy...@fileaffairs.de
Dear all, what about enabling code scanning / security analysis on our github repo (if possible). https://docs.github.com/en/code-security Thoughts? Maruan - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For

Re: 2.0.25 Release?

2021-12-08 Thread sahy...@fileaffairs.de
+1 Maruan Am Mittwoch, dem 08.12.2021 um 08:18 +0100 schrieb Andreas Lehmkuehler: > Hi, > > how about cutting a 2.0.25 release next week (Monday or Tuesday)? > > It would be nice to have another one this year. > > Andreas > >

[DISCUSS] Move trunk (3.0) to Java 11

2021-11-22 Thread sahy...@fileaffairs.de
Hi, what about setting Java 11 as a minimum requirement for trunk, upcoming 3.0 release? Not that we have to use classes/constructs... from Java 11 but as Java 8 is outdated declaring Java 11 as a minimum requirement will have the benefit that moving forward we won't need a major release if we'd

Re: [DISCUSS] Performance tests for PDFBox

2021-10-18 Thread sahy...@fileaffairs.de
Am Montag, dem 18.10.2021 um 07:26 +0200 schrieb Andreas Lehmkuehler: > Am 17.10.21 um 20:39 schrieb sahy...@fileaffairs.de: > > Am Sonntag, dem 17.10.2021 um 12:45 +0200 schrieb Tilman Hausherr: > > > +1 > > > > > > Yes this should be done, although I don

Re: PDF form checkbox

2021-10-17 Thread sahy...@fileaffairs.de
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > > For additional commands, e-mail: dev-h...@pdfbox.apache.org > > > > Craig L Russell > c...@apache.org > > > -

Re: [DISCUSS] Performance tests for PDFBox

2021-10-17 Thread sahy...@fileaffairs.de
> Am 14.10.2021 um 21:21 schrieb sahy...@fileaffairs.de: > > Hi, > > > > given that there is PDFBOX-5286, first noted in PDFBOX-5068, and we > > also see variations in performance between releases creating a > > testbed > > for performance testing came to my mi

[DISCUSS] Performance tests for PDFBox

2021-10-14 Thread sahy...@fileaffairs.de
Hi, given that there is PDFBOX-5286, first noted in PDFBOX-5068, and we also see variations in performance between releases creating a testbed for performance testing came to my mind. I did some very basic tests using JMH some of which are note in above tickets. What about formalizing that?

Re: Apache PDFBox Board Report October 2021 due

2021-10-06 Thread sahy...@fileaffairs.de
rg > For additional commands, e-mail: dev-h...@pdfbox.apache.org > > > - > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --

Re: [VOTE] Release Apache PDFBox 3.0.0-alpha2

2021-09-08 Thread sahy...@fileaffairs.de
FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäftsführer: Maruan Sahyoun Handelsregister: AG Düsseldorf, HRB 53837 UST.-ID: DE248275827 ---

Re: Fwd: [NOTICE] Upcoming changes to project web sites hosted via Git

2021-08-31 Thread sahy...@fileaffairs.de
Am Dienstag, dem 31.08.2021 um 21:13 +0200 schrieb sahy...@fileaffairs.de: > > > Am Dienstag, dem 31.08.2021 um 12:50 +0200 schrieb Andreas Lehmkuehler: > > Hi, > > > > I've adjusted our website building process due to the announced > > changes, see below. >

Re: Fwd: [NOTICE] Upcoming changes to project web sites hosted via Git

2021-08-31 Thread sahy...@fileaffairs.de
- > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497

Re: [VOTE] Release Apache PDFBox 2.0.24

2021-06-08 Thread sahy...@fileaffairs.de
+1 Thanks for preparing the release. Maruan Am Montag, dem 07.06.2021 um 18:51 +0200 schrieb Andreas Lehmkuehler: > Hi, > > a candidate for the PDFBox 2.0.24 release is available at: > > https://dist.apache.org/repos/dist/dev/pdfbox/2.0.24/ > > The release candidate is a zip archive of

Re: [VOTE] Retire Subproject Preflight

2021-05-27 Thread sahy...@fileaffairs.de
dditional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffa

PDFBox 3.0 Top 5

2021-04-21 Thread sahy...@fileaffairs.de
Dear fellow Dev colleagues, I'd like to ask you to send me what you belive are the top 5 enhancements to PDFBox with the forthcoming 3.0 release. I'd like to use that as a starting point for our documentation as an intro article. With kind regards Maruan

Re: [VOTE] Release Apache PDFBox 3.0.0-RC1

2021-04-01 Thread sahy...@fileaffairs.de
sef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäftsführer: Maruan Sahyoun Handelsregister: AG Düsseldorf, HRB 53837 UST.-ID: DE248275827 - To

Re: [DISCUSS] XMPBox

2021-03-28 Thread sahy...@fileaffairs.de
Am Sonntag, dem 28.03.2021 um 18:47 +0200 schrieb Tilman Hausherr: > Am 28.03.2021 um 18:44 schrieb sahy...@fileaffairs.de: > > Am Sonntag, dem 28.03.2021 um 16:36 +0200 schrieb Tilman Hausherr: > > > I don't have an opinion on XMP because I don't use it. > > As XMP is ne

Re: [DISCUSS] XMPBox

2021-03-28 Thread sahy...@fileaffairs.de
rieb Andreas Lehmkuehler: > > Am 28.03.21 um 15:00 schrieb sahy...@fileaffairs.de: > > > Fellow colleagues, > > > > > > there was some discussion about the ability of XMPBox to parse > > > arbritary XMP which lead to PDFBOX-5128. > > > > &g

Re: [DISCUSS] XMPBox

2021-03-28 Thread sahy...@fileaffairs.de
quick addition - I'm happy to put the work into that if we think it's worth the effort. Maruan Am Sonntag, dem 28.03.2021 um 15:00 +0200 schrieb sahy...@fileaffairs.de: > Fellow colleagues, > > there was some discussion about the ability of XMPBox to parse > arbritary XMP which le

[DISCUSS] XMPBox

2021-03-28 Thread sahy...@fileaffairs.de
tingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäftsführer: Maruan Sahyoun Handelsregister: AG Düsseldorf, HRB 53837 UST.-ID: DE248275827 - To unsubscribe, e-mail: dev-un

Re: PDFBox 3.0.0 RC1 ??

2021-03-21 Thread sahy...@fileaffairs.de
unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäf

Re: 2.0.22 vs 2.0.23

2021-03-12 Thread sahy...@fileaffairs.de
Am Freitag, dem 12.03.2021 um 08:15 -0500 schrieb Tim Allison: > > would it make sense to add that support? If yes could we get samples > > of > > various schema to support that development? Could look into that if > > we > > think that's worth the effort > > I think I can find some XMPs if

Re: 2.0.22 vs 2.0.23

2021-03-11 Thread sahy...@fileaffairs.de
gt; - > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21

Re: Status of remaining PDFBox 3.0.0 tickets

2021-01-13 Thread sahy...@fileaffairs.de
Hi, Am Donnerstag, dem 14.01.2021 um 08:10 +0100 schrieb Andreas Lehmkuehler: > Hi, > > there are just a handful of open tickets left aiming our upcoming > 3.0.0 release > [1]. It looks like all of them had some progress but I'm unable to > decide if > they are done or not. > > Is there any

Re: Apache PDFBox Board Report January 2021 due

2021-01-12 Thread sahy...@fileaffairs.de
e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäftsführer: Maruan Sahyoun Handelsregister: AG Düsseldorf, HRB 53837 UST

Re: Xmas 2.0.22 Release?

2020-12-13 Thread sahy...@fileaffairs.de
t > time long ago when there was only digitalcorpora. > > Tilman > > > - > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: dev-h...@pdfbox.apache.org > -- --  Maruan Sahyoun FileAffairs GmbH J

Re: code coverage

2020-12-12 Thread sahy...@fileaffairs.de
2-3 weeks ago. The whole idea is to also look at the new code and make sure that we meet the targets there. -- --  Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 sahy...@fileaffairs.de www.fileaffairs.de Geschäftsfüh

Re: Xmas 2.0.22 Release?

2020-12-11 Thread sahy...@fileaffairs.de
> > > > > > > > --- > > -- > > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org > > For additional commands, e-mail: dev-h...@pdfbox.apache.org > > > -- --  Maruan Sahy

Re: Xmas 2.0.22 Release?

2020-12-03 Thread sahy...@fileaffairs.de
Am Donnerstag, den 03.12.2020, 17:46 +0100 schrieb Andreas Lehmkuehler: > Hi, > > looks like there are again a lot of unreleased fixes/improvements. > How about > cutting 2.0.22 in about 1-2 week from now? +1 > > @Tim or Tilman > Does anyone of you have the time to run the test arena? Would

Re: [DISCUSS] PDFBox 3.0.0

2020-12-02 Thread sahy...@fileaffairs.de
; BR > > > > Maruan > > > > > > > > > > > > > > > > > > > > --- > > > > -- > > > > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.

Re: [Heads-Up] Documentation

2020-11-24 Thread sahy...@fileaffairs.de
Am Dienstag, den 24.11.2020, 08:25 +0100 schrieb Andreas Lehmkuehler: > Am 22.11.20 um 21:19 schrieb sahy...@fileaffairs.de: > > Dear Dev team, > > > > in order to provide a base to slowly enhance our documentation I'm > > currently working on an addition to our site

[Heads-Up] Documentation

2020-11-22 Thread sahy...@fileaffairs.de
Dear Dev team, in order to provide a base to slowly enhance our documentation I'm currently working on an addition to our site generator which already works in my local repo. This will allow to add code snippets from our examples into the generated docs. To use it the following code needs to be

Re: Unicode codepoint conversions

2020-11-18 Thread sahy...@fileaffairs.de
Am Mittwoch, den 18.11.2020, 13:58 +0200 schrieb Constantine Dokolas: > I noticed that writing some codepoints to a PDF and then reading back > the > text from the generated PDF (via PDFTextStripper), I see some > conversions > happening. For example, the simple hyphen character (0x2D, "HYPHEN-

Re: ossindex-maven-plugin and build issue

2020-11-15 Thread sahy...@fileaffairs.de
Can we specify a different JUnit version e.g. JUnit 5 or isn't that supported by our build environment? Am Sonntag, den 15.11.2020, 14:19 +0100 schrieb Andreas Lehmkuehler: > Hi, > > the ossindex-maven-plugin triggers the recent build issue. It > complains about > the junit plugin because of a