PDF to BMP problem

2015-11-05 Thread Jarek Stempien
Hi, I'm trying to convert PDF to BMP and I've problem with quality. Can you help me? Is there something wrong with code? PDDocument document = null; try { document = PDDocument.load( new java.io.File(pdfFile) ); } catch (Exception e) {

[jira] [Commented] (PDFBOX-3080) TrueTypeFont synchronization

2015-11-05 Thread ccouturi (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991443#comment-14991443 ] ccouturi commented on PDFBOX-3080: -- You're right. readTable() needs to be synchronized w

[jira] [Updated] (PDFBOX-3080) TrueTypeFont synchronization

2015-11-05 Thread ccouturi (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ccouturi updated PDFBOX-3080: - Attachment: 0001-PDFBOX-3080-excessive-synchronization.patch > TrueTypeFont synchronization > ---

[jira] [Updated] (PDFBOX-3080) TrueTypeFont synchronization

2015-11-05 Thread ccouturi (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ccouturi updated PDFBOX-3080: - Attachment: (was: patch-3080) > TrueTypeFont synchronization > > >

[jira] [Commented] (PDFBOX-3047) LTV-fix offline signature

2015-11-05 Thread Ralf Hauser (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991449#comment-14991449 ] Ralf Hauser commented on PDFBOX-3047: - For somebody who would like to face this chall

[jira] [Updated] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread ccouturi (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ccouturi updated PDFBOX-3088: - Attachment: 0001-PDFBOX-3088-cache-glyph-table.patch > Cache glyph table to optimize concurrent access >

[jira] [Updated] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread ccouturi (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ccouturi updated PDFBOX-3088: - Attachment: (was: patch_cache_glyphs) > Cache glyph table to optimize concurrent access > ---

[jira] [Updated] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3088: Labels: Optimization (was: ) > Cache glyph table to optimize concurrent access > -

[jira] [Updated] (PDFBOX-3047) LTV-fix offline signature

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3047: Labels: Bounty (was: ) > LTV-fix offline signature > - > >

[jira] [Commented] (PDFBOX-3080) TrueTypeFont synchronization

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991973#comment-14991973 ] Tilman Hausherr commented on PDFBOX-3080: - If I've understood your latest change

[jira] [Comment Edited] (PDFBOX-3080) TrueTypeFont synchronization

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991973#comment-14991973 ] Tilman Hausherr edited comment on PDFBOX-3080 at 11/5/15 4:56 PM: -

[jira] [Assigned] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr reassigned PDFBOX-3088: --- Assignee: Tilman Hausherr > Cache glyph table to optimize concurrent access > --

[jira] [Updated] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3088: Attachment: BenchmarkPDFBox3088.java Modified benchmark file: - avoid obnoxious poll - use

[jira] [Commented] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992025#comment-14992025 ] ASF subversion and git services commented on PDFBOX-3088: - Commit

[jira] [Commented] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992029#comment-14992029 ] Tilman Hausherr commented on PDFBOX-3088: - Works nicely and has amazing speed imp

[jira] [Resolved] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-3088. - Resolution: Fixed Fix Version/s: 2.0.0 > Cache glyph table to optimize concurrent

[jira] [Created] (PDFBOX-3089) Investigate why gyph path caching does not always cache glyph accesses

2015-11-05 Thread Tilman Hausherr (JIRA)
Tilman Hausherr created PDFBOX-3089: --- Summary: Investigate why gyph path caching does not always cache glyph accesses Key: PDFBOX-3089 URL: https://issues.apache.org/jira/browse/PDFBOX-3089 Project:

[jira] [Updated] (PDFBOX-3089) Investigate why glyph path caching does not always cache glyph accesses

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3089: Summary: Investigate why glyph path caching does not always cache glyph accesses (was: Inv

[jira] [Updated] (PDFBOX-3089) Investigate why glyph path caching does not always cache glyph accesses

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3089: Priority: Minor (was: Major) > Investigate why glyph path caching does not always cache gl

[jira] [Created] (PDFBOX-3090) ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2

2015-11-05 Thread Tilman Hausherr (JIRA)
Tilman Hausherr created PDFBOX-3090: --- Summary: ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2 Key: PDFBOX-3090 URL: https://issues.apache.org/jira/browse/PDFBOX-3090 Project: PDFBox

[jira] [Created] (PDFBOX-3091) java.lang.ClassCastException: org.apache.fontbox.cff.CharStringCommand cannot be cast to java.lang.Integer

2015-11-05 Thread Tilman Hausherr (JIRA)
Tilman Hausherr created PDFBOX-3091: --- Summary: java.lang.ClassCastException: org.apache.fontbox.cff.CharStringCommand cannot be cast to java.lang.Integer Key: PDFBOX-3091 URL: https://issues.apache.org/jira/brow

[jira] [Updated] (PDFBOX-3090) ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3090: Description: {code} java.lang.ArrayIndexOutOfBoundsException: 8599 at org.apache.f

[jira] [Updated] (PDFBOX-3091) java.lang.ClassCastException: org.apache.fontbox.cff.CharStringCommand cannot be cast to java.lang.Integer

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3091: Attachment: PDFBOX-3091-353869-p8.pdf > java.lang.ClassCastException: org.apache.fontbox.cf

[jira] [Commented] (PDFBOX-3091) java.lang.ClassCastException: org.apache.fontbox.cff.CharStringCommand cannot be cast to java.lang.Integer

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992090#comment-14992090 ] ASF subversion and git services commented on PDFBOX-3091: - Commit

[jira] [Updated] (PDFBOX-3090) ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3090: Attachment: 833307.pdf > ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2 > -

[jira] [Resolved] (PDFBOX-3091) java.lang.ClassCastException: org.apache.fontbox.cff.CharStringCommand cannot be cast to java.lang.Integer

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-3091. - Resolution: Fixed > java.lang.ClassCastException: org.apache.fontbox.cff.CharStringComman

[jira] [Commented] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992109#comment-14992109 ] John Hewson commented on PDFBOX-3088: - I'm concerned about the memory usage of this c

[jira] [Updated] (PDFBOX-3090) ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3090: Attachment: PDFBOX-3090-833307-p3.pdf > ArrayIndexOutOfBoundsException in CmapSubtable.proc

[jira] [Updated] (PDFBOX-3090) ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3090: Attachment: (was: 833307.pdf) > ArrayIndexOutOfBoundsException in CmapSubtable.processS

[jira] [Commented] (PDFBOX-3046) Specific PDF prints really (REALLY) slow

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992126#comment-14992126 ] John Hewson commented on PDFBOX-3046: - Ah yeah, of course - ha. > Specific PDF print

[jira] [Resolved] (PDFBOX-3090) ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-3090. - Resolution: Fixed > ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2 >

[jira] [Commented] (PDFBOX-3090) ArrayIndexOutOfBoundsException in CmapSubtable.processSubtype2

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992131#comment-14992131 ] ASF subversion and git services commented on PDFBOX-3090: - Commit

[jira] [Resolved] (PDFBOX-3046) Specific PDF prints really (REALLY) slow

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-3046. - Resolution: Fixed > Specific PDF prints really (REALLY) slow > --

[jira] [Commented] (PDFBOX-3046) Specific PDF prints really (REALLY) slow

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992133#comment-14992133 ] John Hewson commented on PDFBOX-3046: - That's a bug in AWT. We've seen quite a few of

[jira] [Commented] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992155#comment-14992155 ] Tilman Hausherr commented on PDFBOX-3088: - I thought about that too, but only the

[jira] [Commented] (PDFBOX-3083) Form fields are missing when rendering

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992168#comment-14992168 ] John Hewson commented on PDFBOX-3083: - Yes, it's correct in ISO 32000. It was PDFBox

[jira] [Commented] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992172#comment-14992172 ] John Hewson commented on PDFBOX-3088: - That's fine then. > Cache glyph table to opti

Re: debugger-app

2015-11-05 Thread John Hewson
> On 3 Nov 2015, at 03:18, Andreas Lehmkühler wrote: > >> John Hewson mailto:j...@jahewson.com>> hat am 2. >> November 2015 um 19:24 geschrieben: >> >> >> >>> On 2 Nov 2015, at 02:58, Andreas Lehmkühler wrote: >>> >>> >>> John Hewson hat am 30. Oktober 2015 um 19:43 geschriebe

[jira] [Reopened] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr reopened PDFBOX-3088: - Just remembered that in Chinese, there's a glyph for every word, so I'll have to improve thi

Re: Pdfbox trunk performance

2015-11-05 Thread John Hewson
> On 2 Nov 2015, at 13:30, Manfred Pock wrote: > > Hi, > > Am 02.11.2015 um 21:27 schrieb John Hewson: >>> On 2 Nov 2015, at 08:35, Manfred Pock wrote: >>> >>> Hi, >>> >>> we render a image with the pdfbox-renderer: >>> >>> for example >>> renderImageWithDPI(Pi_pageIdx, 250, ImageType.RGB);

[jira] [Commented] (PDFBOX-3078) Text height coming in at half size, regression from 1.8

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992186#comment-14992186 ] John Hewson commented on PDFBOX-3078: - So it was. Either way it's incorrect. > Text

Re: Pdfbox trunk performance

2015-11-05 Thread Tilman Hausherr
That one is indeed slow to display. The reason is the huge background image. This is very inefficient. The company footer should be done with fonts; the company header should be done with a shading, or with a smaller image. Amusingly, the company slogan is "faster in the business". But they're

[jira] [Commented] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992252#comment-14992252 ] John Hewson commented on PDFBOX-3081: - Those are the "correct" bbox values for that f

[jira] [Comment Edited] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992252#comment-14992252 ] John Hewson edited comment on PDFBOX-3081 at 11/5/15 7:01 PM: -

[jira] [Comment Edited] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992252#comment-14992252 ] John Hewson edited comment on PDFBOX-3081 at 11/5/15 7:01 PM: -

[jira] [Comment Edited] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992252#comment-14992252 ] John Hewson edited comment on PDFBOX-3081 at 11/5/15 7:03 PM: -

[jira] [Comment Edited] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992252#comment-14992252 ] John Hewson edited comment on PDFBOX-3081 at 11/5/15 7:04 PM: -

[jira] [Comment Edited] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992252#comment-14992252 ] John Hewson edited comment on PDFBOX-3081 at 11/5/15 7:05 PM: -

[jira] [Comment Edited] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992252#comment-14992252 ] John Hewson edited comment on PDFBOX-3081 at 11/5/15 7:26 PM: -

[jira] [Commented] (PDFBOX-3078) Text height coming in at half size, regression from 1.8

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992330#comment-14992330 ] John Hewson commented on PDFBOX-3078: - The problem here is, as Tilman observed, the b

[jira] [Commented] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992343#comment-14992343 ] ASF subversion and git services commented on PDFBOX-3081: - Commit

[jira] [Commented] (PDFBOX-3078) Text height coming in at half size, regression from 1.8

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992344#comment-14992344 ] ASF subversion and git services commented on PDFBOX-3078: - Commit

[jira] [Resolved] (PDFBOX-3078) Text height coming in at half size, regression from 1.8

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-3078. - Resolution: Fixed > Text height coming in at half size, regression from 1.8 > ---

[jira] [Commented] (PDFBOX-3081) Create example to draw glyph sizes in rendered images

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992351#comment-14992351 ] John Hewson commented on PDFBOX-3081: - Ok, I've fixed this in PDFBOX-3078. The file f

[jira] [Commented] (PDFBOX-3086) OutOfMemory while building font cache caused by "PingFang" font (Mac OS X El Capitan)

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992376#comment-14992376 ] John Hewson commented on PDFBOX-3086: - {quote} The font file seems to be very large (

[jira] [Commented] (PDFBOX-3082) High memory consumption while building font cache

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992382#comment-14992382 ] John Hewson commented on PDFBOX-3082: - This isn't a font cache issue. It's been a pro

[jira] [Commented] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992434#comment-14992434 ] Tilman Hausherr commented on PDFBOX-3088: - I'm currently doing some statistics wi

[jira] [Commented] (PDFBOX-3080) TrueTypeFont synchronization

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992496#comment-14992496 ] Tilman Hausherr commented on PDFBOX-3080: - I got this twice in my test set: {code

[jira] [Commented] (PDFBOX-3001) FileSystemFontProvider cache instability

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992561#comment-14992561 ] ASF subversion and git services commented on PDFBOX-3001: - Commit

[jira] [Updated] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3088: Attachment: PDFBOX-3088.xlsx statistic of fonts with count of glyphs, number that are cache

[jira] [Comment Edited] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992565#comment-14992565 ] Tilman Hausherr edited comment on PDFBOX-3088 at 11/5/15 9:56 PM: -

[jira] [Commented] (PDFBOX-3001) FileSystemFontProvider cache instability

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992567#comment-14992567 ] John Hewson commented on PDFBOX-3001: - The font metadata cache is now saved to a file

[jira] [Resolved] (PDFBOX-3001) FileSystemFontProvider cache instability

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-3001. - Resolution: Fixed > FileSystemFontProvider cache instability > --

[jira] [Commented] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992569#comment-14992569 ] ASF subversion and git services commented on PDFBOX-3088: - Commit

[jira] [Comment Edited] (PDFBOX-3001) FileSystemFontProvider cache instability

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992567#comment-14992567 ] John Hewson edited comment on PDFBOX-3001 at 11/5/15 9:58 PM: -

[jira] [Comment Edited] (PDFBOX-3001) FileSystemFontProvider cache instability

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992567#comment-14992567 ] John Hewson edited comment on PDFBOX-3001 at 11/5/15 10:00 PM:

[jira] [Resolved] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-3088. - Resolution: Fixed > Cache glyph table to optimize concurrent access > ---

Jenkins build became unstable: PDFBox-trunk » Apache PDFBox tools #2588

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox-trunk » Apache Preflight #2588

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox-trunk #2588

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

[jira] [Commented] (PDFBOX-2950) Chinese font substitution issue

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992746#comment-14992746 ] ASF subversion and git services commented on PDFBOX-2950: - Commit

[jira] [Commented] (PDFBOX-2950) Chinese font substitution issue

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992749#comment-14992749 ] John Hewson commented on PDFBOX-2950: - This fixes the problem when using "SimSun-ExtB

[jira] [Resolved] (PDFBOX-2950) Chinese font substitution issue

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-2950. - Resolution: Fixed Fix Version/s: (was: 2.1.0) 2.0.0 The problem wit

[jira] [Commented] (PDFBOX-2950) Chinese font substitution issue

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992755#comment-14992755 ] ASF subversion and git services commented on PDFBOX-2950: - Commit

[jira] [Created] (PDFBOX-3092) Format 4 TTF cmap table is parsed incorrectly

2015-11-05 Thread John Hewson (JIRA)
John Hewson created PDFBOX-3092: --- Summary: Format 4 TTF cmap table is parsed incorrectly Key: PDFBOX-3092 URL: https://issues.apache.org/jira/browse/PDFBOX-3092 Project: PDFBox Issue Type: Bug

[jira] [Commented] (PDFBOX-2950) Chinese font substitution issue

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992758#comment-14992758 ] John Hewson commented on PDFBOX-2950: - PDFBOX-3092 is the follow-up issue for "ArialU

[jira] [Commented] (PDFBOX-2930) PDFPageable does not rotate portrait document with 90°/270° rotation well

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992776#comment-14992776 ] ASF subversion and git services commented on PDFBOX-2930: - Commit

[jira] [Resolved] (PDFBOX-2930) PDFPageable does not rotate portrait document with 90°/270° rotation well

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-2930. - Resolution: Fixed Thank you very much! > PDFPageable does not rotate portrait document with 90°/

[jira] [Commented] (PDFBOX-2931) Make PDFPrintable margin-aligning and centering optional

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992791#comment-14992791 ] ASF subversion and git services commented on PDFBOX-2931: - Commit

[jira] [Resolved] (PDFBOX-2931) Make PDFPrintable margin-aligning and centering optional

2015-11-05 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-2931. - Resolution: Fixed Fix Version/s: 2.0.0 I've added a new constructor to do this: {code} PD

Jenkins build is still unstable: PDFBox-trunk » Apache PDFBox tools #2589

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is still unstable: PDFBox-trunk #2589

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is still unstable: PDFBox-trunk » Apache Preflight #2589

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox-trunk » Apache PDFBox #2589

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

[jira] [Commented] (PDFBOX-3001) FileSystemFontProvider cache instability

2015-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992905#comment-14992905 ] ASF subversion and git services commented on PDFBOX-3001: - Commit

Jenkins build is still unstable: PDFBox-trunk #2590

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox-trunk » Apache PDFBox tools #2590

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox-trunk » Apache PDFBox #2590

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is still unstable: PDFBox-trunk » Apache Preflight #2590

2015-11-05 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

[jira] [Commented] (PDFBOX-3001) FileSystemFontProvider cache instability

2015-11-05 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993120#comment-14993120 ] Maruan Sahyoun commented on PDFBOX-3001: Could we also add {{System.getProperty("

[jira] [Commented] (PDFBOX-2930) PDFPageable does not rotate portrait document with 90°/270° rotation well

2015-11-05 Thread Pei-Tang Huang (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993204#comment-14993204 ] Pei-Tang Huang commented on PDFBOX-2930: Thank you, does it mean that 2.0.0 is co

Re: 2.0.0-RC2

2015-11-05 Thread Andreas Lehmkuehler
Hi, Am 02.11.2015 um 12:29 schrieb Andreas Lehmkühler: Hi, do we need another release candidate before releasing the final version? I would have some cycles to cut a RC2 this week only (on Wednesday?). WDYT? I'm going to cut the RC today in the evening (CET) aprox. 10-12 hours from now BU

[jira] [Reopened] (PDFBOX-2950) Chinese font substitution issue

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr reopened PDFBOX-2950: - The last change breaks the rendering of page 32 of https://people.apache.org/~lehmi/apacheco

[jira] [Commented] (PDFBOX-2950) Chinese font substitution issue

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993221#comment-14993221 ] Tilman Hausherr commented on PDFBOX-2950: - Other files with error: PDFBOX-2294-Ta

[jira] [Comment Edited] (PDFBOX-2950) Chinese font substitution issue

2015-11-05 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993221#comment-14993221 ] Tilman Hausherr edited comment on PDFBOX-2950 at 11/6/15 6:49 AM: -

Re: 2.0.0-RC2

2015-11-05 Thread Maruan Sahyoun
> Am 06.11.2015 um 07:30 schrieb Andreas Lehmkuehler : > > Hi, > > > Am 02.11.2015 um 12:29 schrieb Andreas Lehmkühler: >> Hi, >> >> do we need another release candidate before releasing the final version? >> >> I would have some cycles to cut a RC2 this week only (on Wednesday?). >> >> WDYT

[jira] [Commented] (PDFBOX-3088) Cache glyph table to optimize concurrent access

2015-11-05 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993277#comment-14993277 ] Maruan Sahyoun commented on PDFBOX-3088: for the following lines we have more cha