Re: PDFBox Docs

2015-01-08 Thread Maruan Sahyoun
Am 08.01.2015 um 12:39 schrieb Andreas Lehmkühler : > > >> Maruan Sahyoun hat am 8. Januar 2015 um 12:18 >> geschrieben: >> >> >> Am 08.01.2015 um 11:51 schrieb Maruan Sahyoun : >> >>> Am 08.01.2015 um 11:44 schrieb Andreas Lehmkühler :

Re: PDFBox Docs

2015-01-08 Thread Maruan Sahyoun
Hi Am 08.01.2015 um 13:18 schrieb Andreas Lehmkühler : > > >> Maruan Sahyoun hat am 8. Januar 2015 um 12:52 >> geschrieben: >> >> >> >> Am 08.01.2015 um 12:39 schrieb Andreas Lehmkühler : >> >>> >>> &g

Re: Sharing COS objects between COSDocuments

2015-01-08 Thread Maruan Sahyoun
Am 08.01.2015 um 15:54 schrieb Leonard Rosenthol : >> That's the benefit of the current approach that after the deep cloning >> the imported page is independent from the source page. > > And that’s what you (IMO) want to maintain. > > Once you copy the object(s) to the new document they are,

Re: Sharing COS objects between COSDocuments

2015-01-09 Thread Maruan Sahyoun
Am 08.01.2015 um 22:50 schrieb John Hewson : > >> On 8 Jan 2015, at 13:03, Tilman Hausherr wrote: >> >> Am 08.01.2015 um 08:01 schrieb Maruan Sahyoun: >>> Hi All, >>>> I’d like to bring PDFBOX-2592 to the attention of the dev mailing list. >>>

Re: Apache PDFBox January 2015 board report due

2015-01-11 Thread Maruan Sahyoun
Tilman, Andreas, good idea. In addition we should include some of the metrics from the Sonar Reports a) because we made some progress there (mostly because of your efforts) and b) we provide feedback that such tools, provided by the ASF to us, are very valuable and used by the projects I'd als

[DISCUSS] returning empty field values

2015-01-12 Thread Maruan Sahyoun
Hi, as I'm currently enhancing the AcroForms functionality one question came to mind which is how empty field values shall be returned. Currently - as with most parts of PDFBox - if a value, dictionary item … is not existing null will be returned. I'm considering to change that to return an emp

PDFBox tools

2015-01-15 Thread Maruan Sahyoun
Hi, do we need System.exit() in our command line tools usage messages? Opinions? Don't see a benefit of having them. BR Maruan

Re: PDFBox tools

2015-01-15 Thread Maruan Sahyoun
h is shown > only if there is any issue with the given commandline parameters. > > I'd remove such calls. > >> -- John >> >>> On 15 Jan 2015, at 06:06, Maruan Sahyoun wrote: >>> >>> Hi, >>> >>> do we need System.exit()

Re: PDFBox tools

2015-01-15 Thread Maruan Sahyoun
Am 15.01.2015 um 18:47 schrieb Tilman Hausherr : > I think that a call that results in printing the usage should result in a > non-null exit code. > fine - but shouldn't an error in processing not also lead to a non-null exit code? > Tilman > > Am 15.01.2015 um 18:13

Re: PDFBox tools

2015-01-15 Thread Maruan Sahyoun
Am 15.01.2015 um 18:55 schrieb Tilman Hausherr : > > Am 15.01.2015 um 18:50 schrieb Maruan Sahyoun: >> Am 15.01.2015 um 18:47 schrieb Tilman Hausherr : >> >>> I think that a call that results in printing the usage should result in a >>> non-null exit c

Re: PDFBox tools

2015-01-15 Thread Maruan Sahyoun
exception which causes main() to exit and there > is no catch clause, then java will return a non-zero code of its own accord. > If we’re catching fatal exceptions in main, then we should System.exit(1) > afterwards. > > -- John > >> On 15 Jan 2015, at 09:13, Maruan Sahyo

Re: PDFBox tools

2015-01-15 Thread Maruan Sahyoun
> On 15 Jan 2015, at 10:56, Maruan Sahyoun wrote: >> >> so if I understand an summarize correctly we'd change >> >> - the usage() for all to return 1 > > Except when the user has asked for the usage via -h, because that’s a > success, not a fai

Re: Project build error: Unknown packaging: bundle

2015-01-17 Thread Maruan Sahyoun
removing the entry should remove the issue. Maruan Am 17.01.2015 um 20:07 schrieb Tilman Hausherr : > Does the problem / the solution mentioned in this question apply to anybody > using eclipse? > https://stackoverflow.com/questions/27994265 > > Tilman (uses netbeans, heh heh) > >

Re: Enable mailing list footer about unsubscribing

2015-01-18 Thread Maruan Sahyoun
Hi, good idea - I'd say the info to unsubscribe should be enough BR Maruan Am 18.01.2015 um 12:48 schrieb Andreas Lehmkuehler : > Hi, > > our mailing list server seems to have an optional feature which appends a > footer to every posting explaining how to unsubscribe. > > > To unsubscribe,

Re: preflight mass tests

2015-01-22 Thread Maruan Sahyoun
ckoverflow >> 9 are the getFontMatrix NPE >> 33 are the "root must be of type Pages" errors >> >> The rest is mostly related to very broken PDF files. >> >> Tilman >> >> >> Am 04.12.2014 um 14:55 schrieb Maruan Sahyoun: >>

Re: preflight mass tests

2015-01-23 Thread Maruan Sahyoun
re at most 5-10 files left with problems that can be > solved. I'll start a new test when the Isartor improvements are done with a > bigger memory setting, and will also open issues on the exceptions that I > believe can be fixed. > > Tilman > > Am 23.01.2015 um 08:54

Font subsetting & Unicode

2015-01-29 Thread Maruan Sahyoun
Hi John, thx for putting that in - was a long standing issue. This also helps resolving some issues around AcroForms. BR Maruan

Re: Build failed in Jenkins: PDFBox-trunk #1777

2015-02-02 Thread Maruan Sahyoun
I'll Look into that later this evening - sorry for that Maruan Sahyoun > Am 02.02.2015 um 20:59 schrieb Apache Jenkins Server > : > > See <https://builds.apache.org/job/PDFBox-trunk/1777/changes> > > Changes: > > [lehmi] PDFBOX-2656: write trailer wh

Re: https://issues.apache.org/jira/browse/PDFBOX-2523 still present (or variation of it still present)

2015-02-10 Thread Maruan Sahyoun
Hi Krasimir, thanks for the mail but it's the same you already sent to the users mailing list - which is the correct one for such questions. Tilman already sent you an answer there asking for the PDF as without looking at your file it's difficult to say what's going on. So if you could provide

Re: preflight mass tests

2015-02-11 Thread Maruan Sahyoun
great - another 6 files we are now able to process. Of the remaining 73 how many are left which Adobe Reader is able to process? Having that testbed really paid off! Maruan Am 12.02.2015 um 00:21 schrieb Tilman Hausherr : > Am 23.01.2015 um 08:45 schrieb Tilman Hausherr: >> total: 231223, fail

Re: preflight mass tests

2015-02-12 Thread Maruan Sahyoun
try chosing some file with an exception that sounds like it could be > corrected, and then submit that one. However now I'd rather concentrate on > new issues and remaining 2.0 issues. > > Tilman > > Am 12.02.2015 um 07:52 schrieb Maruan Sahyoun: >> great - anot

Unit Tests and Exception

2015-02-17 Thread Maruan Sahyoun
Hi, most individual tests within unit tests have throws Exception - shouldn't we change it to the exception types we are typically throwing - mostly IOException and not have the raw Exception? BR Maruan

Re: Unit Tests and Exception

2015-02-18 Thread Maruan Sahyoun
the test > runner, there's not any practical advantage to throwing more specific > exceptions. > > Still, throwing Exception isn't great style, so I'd be happy to see it > changed. > > -- John > >> On 17 Feb 2015, at 14:03, Maruan Sahyoun wrote: >>

Re: Use your own PageDrawer...

2015-02-24 Thread Maruan Sahyoun
Hi Daniel, hi Manfred, if you could describe your use case - maybe in a JIRA ticket with an enhancement request or by discussing it further in the mailing list - we might be able to come up with a solution. There are many changes in PDFBox 2.0 compared to 1.8 with the intention to make it bette

Build Unstable

2015-03-04 Thread Maruan Sahyoun
Hi, we are getting this message java.lang.NoClassDefFoundError: Could not initialize class org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB Ideas? BR Maruan

Re: Preflight and javacc

2015-03-10 Thread Maruan Sahyoun
Hi, looks like it's not used anymore - couldn't find any reference to it. BR Maruan > Am 09.03.2015 um 19:47 schrieb Andreas Lehmkuehler : > > Hi, > > I was wondering what epurpose the javacc part of preflight has. I seems as if > the generated sources aren't used anywhere. Am I right? Is it

Re: Preflight and javacc

2015-03-10 Thread Maruan Sahyoun
Hi, after a second look the org.apache.pdfbox.preflight.exception; package is using the javacc generated sources BR Maruan > Am 10.03.2015 um 08:48 schrieb Maruan Sahyoun : > > Hi, > > looks like it's not used anymore - couldn't find any reference to it. >

Re: PDFBox 1.8.9 release

2015-03-11 Thread Maruan Sahyoun
Hi Andreas, +1 good idea - currently there are no pending issues from my side for 1.8.9 BR Maruan > Am 11.03.2015 um 12:12 schrieb Andreas Lehmkühler : > > Hi, > > there are again a number of solved issues and I'm thinking about a new > bugfix release. How about a new one next week, maybe lat

PDFBox 2.0 - AcroForms and appearance generation.

2015-03-15 Thread Maruan Sahyoun
Hi, I've gotten the functionality around AcroForms and appearance generation to a state where it's usable and there are no outstanding bugs scheduled for 2.0 which have been reported by users. There is still a lot of room for improvement so I will continue working on that but that can be done w

Remove commented out code

2015-03-17 Thread Maruan Sahyoun
Hi, we have a number of classes where the is commented out code which was commented out many years ago. I'd propose to remove that for 2.0. WDYT? Maruan - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional

PDFBox 2.0 and documentation

2015-03-19 Thread Maruan Sahyoun
I'm about to start to enhance the documentation for PDFBox 2.0.0 with the initial step to enhance the javadoc files (also covering xmpbox, preflight, fontbox). Currently we have a rule - at least in Checkstyle - that a method returning a non-void type should have a @return tag. That's not alwa

Re: PDFBox 2.0 and documentation

2015-03-19 Thread Maruan Sahyoun
lanatory> if I remember correctly. > Tilman > > Am 19.03.2015 um 10:49 schrieb Maruan Sahyoun: >> I'm about to start to enhance the documentation for PDFBox 2.0.0 with the >> initial step to enhance the javadoc files (also covering xmpbox, preflight, >> fontbo

Re: PDFBox 1.8.9 release

2015-03-22 Thread Maruan Sahyoun
> Am 22.03.2015 um 14:55 schrieb Tilman Hausherr : > > He already did... I need to have another look (hopefully tonight), and there > was also some dialog between Maruan and Tim about acroforms and I'm not sure > what the result is - whether it is OK or whether something needs to be done. the

Re: PDFBox 1.8.9 release

2015-03-24 Thread Maruan Sahyoun
AM > To: dev@pdfbox.apache.org > Subject: Re: PDFBox 1.8.9 release > > > >> Andreas Lehmkühler hat am 23. März 2015 um 09:03 >> geschrieben: >> >> >> Hi, >> >>> Tilman Hausherr hat am 22. März 2015 um 22:46 >>> geschrieben: &g

Re: PDFBox 2.0 and documentation

2015-03-24 Thread Maruan Sahyoun
Hi John, > Am 24.03.2015 um 19:25 schrieb John Hewson : > > >> On 19 Mar 2015, at 02:49, Maruan Sahyoun wrote: >> >> I'm about to start to enhance the documentation for PDFBox 2.0.0 with the >> initial step to enhance the javadoc files (also c

Re: [VOTE] Release Apache PDFBox 1.8.9

2015-03-25 Thread Maruan Sahyoun
+1 - thank you for preparing the release. BR Maruan > Am 24.03.2015 um 19:51 schrieb Andreas Lehmkuehler : > > Hi, > > a candidate for the PDFBox 1.8.9 release is available at: > >https://dist.apache.org/repos/dist/dev/pdfbox/1.8.9/ > > The release candidate is a zip archive of the source

Re: [VOTE] Release Apache PDFBox 1.8.9

2015-03-25 Thread Maruan Sahyoun
Hi, the apidocs are available at pdfbox.staging.apache.org. I'll commit to production as soon as the release is out. Maruan > Am 24.03.2015 um 19:51 schrieb Andreas Lehmkuehler : > > Hi, > > a candidate for the PDFBox 1.8.9 release is available at: > >https://dist.apache.org/repos/dist/d

PDFBox AcroForms and Barcode

2015-03-27 Thread Maruan Sahyoun
Hi, to enhance the coverage of acroforms wrt to the PDF specification we'd need to support barcode fields. A lib we could use as a base is Barcode4J [1] which is ASL licensed. As it has features and dependencies we don't need/want I'd think we'd need to rip it apart and reuse what's needed and

Re: PDFBox AcroForms and Barcode

2015-03-27 Thread Maruan Sahyoun
this is the list where HowTo questions shall be posted - don't ask off topic questions on an existing thread as this will make it difficult to follow? Thanks you for your help BR Maruan > -Original Message- > From: Maruan Sahyoun [mailto:sahy...@fileaffairs.de] > Se

Re: PDFBox AcroForms and Barcode

2015-03-27 Thread Maruan Sahyoun
> Am 27.03.2015 um 09:38 schrieb Tilman Hausherr : > > Am 27.03.2015 um 09:02 schrieb Maruan Sahyoun: >> we'd need to support barcode fields > > Are you talking about "BarcodePlaintext" from the spec? > > Tilman > > > > ---

Re: PDFBox AcroForms and Barcode

2015-03-27 Thread Maruan Sahyoun
Hi, > Am 27.03.2015 um 12:36 schrieb Andreas Lehmkühler : > > Hi, > >> Maruan Sahyoun hat am 27. März 2015 um 09:02 >> geschrieben: >> >> >> Hi, >> >> to enhance the coverage of acroforms wrt to the PDF specification we'd need &g

Re: PDFBox AcroForms and Barcode

2015-03-27 Thread Maruan Sahyoun
> Am 27.03.2015 um 12:54 schrieb Andreas Lehmkühler : > > Hi, > >> Maruan Sahyoun hat am 27. März 2015 um 09:02 >> geschrieben: >> >> >> Hi, >> >> to enhance the coverage of acroforms wrt to the PDF specification we'd need >&

JavaDoc and timestamps

2015-03-29 Thread Maruan Sahyoun
Hi, can we remove the generated hidden timestamps from the javadoc as this will change every file when newly generating the javadoc even though the content itself might not have changed thus making an update to svn for each file. BR Maruan ---

Re: [jira] [Created] .XDP file can load & edit in PDFBox?

2015-04-08 Thread Maruan Sahyoun
Hi, do you have .xdp files or .pdf files containing XFA forms? If you have .xdp files they are pure XML so you can manipulate these directly (you'd need to look for the entries in xfa:datasets. Such questions are best asked on the users mailing list [1] which is the correct one for how to ques

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-16 Thread Maruan Sahyoun
Hi, > Am 16.04.2015 um 01:03 schrieb Thomas Chojecki : > > Hello, > I've startet creating a crypto engine for pdfbox. The aim is to provide > a highlevel api for signing and verifying pdf documents. great - this is a very important use case for PDFBox. > > The engine is called cryptobox and i

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-16 Thread Maruan Sahyoun
Hi, > Am 16.04.2015 um 12:59 schrieb Thomas Chojecki : > > > Zitat von Maruan Sahyoun : > >> Hi, >> > > Hi Maruan, > >>> From 4 to 29 May 2015 ETSI is making a PAdES PlugTest [4], I'm already >>> a participant and will try

Re: € String encoding

2015-04-22 Thread Maruan Sahyoun
Hi, > Am 22.04.2015 um 13:32 schrieb Manfred Pock : > > Hi, > > add PDFBox 2.0 (trunk) i have the Problem that the € sign is not correct > encoded. I have take a look at PDFDocEncoding and maybe there is an bug at > the method getBytes(String text): > there is already an issue for that - ht

Re: € String encoding

2015-04-22 Thread Maruan Sahyoun
Hi, > Am 22.04.2015 um 13:59 schrieb Maruan Sahyoun : > > Hi, > >> Am 22.04.2015 um 13:32 schrieb Manfred Pock : >> >> Hi, >> >> add PDFBox 2.0 (trunk) i have the Problem that the € sign is not correct >> encoded. I have take a look at PDF

Re: api question

2015-04-23 Thread Maruan Sahyoun
> Am 23.04.2015 um 11:02 schrieb John Hewson : > > > >> On 15 Apr 2015, at 04:47, Simon Steiner wrote: >> >> Hi, >> >> >> >> Why do you have classes where getCOSObject is public but getCOSDictionary >> is not public? > > Legacy quirk. There's actually no need for any of the getCOSDiction

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-23 Thread Maruan Sahyoun
> Am 23.04.2015 um 10:51 schrieb John Hewson : > > >> On 16 Apr 2015, at 01:52, Maruan Sahyoun wrote: >> >> Hi, >> >>> Am 16.04.2015 um 01:03 schrieb Thomas Chojecki : >>> >>> Hello, >>> I've startet creating a crypt

Re: [VOTE] Release Apache PDFBox 2.0.29

2023-06-30 Thread Maruan Sahyoun
+1 Maruan > Am 30.06.2023 um 18:16 schrieb Andreas Lehmkühler : > > Hi, > > is there anybody else who is able to spend some cycles on looking into this > release? There is at least one vote missing and about 24 hours to go ... > > Thanks in advance > > Andreas > >> Am 28.06.23 um 18:54 schr

Re: Apache PDFBox Board Report July 2023 due

2023-07-11 Thread Maruan Sahyoun
+1 Maruan > Am 11.07.2023 um 08:16 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 appreciated ... > > > ##

Re: [VOTE] Release Apache PDFBox 3.0.0-beta1

2023-07-11 Thread Maruan Sahyoun
+1 Maruan > Am 11.07.2023 um 07:56 schrieb Andreas Lehmkühler : > > Hi, > > a candidate for the PDFBox 3.0.0-beta1 release is available at: > >https://dist.apache.org/repos/dist/dev/pdfbox/3.0.0-beta1/ > > The release candidate is a zip archive of the sources in: > >https://svn.apac

Re: [VOTE] Release Apache PDFBox 3.0.2

2024-03-11 Thread Maruan Sahyoun
+1 Maruan > Am 11.03.2024 um 20:24 schrieb Andreas Lehmkühler : > > Hi, - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Re: [VOTE] Release Apache PDFBox 2.0.31

2024-03-21 Thread Maruan Sahyoun
+1 Maruan > Am 21.03.2024 um 18:53 schrieb Andreas Lehmkühler : > > Hi, > > a candidate for the PDFBox 2.0.31 release is avaiable at: > >https://dist.apache.org/repos/dist/dev/pdfbox/2.0.31/ > > The release candidate is a zip archive of the sources in: > >https://svn.apache.org/repo

Re: [VOTE] Release Apache PDFBox 2.0.31

2024-03-21 Thread Maruan Sahyoun
IMHO this is not a show stopper > Am 22.03.2024 um 06:54 schrieb Andreas Lehmkühler : > >  > >> Am 21.03.24 um 20:07 schrieb Tim Allison: >> In the parent pom.xml in the zip file, there's a "release" submodule >> specified. However, there's no release directory in the src zip that would >> mat

Re: Apache PDFBox Board Report July 2024 due

2024-07-07 Thread Maruan Sahyoun
+1 Maruan > Am 07.07.2024 um 14:20 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 appreciated ... > > > ##

Re: [VOTE] Release Apache PDFBox 2.0.32

2024-07-22 Thread Maruan Sahyoun
+1 Maruan > Am 21.07.2024 um 12:19 schrieb Andreas Lehmkühler : > > Hi, > > a candidate for the PDFBox 2.0.32 release is available at: > >https://dist.apache.org/repos/dist/dev/pdfbox/2.0.32/ > > The release candidate is a zip archive of the sources in: > >https://svn.apache.org/repo

Re: Apache PDFBox Board Report January 2022 due

2022-01-10 Thread Maruan Sahyoun
+1 Maruan > Am 09.01.2022 um 14:20 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 appreciated ... > > > >

Re: [VOTE] Release Apache PDFBox JBIG2 ImageIO 3.0.4

2022-02-28 Thread Maruan Sahyoun
+1 Maruan > Am 26.02.2022 um 16:39 schrieb Andreas Lehmkuehler : > > Hi, > > a candidate for the Apache PDFBox JBIG2 ImageIO 3.0.4 release is available at: > >https://dist.apache.org/repos/dist/dev/pdfbox/jbig2-imageio/3.0.4/ > > The release candidate is a zip archive of the sources in:

Re: timeout on Jempbox xmp media management schema's getHistory

2022-09-07 Thread Maruan Sahyoun
What about opening a ticket and attaching the XMP in question BR Maruan > Am 07.09.2022 um 23:19 schrieb Tim Allison : > > All, > This issue is ringing a bell. I'm sorry if there's an open issue or > you/we've decided long ago that this is not an issue. > One of the timeouts in the most r

Re: Minimum Java version for PDFBox 3.x

2023-03-18 Thread Maruan Sahyoun
I‘d second a move to 11 for 3.x as for the lifetime of 3.x this will enable us to use newer funtions without another major release. BR Maruan > Am 18.03.2023 um 10:13 schrieb Tilman Hausherr : > > You may have a point with some of your arguments, but not this one: >> Public updates for Java 8

Re: Minimum Java version for PDFBox 3.x

2023-03-18 Thread Maruan Sahyoun
Fine - so let‘s target that for 4x > Am 18.03.2023 um 16:51 schrieb Andreas Lehmkuehler : > > Am 18.03.23 um 10:49 schrieb Maruan Sahyoun: >> I‘d second a move to 11 for 3.x as for the lifetime of 3.x this will enable >> us to use newer funtions without another major rele

Re: Apache PDFBox Board Report October 2019 due

2019-10-05 Thread Maruan Sahyoun
+1 Maruan > Am 03.10.2019 um 13:45 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] > > > > ## Description: > The mission of PDFBox is the cre

Re: org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm.getDocument()

2019-12-04 Thread Maruan Sahyoun
t; > > > Jason > -- 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,

Re: org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm.getDocument()

2019-12-04 Thread Maruan Sahyoun
be public. BR Maruan > > -Original Message----- > > From: Maruan Sahyoun > > Sent: Wednesday, December 4, 2019 9:29 AM > > > > Yes, as this is only for internal use as to be able to get the PDDocument > > from the AcroForm e.g. when > > creating

Re: [VOTE] Release Apache PDFBox JBIG2 ImageIO 3.0.3

2019-12-15 Thread Maruan Sahyoun
e 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-Schappe-Straße 21 4088

Re: [VOTE] Release Apache PDFBox 2.0.18

2019-12-22 Thread Maruan Sahyoun
> 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 (21

[DISCUSS] Move static functions from COSArrayList

2019-12-23 Thread Maruan Sahyoun
I'd like to remove some of the static functions which work on/return a COSArray from COSArrayList and move these to COSArray. For 2.x I'd deprecate them. In 3.0 I'd remove them. Sample of currently used code public static COSArray convertStringListToCOSNameCOSArray( List strings ) {

Re: 2.0.19?

2020-02-06 Thread Maruan Sahyoun
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.

Re: [VOTE] Release Apache PDFBox 2.0.19

2020-02-20 Thread Maruan Sahyoun
+1 thank you for preparing the release. BR Maruan > Hi, > > a candidate for the PDFBox 2.0.19 release is available at: > > https://dist.apache.org/repos/dist/dev/pdfbox/2.0.19/ > > The release candidate is a zip archive of the sources in: > > http://svn.apache.org/repos/asf/pdfbox

Re: Apache PDFBox Board Report April 2020 due

2020-04-04 Thread Maruan Sahyoun
+1 Maruan > Am 03.04.2020 um 16:51 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 appreciated ... > > > >

Generate comparisons for text extraction and PDF renedering

2020-04-29 Thread Maruan Sahyoun
matter as this is also used within the customers environment as part of an archiving solution for text extraction and thumbnail generation. We need to use our own files, official test files. WDYT? Maruan Sahyoun - To

Re: Generate comparisons for text extraction and PDF renedering

2020-04-30 Thread Maruan Sahyoun
> Am 30.04.2020 um 07:40 schrieb Maruan Sahyoun: > > Hi, > > > > As part of a project engagement I would be able to use a commercial product > > to extract text and generate images from PDFs. We > > could use these to generate test files for comparison of our

Re: Release 2.0.20 ?

2020-05-20 Thread Maruan Sahyoun
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,

Re: Automatic website generation

2020-05-23 Thread Maruan Sahyoun
can look into that - I also thought about following the model Apache Camel has. BR Maruan > Am 23.05.2020 um 12:03 schrieb Andreas Lehmkuehler : > > Hi, > > infra implemented some new features for github repos including some automatic > website building [1]. Should we use that for convenienc

Re: Automatic website generation

2020-05-24 Thread Maruan Sahyoun
OK - I've reviewed the docs and also look at some projects using automated website building (there aren't many yet). The best example I've found is that from Apache Struts as this not only builds the website (including staging for PR based changes) but also includes the JavaDocs when a new relea

Re: Automatic website generation

2020-05-26 Thread Maruan Sahyoun
> Am 25.05.20 um 08:27 schrieb Maruan Sahyoun: > > OK - I've reviewed the docs and also look at some projects using automated > > website building (there aren't many yet). > Thanks for looking into this. It's not used that often yet as it is a quite > new

Re: Automatic website generation

2020-05-26 Thread Maruan Sahyoun
> > > Am 25.05.20 um 08:27 schrieb Maruan Sahyoun: > > > OK - I've reviewed the docs and also look at some projects using > > > automated website building (there aren't many yet). > > Thanks for looking into this. It's not used that

Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
es in content with a slight > > > improvement over 2.0.19. I don't see any differences in exceptions or > > > attachments. > > > > > > Cheers, > > > > > > Tim > > > > > > > - > > To unsubscribe, e-mail: d

Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
is that a storage box only or does it need to do some computings too? Maybe you could write a small spec for the server requirement? BR Maruan > Still haven’t had time to put the server in a dmz. Ugh. > > Yes, more than happy to share. > > If anyone has recommendations for file hosting for

Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
se help with either or both. > > What we had before: > 8 GB RAM > 8 cores > 4 TB -- 2TB for docs, 1TB for extracts, 1TB for staging > > We can always use more RAM and more cores up to the point of I/O > bottlenecks. > > On Tue, Jun 2, 2020 at 6:37 AM Maruan Sahyoun > wr

Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
ess. Would that be something infra can do? > > If this is corporate sponsored, please let me know how/if we should mention > the sponsorship. no need to mention it - happy to help. > > Again...wow. Thank you! > > Best, > > Tim > > On Tue, Jun 2, 2020 at 9:22

Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
gt; > Again...wow. Thank you! Order placed. Once the server is available and the initial setup done I'll post here. Should be done by end of week depending on my other workload. BR Maruan > > > > Best, > > > > Tim > > > > On Tue, Jun 2, 2020 at 9:

Re: New file vm WAS: Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
ould we want? > > > > file-corpora.apache.org > > corpora.apache.org > > corpora-pdfbox.apache.org > > corpora-tika.apache.org > > > > Something else? I'm also happy to buy a domain if that won't work. There > > are a couple available that ar

Re: New file vm WAS: Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
; Cheers and thank you Maruan! > > Tim > > On Tue, Jun 2, 2020 at 4:20 PM Maruan Sahyoun wrote: > > > > > Maruan, > > > To confirm, you're ok if we grant access to the server to our colleagues > > > on Tika and POI? > > > >

Re: New file vm WAS: Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
> Am 02.06.20 um 22:20 schrieb Maruan Sahyoun: > > > > > Maruan, > > >To confirm, you're ok if we grant access to the server to our > > > colleagues > > > on Tika and POI? > > > > to be clear - my company is only sponsoring

Re: New file vm WAS: Re: Release 2.0.20 ?

2020-06-02 Thread Maruan Sahyoun
; > > > If they're able to do it, what would we want? > > > > > > file-corpora.apache.org > > > corpora.apache.org > > > corpora-pdfbox.apache.org > > > corpora-tika.apache.org > > > > > > Something else? I'm also happ

Re: [VOTE] Release Apache PDFBox 2.0.20

2020-06-06 Thread Maruan Sahyoun
+1 Maruan > Am 04.06.2020 um 17:26 schrieb Andreas Lehmkuehler : > > Hi, > > a candidate for the PDFBox 2.0.20 release is available at: > >https://dist.apache.org/repos/dist/dev/pdfbox/2.0.20/ > > The release candidate is a zip archive of the sources in: > >http://svn.apache.org/re

Re: PDFBOX-3812 improvement patch

2020-06-17 Thread Maruan Sahyoun
gt; present on a line. If yes a similar alorithm to calculate the font > > size in 1. is used. > > > > If there are any problems with the patch, please let me know. > > > ----- > To unsubscribe, e-mail: dev-un

commit not showing up

2020-06-18 Thread Maruan Sahyoun
Hi, yesterday I made a commit to the 2.0 branch for PDFBOX-3812. It is visible in the svn repo but not in Jira and the dev mailing list. Initially it also wasn't visible in GitHub. With another commit today for trunk GitHub has been updated. I filed INFRA-20444 for that. BR Maruan -

Jira Issue Types

2020-06-30 Thread Maruan Sahyoun
ecognize such ticket types. WDYT? -- 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

Re: Jira Issue Types

2020-06-30 Thread Maruan Sahyoun
a ticket in Jira when they should ask a how to question or because they believe it's a bug but it turns out to be knowledge related. BR Maruan > Tilman > > Am 30.06.2020 um 20:15 schrieb Maruan Sahyoun: > > Hi, > > > > in Jira we sometimes get issues created wh

Re: Apache PDFBox Board Report July 2020 due

2020-07-04 Thread Maruan Sahyoun
+1 Maruan > 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 appreciated ... > > > > ## Description: > The mission of PDFBox is the creation

Re: [VOTE] Release Apache PDFBox 2.0.21

2020-08-17 Thread Maruan Sahyoun
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

Re: Fwd: 1.20?

2018-11-24 Thread Maruan Sahyoun
t; > > All, > > > > > > POI 4.0.1 will be out shortly with some important bug fixes. > > > What would > > > > > > you all think of targeting 1st/2nd week of December for 1.20? > > > > > > > > > > > > Cheers, > >

Re: [VOTE] Release Apache PDFBox 2.0.13

2018-11-29 Thread Maruan Sahyoun
+1 Maruan > Am 28.11.2018 um 19:03 schrieb Andreas Lehmkuehler : > > Hi, > > a candidate for the PDFBox 2.0.13 release is available at: > >https://dist.apache.org/repos/dist/dev/pdfbox/2.0.13/ > > The release candidate is a zip archive of the sources in: > >http://svn.apache.org/repos

Relocating git repositories on git-wip-us.apache.org

2018-12-07 Thread Maruan Sahyoun
hi, as announced earlier infra wil decomission git-wip-us.apache.org in favour of the gitbox service. AFAIK we currently have four repos there # pdfbox-docs - our documentation # pdfbox-examples - empty # pdfbox-jbig2 - jbig2 subproject # pdfbox-testfiles - build test files for jbig2 Although t

Re: Relocating git repositories on git-wip-us.apache.org

2018-12-07 Thread Maruan Sahyoun
> Am 07.12.2018 um 22:56 schrieb Andreas Lehmkuehler : > > Am 07.12.18 um 18:39 schrieb Maruan Sahyoun: >> hi, >> as announced earlier infra wil decomission git-wip-us.apache.org in favour >> of the gitbox service. AFAIK we currently have four >> r

Re: Relocating git repositories on git-wip-us.apache.org

2018-12-08 Thread Maruan Sahyoun
> Am 07.12.2018 um 22:56 schrieb Andreas Lehmkuehler: > > Am 07.12.18 um 18:39 schrieb Maruan Sahyoun: > > > hi, > > > > > > as announced earlier infra wil decomission git-wip-us.apache.org in > > > favour of the gitbox service. A

<    1   2   3   4   5   6   7   8   9   10   >