Andrew Olsen created PDFBOX-2016:
Summary: Stream parsing still incorrect if length value is wrong
Key: PDFBOX-2016
URL: https://issues.apache.org/jira/browse/PDFBOX-2016
Project: PDFBox
Issu
simon steiner created PDFBOX-2017:
-
Summary: [PATCH] Configure pdfbox for missing font file
Key: PDFBOX-2017
URL: https://issues.apache.org/jira/browse/PDFBOX-2017
Project: PDFBox
Issue Type:
[
https://issues.apache.org/jira/browse/PDFBOX-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated PDFBOX-2017:
--
Description: Report a warning when font file is missing and allow user to
configure font files
[
https://issues.apache.org/jira/browse/PDFBOX-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated PDFBOX-2017:
--
Attachment: defaultfont.patch
> [PATCH] Configure pdfbox for missing font file
> -
[
https://issues.apache.org/jira/browse/PDFBOX-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated PDFBOX-2017:
--
Description:
Report a warning when font file is missing and allow user to configure font
file
[
https://issues.apache.org/jira/browse/PDFBOX-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated PDFBOX-2017:
--
Description:
Report a warning when font file is missing and allow user to configure font
file
[
https://issues.apache.org/jira/browse/PDFBOX-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated PDFBOX-2017:
--
Attachment: defaultfont.patch
> [PATCH] Configure pdfbox for missing font file
> -
[
https://issues.apache.org/jira/browse/PDFBOX-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated PDFBOX-2017:
--
Attachment: (was: defaultfont.patch)
> [PATCH] Configure pdfbox for missing font file
> --
[
https://issues.apache.org/jira/browse/PDFBOX-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated PDFBOX-2017:
--
Description:
Report a warning when font file is missing and allow user to configure font
file
[
https://issues.apache.org/jira/browse/PDFBOX-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Olsen updated PDFBOX-2016:
-
Attachment: Hello_broken.pdf
Hello.pdf
One of these PDFs is corrupt (incorrect s
[
https://issues.apache.org/jira/browse/PDFBOX-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961891#comment-13961891
]
François Bernier commented on PDFBOX-2007:
--
Thanks for the last commits, there i
[
https://issues.apache.org/jira/browse/PDFBOX-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961897#comment-13961897
]
Tilman Hausherr commented on PDFBOX-2016:
-
+1
Makes sense to me, the change work
[
https://issues.apache.org/jira/browse/PDFBOX-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961911#comment-13961911
]
Tilman Hausherr commented on PDFBOX-2007:
-
I'd still like to see the 1.8 code. If
Tilman Hausherr created PDFBOX-2018:
---
Summary: Dashed line with incorrect line cap
Key: PDFBOX-2018
URL: https://issues.apache.org/jira/browse/PDFBOX-2018
Project: PDFBox
Issue Type: Bug
[
https://issues.apache.org/jira/browse/PDFBOX-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr resolved PDFBOX-2018.
-
Resolution: Fixed
Fixed in rev 1585502.
> Dashed line with incorrect line cap
> ---
[
https://issues.apache.org/jira/browse/PDFBOX-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961927#comment-13961927
]
François Bernier commented on PDFBOX-2007:
--
Here is the code fixed to work on 1.
Hi,
I'm trying to use PDFBox 2.0.0 to make a printing application. I've run
into some issues printing pdfs in landscape orientation. Basically I can
get PDFBox to print the pdf but they're coming out with wrong orientation
or with very extreme margins.
Would anybody be willing to help me with thi
[
https://issues.apache.org/jira/browse/PDFBOX-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962052#comment-13962052
]
Tilman Hausherr commented on PDFBOX-2007:
-
Ok... next thing I wonder about: you'r
Hi Joseph
I believe that several people on the list do freelancing, myself included.
I am available today and tomorrow (PST timezone), it’s 11am here now.
If you’d like to move forward with this please e-mail me off-list with the
code and PDFs you mentioned.
Thanks
-- John
On 7 Apr 2014, at 09
[
https://issues.apache.org/jira/browse/PDFBOX-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962047#comment-13962047
]
John Hewson edited comment on PDFBOX-2007 at 4/7/14 5:43 PM:
-
[
https://issues.apache.org/jira/browse/PDFBOX-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962091#comment-13962091
]
François Bernier commented on PDFBOX-2007:
--
I am calling with-open which should
[
https://issues.apache.org/jira/browse/PDFBOX-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962047#comment-13962047
]
John Hewson commented on PDFBOX-2007:
-
Well, it looks like this could be the effects
Stan Taylor created PDFBOX-2019:
---
Summary: Annotation.java example produces undisplayable annotations
Key: PDFBOX-2019
URL: https://issues.apache.org/jira/browse/PDFBOX-2019
Project: PDFBox
Iss
[
https://issues.apache.org/jira/browse/PDFBOX-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stan Taylor updated PDFBOX-2019:
Attachment: Annotation.pdf
Attached now is sample of the PDF produced by the Annotation.java examp
[
https://issues.apache.org/jira/browse/PDFBOX-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maruan Sahyoun updated PDFBOX-2019:
---
Component/s: (was: PDModel)
Rendering
> Annotation.java example produce
[
https://issues.apache.org/jira/browse/PDFBOX-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maruan Sahyoun updated PDFBOX-2019:
---
Summary: Annotations produces by Annotation.java not rendered correctly
(was: Annotation.ja
[
https://issues.apache.org/jira/browse/PDFBOX-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962177#comment-13962177
]
Maruan Sahyoun commented on PDFBOX-2019:
The annotations produced are correct AFA
[
https://issues.apache.org/jira/browse/PDFBOX-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maruan Sahyoun updated PDFBOX-2019:
---
Summary: Annotations produced by Annotation.java example are not rendered
correctly (was: A
[
https://issues.apache.org/jira/browse/PDFBOX-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962302#comment-13962302
]
John Hewson commented on PDFBOX-1836:
-
Revision 1585111 broke the build on OS X becau
[
https://issues.apache.org/jira/browse/PDFBOX-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962627#comment-13962627
]
Tilman Hausherr commented on PDFBOX-1836:
-
You mean 2.3. I've added it in MCOBERT
[
https://issues.apache.org/jira/browse/PDFBOX-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962627#comment-13962627
]
Tilman Hausherr edited comment on PDFBOX-1836 at 4/8/14 6:25 AM:
--
31 matches
Mail list logo