Hi,
+1
Thanks,
Timo
Am 14.08.23 um 20:29 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:
https://svn.apache.org/repos/asf/pdfb
+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
+1
Thanks,
Timo
Am 08.01.24 um 08:14 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 ...
## Description:
Th
Hi,
+1
Thanks,
Timo
Am 11.03.24 um 20:24 schrieb Andreas Lehmkühler:
Hi,
a candidate for the PDFBox 3.0.2 release is available at:
https://dist.apache.org/repos/dist/dev/pdfbox/3.0.2/
The release candidate is a zip archive of the sources in:
https://svn.apache.org/repos/asf/pdfbox
---
Key: PDFBOX-1920
URL: https://issues.apache.org/jira/browse/PDFBOX-1920
Project: PDFBox
Issue Type: Bug
Components: Utilities
Reporter: Chris Hewkin
Assignee: Timo Boehme
Attachments: Applicatio
box.util.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:196)
at com.acme.MergePDF.runSmartService(MergePDF.java:52)
at com.acme.MergePDF.main(MergePDF.java:68)
Is this reasonably something that PDFBox could handle, or does the ill
formed nature of the PDF leave this outside of what PDFBox would sup
a:187)
at
org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1071)
at
org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1038)
at
org.apache.pdfbox.util.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:186)
--
Timo Boehme
Ont
s
are:
- switch to java 1.6
- modularization
- replace/enhance the parser
- refactor the underlying COS model
- code cleanup
- enhance rendering
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
tim
functionality in jempbox that is missing in xmpbox that could
be added at a later stage upon request.
WDYT?
+1
Best,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
.
[ ] +1 Release this package as Apache PDFBox 1.8.6
[ ] -1 Do not release this package because...
Here is my +1
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
+1
Thanks,
Timo
Am 13.12.21 um 20:02 schrieb Andreas Lehmkuehler:
Hi,
a candidate for the PDFBox 2.0.25 release is available at:
https://dist.apache.org/repos/dist/dev/pdfbox/2.0.25/
The release candidate is a zip archive of the sources in:
http://svn.apache.org/repos/asf/pdfbox/
+1
Really interesting how much faster (often 10-20 times; and more correct)
2.X is for parsing+rendering compared to the 1.X version.
Timo
Am 12.09.22 um 18:50 schrieb Andreas Lehmkuehler:
a candidate for the PDFBox 1.8.17 release is available at:
https://dist.apache.org/repos/dist/de
+1
No regression found compared to previous versions but detected problem
with Java-11 and Java-17 rendering some CMYK JPEG images (inverse
colors, Java-8 is fine); have to investigate further and open a Jira Issue.
Thanks,
Timo
Am 26.09.22 um 17:28 schrieb Andreas Lehmkuehler:
a candidate
rendering until Java 8 in PDFBox which might explain why it
is working until Java 8?
Best regards,
Timo
Am 28.09.22 um 12:07 schrieb Tilman Hausherr:
Please try with the twelvemonkeys library too
Tilman
--- Original-Nachricht ---
Von: Timo Boehme
Betreff: Re: [VOTE] Release Apache PDFBox
+1
Thanks,
Timo
Am 09.10.22 um 14:06 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 ...
## Description:
Th
gh
order bits thus negative values are handled correctly (same two's
complement structure as in Java). Now I test if fraction bits are set.
Since in Type1 there is no number type 'real' I can't use fraction but
try to roun
which will be implemented by COSName and COSString. This
would allow more elegant and maintainable code.
What do you think?
I could create necessary patched for one of the solutions.
Regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780472
F: +49
thod
returning the first string object from a COSBase (for COSName,
COSString, COSArray).
Kind regards,
Timo Boehme
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780472
F: +49 345 4780471
Am 14.09.2010 20:41, schrieb Andreas Lehmkuehler:
Am 14.09.2010 09:41, schrieb Timo Boehme:
It might be the case that normally such names should be COSName objects
but most objects (color space objects etc.) allow the user to set such
names while creating/manipulating a PDF document and
mment-tabpanel&focusedCommentId=13006855#comment-13006855
]
Timo Boehme commented on PDFBOX-979:
I have some bogus PDF files where content starts immediately after
'%%EOF':
startxref
302041
%%EOF333
email. Receipt by
anyone other than the intended recipient is not a waiver of any privilege.
Please do not include your social security number, account number, or any other
personal or financial information in the content of the email. Should you have
any questions, please call (800) 453
writer)
I think we need to change above approach and use " PDDocument.load" with
RandomAccessFile
if you set a temporary directory before parse() with
parser.setTempDirectory
it will automatically use temporary file instead of memory buffer.
Timo
--
Timo Boehme
OntoChem GmbH
H.-D
ot; PDDocument.load" with
RandomAccessFile
if you set a temporary directory before parse() with
parser.setTempDirectory
it will automatically use temporary file instead of memory buffer.
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780
baos = decompress(compressedData);
}
if (predictor==-1 || predictor == 1 )
{
result.write(baos.toByteArray());
}
else
{
use the bytearrayoutput stream as before ...
}
Thoughts ?
Dave Smith
Candata Ltd.
416-493-9020x2413
to have clear (viewable)
results in the end.
From a PDFBOX developer point of view it would also be nice to add some
PDF debugging features to the viewer like providing object ids, font
information etc. when hovering over text/image.
Kind regards,
Timo
--
Timo Boehme
OntoChem GmbH
H
here (the mailing list), or they should
create issues in issue tracker (Jira) and attach patches there.
the proper way is to create a Jira issue (if not done already) and add
patches (against current SVN trunk) there.
Kind regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120
builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/ws/src/main/java/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.java>:[214,9]
method does not override a method from its superclass
[INFO] 1 error
[INFO] ---------
--
Tim
roved integration of preflight
- bugfixing
We just started a discussion on how to proceed with the next release(s), if
it'll be a major release or if there will be a bugfix/feature release
first.
BR
Andreas Lehmkühler
Best regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 H
end time on a 1.6.x/1.7.0 release
- ...
cons:
- too much time without release
- too less time to work on the new major release, because of con 1
- ...
I prefer option 1, what do you think?
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T:
fbox/pdfparser/NonSequentialPDFParser.java
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/NonSequentialPDFParser.java?rev=1311018&view=auto
...
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.b
is clear that a new version (probably
1.7.0) should be released soon. However I think we will wait until the
project lead is back online.
Kind regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe.
Hi,
Am 06.05.2012 16:46, schrieb Andreas Lehmkuehler:
Am 04.05.2012 15:46, schrieb Timo Boehme:
Am 03.05.2012 21:04, schrieb Michael McCandless:
Any guestimates for a 1.7.0 release?
It's been a long time (9 months) since 1.6.0... and I count ~203
commits since 1.6.0.
There was already
Hi,
Am 13.05.2012 10:24, schrieb Andreas Lehmkuehler:
Am 07.05.2012 10:50, schrieb Timo Boehme:
...
In my opinion there are already a number of improvements in current trunk
compared to 1.6 and there is no reason to not release another 1.8 before
PDFBOX-1000 is really ready. As I see it we
+1
Thanks.
Best regards,
Timo
Am 20.02.20 um 18:46 schrieb Andreas Lehmkuehler:
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/re
+1
Thanks,
Timo
Am 03.04.20 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 ...
## Description:
T
Hi,
+1,
Thanks,
Timo
Am 03.07.20 um 16:30 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 ...
## Descript
Hi,
+1
Thanks,
Timo
Am 17.08.20 um 17:56 schrieb Andreas Lehmkuehler:
Hi,
a candidate for the PDFBox 2.0.21 release is available at:
https://dist.apache.org/repos/dist/dev/pdfbox/2.0.21/
The release candidate is a zip archive of the sources in:
http://svn.apache.org/repos/asf/pd
+1
Thanks,
Timo
Am 11.10.20 um 19:09 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 ...
## Description:
T
time frame I would
propose keeping the old parser the default but proposing to use the new
parser if possible. If all issues are resolved we may release a 1.8 with
the new parser the default.
Best regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +4
Depending on your answers and other opinions we might postpone the release
for a couple of weeks.
If you have any questions, do not hesitate.
Don't hesitate to answer fast ;-)
One more time, I'm really sorry to delay the pdfbox release.
BR,
Eric
BR
Andreas Lehmkühle
Hi,
Am 29.05.2012 18:26, schrieb Andreas Lehmkuehler:
I closed all 1.7.0 related JIRA issues without email notification. I
also set the version 1.7.0 itself to released.
BR
Andreas Lehmkühler
thanks for all your work on preparing and releasing the new version.
Kind regards,
Timo
--
Timo
.
This should only be done for a major release if there are good reasons for.
Kind regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
ance for your help.
Best regards
Pierre Huttin
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
_
OntoChem GmbH
Geschäftsführer: Dr
th adobe reader and itextrups, both
retrieve the correct number of pages : 2.
I try to run my code using the version 1.7.0 of PDFBox
Thanks in advance for your help.
Best regards
Pierre Huttin
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 34
o the exception xref is
supposed to start at 173). With this information which shouldn't contain
any confidential data I could verify the diagnose.
Best regards,
Timo
On Thu, 14 Jun 2012 00:23:49 +0200, Timo Boehme
wrote:
Am 13.06.2012 14:02, schrieb pie...@huttin.com:
Sorry,
a
,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
_
OntoChem GmbH
Geschäftsführer: Dr. Lutz Weber
Sitz: Halle / Saale
b/PDFBox-trunk/org.apache.pdfbox$preflight/ws/src/main/java/org/apache/pdfbox/preflight/exception/ValidationException.java>:[34,4]
cannot find symbol
symbol : constructor IOException(java.lang.String,java.lang.Throwable)
location: class java.io.IOException
--
Timo Boehme
OntoChem GmbH
H.-Damerow-St
hould fall back to
scanning if length value is wrong
I won't add the preflight/xmpbox refactoring changes.
What do you think?
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@on
on of preflight
- bugfixing
We just started a discussion on how to proceed with the next release(s), it
looks like the next release will probably be a major one.
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
tim
Hi,
Am 16.07.2012 17:48, schrieb Andreas Lehmkuehler:
Am 10.07.2012 09:16, schrieb Timo Boehme:
...
looks good to me. Some mention about the preflight module which will be
integrated in the next major release?
Thanks for your comment. I added some information about preflight/xmpbox
as you
embedding object and the embedded PDF is correct this can be
handled - furthermore this method is only needed for broken PDFs and
most of them won't have such embedded PDFs.
Kind regards,
Timo
Am 19.07.2012 um 09:42 schrieb "Andreas Lehmkühler":
Timo Boehme hat am 16. Juli
rface can be
implemented for all kinds of input material.
Best regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
_
OntoChem
least
three +1 PDFBox PMC votes are cast.
[ ] +1 Release this package as Apache PDFBox 1.7.1
[ ] -1 Do not release this package because...
Here is my +1
BR
Andreas Lehmkühler
P.S.: Due to the summer holiday season I've extended the voting period.
--
Timo Boehme
OntoChem GmbH
H.-Da
My patch is about 620kb long. It only have few impact on preflight and
no impact on other modules.
So I don't know if I commit it like a simple patch or if there is an
other way to do it. Does someone have the answer to that question ?
Thanks for your help,
Guillaume
--
Timo
working on the xmpbox module.
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
_
OntoChem GmbH
Geschäftsführer
stent
file, but I don't know exactly where is created the RandomAccess object
during the Pdf parsing.
Nobody else but me has encountered this problem before ?
Thanks !
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo
e, but
I do not trust the Weblogic jvm…
The problem is : how to check if :
* the file is deleted by the java process
* the file is deleted by the environemnt (cron job, another
application)
* the file has never existed
Thanks,
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06
od, but it definitly
helped me printing LANDSCAPE pages correctly. Also, I would like to know
what I'll have to do to contribute this patch to the trunk. Whom do I
have to contact?
Thank you very much in advance.
Greetings,
Thorsten Hake
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06
ühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
_
OntoChem GmbH
Geschäftsführer: Dr. Lutz Weber
Sitz: Halle / Saale
Registerge
ntribution.
http://www.apache.org/licenses/LICENSE-2.0.html#contributions
3. In the future, without the checkbox, one may instead add a comment
stating when an attachment is not intended for contribution."
Best regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Hall
ased on the existing
checkstyle rules?
I wouldn't mind using the existing checkstyle rules.
Best regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
the user via setters that can be invoked from
command-line arguments.
I offer the enclosed patch for your consideration.
Best regards,
Dave
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
lease manager and cut a new release based on the
current trunk in round about 2 weeks from now.
I'm planning to cut the release next week on monday or tuesday if nobody
objects.
No objections from my side.
Best regards,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saa
.
[ ] +1 Release this package as Apache PDFBox 1.8.0
[ ] -1 Do not release this package because...
Here is my +1
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
eaner architecture description (together with main classes) for
developers
to support a faster intro into pdfbox
Kind regards
Maruan Sahyoun
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 478
reas Lehmkühler
[1] http://www.apache.org/dev/project-site.html
[2] http://www.apache.org/dev/cmsref.html
[3] http://people.apache.org/~lehmi/pdfbox_fluendo/index.html
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
1.8.1.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 PDFBox PMC votes are cast.
[ ] +1 Release this package as Apache PDFBox 1.8.1
[ ] -1 Do not release this package because...
Here is my +1
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H
();
OutputIntents oi = new OutputIntents(doc, colorProfile);
oi.setInfo("sRGB IEC61966-2.1");
oi.setOutputCondition("sRGB IEC61966-2.1");
oi.setOutputConditionIdentifier("sRGB IEC61966-2.1");
oi.setRegistryName("http://www.color.org";);
COSArray outputIntents = new
-branch. Even a new 1.9 feature release
should be possible by branching the 1.8-branch.
WDYT?
BR
Andreas Lehmkühler
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +4
Hi,
Am 19.04.2013 17:50, schrieb Andreas Lehmkuehler:
Hi,
Am 19.04.2013 09:47, schrieb Timo Boehme:
Hi,
For the 2.0 features:
- switch to Java 1.6
What java6 only feature exactly are you thinking about?
First which comes to my mind is a very basic one that IOException can
wrap another
o continue using the trunk. We are still able to release
bugfix versions using the 1.8-branch. Even a new 1.9 feature release
should be possible by branching the 1.8-branch.
WDYT?
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
aruan Sahyoun
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
_
OntoChem GmbH
Geschäftsführer: Dr. Lutz Weber
Sitz: Halle /
no one objects I'll start to cut the release next monday or tuesday.
WDYT?
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
___
PDFBox PMC votes are cast.
[ ] +1 Release this package as Apache PDFBox 1.8.2
[ ] -1 Do not release this package because...
Hers is my +1
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe
nhance the parser
- refactor the underlying COS model
- code cleanup
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@on
#x27;t find the
time.
I'm working on an improved font rendering support and maybe this will be the
right
moment to fix/improve the parser as well.
And yes, any help is appreciated :-)
Thanks,
Robert Meyer
Sorry, that wasn't that much of help
BR
Andreas Lehmkühler
--
Timo Boe
rlying COS model
- code cleanup
- enhance rendering
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
_
Ont
Maybe the similar Bug in the whole org.apache.pdfbox.pdmodel.interactive.form:
the COSDictionary of element are not initialized when user create it manually
(Typical to insert new acroform element).
I hope that I can give something help to this opensource Project.
Could you check this an
is
changed (images added/removed) while you are iterating over it. Thus the
shown code is not the problem but some other statement not shown.
Best,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.
args_1[3] = "jpg";
args_1[4] = "-color";
args_1[5] = "rgb";
args_1[6] = pdfPath;
My pdfbox version is PDFBox-0.7.3.
Can you help me?
Best wishes!
--
Timo Boehm
a majority of at
least three +1 PDFBox PMC votes are cast.
[ ] +1 Release this package as Apache PDFBox 1.8.3
[ ] -1 Do not release this package because...
Here is my +1
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
A separate branch for developing the parser until a useable state would
be good.
Best,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
__
to ensure that
forthcoming releases are still able to handle these files.
An idea for a naming convention would be something like e.g. 1769-invalid_xref.pdf
WDYT
Maruan Sahyoun
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
ring
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
_
OntoChem GmbH
Geschäftsführer: Dr. Lutz Weber
Sitz: Hal
open for the next 72 hours and passes if a majority of at
least three +1 PDFBox PMC votes are cast.
[ ] +1 Release this package as Apache PDFBox 1.8.4
[ ] -1 Do not release this package because...
Here is my +1
BR
Andreas Lehmkühler
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str
{
glyphs[i] = EMPTY_GLYPH;
}
}
}
EMPTY_GLYPH is a constant initialized with an empty GlyfSimpleDescript.
--
Timo Boehme
OntoChem GmbH
H.-Damerow-Str. 4
06120 Halle/Saale
T: +49 345 4780474
F: +49 345 4780471
timo.boe...@ontochem.com
ut I don't think so.
Maybe replacing/'fixing' the header should at least trigger a warning
message since it won't be clear if the resulting image is ok, thus one
gets a hint what the reason for a wrong image could have been.
Best,
Timo
--
Timo Boehme
OntoChem GmbH
H.-Damero
: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org
--
Timo Boehme
OntoChem IT Solutions GmbH
Blücherstraße 24
06120 Halle (Saale)
Germany
phone: +49 345 478 047 4| fax: +49 345 478 047 1
email: timo.boe...@ontochem.com | web: www.ontochem.com
e-mail: dev-h...@pdfbox.apache.org
--
Timo Boehme
OntoChem IT Solutions GmbH
Blücherstraße 24
06120 Halle (Saale)
Germany
phone: +49 345 478 047 4| fax: +49 345 478 047 1
email: timo.boe...@ontochem.com | web: www.ontochem.com
HRB 21962 Amtsgericht Stendal | USt-IdNr.: DE815563824
managing director
+1
Thanks,
Timo
Am 17.09.19 um 20:22 schrieb Andreas Lehmkuehler:
Hi,
a candidate for the PDFBox 2.0.17 release is available at:
https://dist.apache.org/repos/dist/dev/pdfbox/2.0.17/
The release candidate is a zip archive of the sources in:
http://svn.apache.org/repos/asf/pdfbox/
+1
Timo
Am 15.09.19 um 11:00 schrieb Andreas Lehmkuehler:
Hi,
I'd like to switch the trunk to java 8 as I like to use some java 8
features like streams in the near future.
Are there any objections?
Andreas
-
To unsubscri
+1
Thanks,
Timo
Am 03.10.19 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 creation and mainte
+1
Thanks,
Timo
Am 14.12.19 um 15:53 schrieb Andreas Lehmkuehler:
Hi,
a candidate for the PDFBox JBIG2 ImageIO 3.0.3 release is available at:
https://dist.apache.org/repos/dist/dev/pdfbox/jbig2-imageio/3.0.3/
The release candidate is a zip archive of the sources in:
https://githu
Hi,
+1
Thanks,
Timo
Am 15.03.21 um 19:44 schrieb Andreas Lehmkuehler:
Hi,
a candidate for the PDFBox 2.0.23 release is available at:
https://dist.apache.org/repos/dist/dev/pdfbox/2.0.23/
The release candidate is a zip archive of the sources in:
http://svn.apache.org/repos/asf/pd
Hi,
+1
I found only one small bug when calling
java -jar pdfbox-app-3.0.0-RC1.jar help debug
the help says
Usage: pdfbox pdfdebugger
but should
Usage: pdfbox debug
However this is a minor problem which should be ok for RC1.
Best regards,
Timo
Am 29.03.21 um 19:08 schrieb Andreas Lehmkuehler
Hi,
+1
since there wasn't really any development here in the last years and the
efforts of making the PDFBox parser more lenient with broken PDF
documents contradict the specification checks of Preflight
Timo
Am 27.05.21 um 08:33 schrieb Andreas Lehmkuehler:
Hi,
a discussion came up on d
+1
Thank you
Timo
Am 07.06.21 um 18:51 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 the sources in:
http://svn.apache.org/repos/asf/pdfbox
No, its the whole X.apache.org which is currently not available (e.g.
lucene.apache.org).
Best regards,
Timo
Am 10.07.24 um 09:46 schrieb Constantine Dokolas:
It seems like you managed to take down pdfbox.apache.org... 😱
C.D.
--
There is a computer disease that anybody who works with comput
C.D.
On Wed, Jul 10, 2024 at 10:52 AM Timo Boehme
wrote:
No, its the whole X.apache.org which is currently not available (e.g.
lucene.apache.org).
Best regards,
Timo
Am 10.07.24 um 09:46 schrieb Constantine Dokolas:
It seems like you managed to take down pdfbox.apache.org... 😱
C.D.
--
Hi,
+1
as already detected for the previous versions: when running with a JDK >
8 it is highly advisable to include the twelvemonkeys library in order
to get correct rendering of CMYK JPEG images (otherwise completely
wrong/inverse colors); Java 8 is also fine without the extra library
Bes
1 - 100 of 496 matches
Mail list logo