[jira] [Commented] (PDFBOX-4646) PDFToImage not working with certain formfields

2019-09-10 Thread Reginald Tan (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926838#comment-16926838
 ] 

Reginald Tan commented on PDFBOX-4646:
--

Wow. Thank you very much!! This is helpful

> PDFToImage not working with certain formfields
> --
>
> Key: PDFBOX-4646
> URL: https://issues.apache.org/jira/browse/PDFBOX-4646
> Project: PDFBox
>  Issue Type: Bug
>  Components: AcroForm, Rendering, Utilities
>Affects Versions: 2.0.16
> Environment: macOS High Sierra v10.13.6
>Reporter: Reginald Tan
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.17, 3.0.0 PDFBox
>
> Attachments: cd_title_description_form.pdf, 
> cd_title_description_form1.jpg, cd_title_description_without_forms.pdf
>
>
> Sometimes, PDFToImage would not render the values of PDF form annotation. 
> I've attached the relevant files. The command I used is listed below. Note 
> that I used a custom software to generate the form annotations in the pdf, 
> but I have no problems viewing/editing the form fields in adobe reader, adobe 
> acrobat, firefox, chrome, so I think this might be a bug in pdfbox. 
> java -jar pdfbox-app.jar PDFToImage -imageType jpg -dpi 140 
> cd_title_description_form.pdf



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Closed] (PDFBOX-4647) pdf内嵌字体解析不出来 ABCDEE+Arial 字体

2019-09-10 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr closed PDFBOX-4647.
---
Resolution: Not A Bug

Closing because this isn't a bug, sorry.

> pdf内嵌字体解析不出来  ABCDEE+Arial 字体
> -
>
> Key: PDFBOX-4647
> URL: https://issues.apache.org/jira/browse/PDFBOX-4647
> Project: PDFBox
>  Issue Type: Bug
>  Components: FontBox, PDModel
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5.pdf
>
>
> 报错如下:
> OpenType Layout tables used in font ABCDEE+Arial are not implemented in 
> PDFBox and will be ignored;
> No Unicode mapping for CID+24 (24) in font ABCDEE+Arial
> Adode可以正常查看
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4647) pdf内嵌字体解析不出来 ABCDEE+Arial 字体

2019-09-10 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926791#comment-16926791
 ] 

Tilman Hausherr commented on PDFBOX-4647:
-

The chinese translates to "Inline font parsing does not come out".

You're missing the text; this is because the "ToUnicode" mapping is missing in 
that font. Try with Adobe Reader, you will not be able to extract it. (It is 
the part with "Boulevard Miguel de Cervantes". The only solution will be OCR, 
e.g. with Apache Tika and Tesseract.

See also

[https://pdfbox.apache.org/2.0/faq.html#text-extraction]

 

> pdf内嵌字体解析不出来  ABCDEE+Arial 字体
> -
>
> Key: PDFBOX-4647
> URL: https://issues.apache.org/jira/browse/PDFBOX-4647
> Project: PDFBox
>  Issue Type: Bug
>  Components: FontBox, PDModel
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5.pdf
>
>
> 报错如下:
> OpenType Layout tables used in font ABCDEE+Arial are not implemented in 
> PDFBox and will be ignored;
> No Unicode mapping for CID+24 (24) in font ABCDEE+Arial
> Adode可以正常查看
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-4647) pdf内嵌字体解析不出来 ABCDEE+Arial 字体

2019-09-10 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926791#comment-16926791
 ] 

Tilman Hausherr edited comment on PDFBOX-4647 at 9/10/19 5:20 PM:
--

The chinese translates to "Inline font parsing does not come out".

The "OpenType Layout tables used in font" log message is not relevant here.

You're missing the text; this is because the "ToUnicode" mapping is missing in 
that font. Try with Adobe Reader, you will not be able to extract it. (It is 
the part with "Boulevard Miguel de Cervantes". The only solution will be OCR, 
e.g. with Apache Tika and Tesseract.

See also

[https://pdfbox.apache.org/2.0/faq.html#text-extraction]

 


was (Author: tilman):
The chinese translates to "Inline font parsing does not come out".

You're missing the text; this is because the "ToUnicode" mapping is missing in 
that font. Try with Adobe Reader, you will not be able to extract it. (It is 
the part with "Boulevard Miguel de Cervantes". The only solution will be OCR, 
e.g. with Apache Tika and Tesseract.

See also

[https://pdfbox.apache.org/2.0/faq.html#text-extraction]

 

> pdf内嵌字体解析不出来  ABCDEE+Arial 字体
> -
>
> Key: PDFBOX-4647
> URL: https://issues.apache.org/jira/browse/PDFBOX-4647
> Project: PDFBox
>  Issue Type: Bug
>  Components: FontBox, PDModel
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5.pdf
>
>
> 报错如下:
> OpenType Layout tables used in font ABCDEE+Arial are not implemented in 
> PDFBox and will be ignored;
> No Unicode mapping for CID+24 (24) in font ABCDEE+Arial
> Adode可以正常查看
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Resolved] (PDFBOX-4646) PDFToImage not working with certain formfields

2019-09-10 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr resolved PDFBOX-4646.
-
Fix Version/s: 3.0.0 PDFBox
   2.0.17
 Assignee: Tilman Hausherr
   Resolution: Fixed

Done, snapshot here:

[https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/2.0.17-SNAPSHOT/]

I'm also wondering whether this should be added to the core code like we 
already do for non-field annotations without appearance, but couldn't decide 
where, so for now I have done nothing, and we're close to a release anyway, and 
fields without appearances are a no-no in PDF 2.0.

> PDFToImage not working with certain formfields
> --
>
> Key: PDFBOX-4646
> URL: https://issues.apache.org/jira/browse/PDFBOX-4646
> Project: PDFBox
>  Issue Type: Bug
>  Components: AcroForm, Rendering, Utilities
>Affects Versions: 2.0.16
> Environment: macOS High Sierra v10.13.6
>Reporter: Reginald Tan
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.17, 3.0.0 PDFBox
>
> Attachments: cd_title_description_form.pdf, 
> cd_title_description_form1.jpg, cd_title_description_without_forms.pdf
>
>
> Sometimes, PDFToImage would not render the values of PDF form annotation. 
> I've attached the relevant files. The command I used is listed below. Note 
> that I used a custom software to generate the form annotations in the pdf, 
> but I have no problems viewing/editing the form fields in adobe reader, adobe 
> acrobat, firefox, chrome, so I think this might be a bug in pdfbox. 
> java -jar pdfbox-app.jar PDFToImage -imageType jpg -dpi 140 
> cd_title_description_form.pdf



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4340) Get rid of DataSource objects

2019-09-10 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926769#comment-16926769
 ] 

Tilman Hausherr commented on PDFBOX-4340:
-



> Get rid of DataSource objects
> -
>
> Key: PDFBOX-4340
> URL: https://issues.apache.org/jira/browse/PDFBOX-4340
> Project: PDFBox
>  Issue Type: Task
>  Components: Preflight
>Affects Versions: 3.0.0 PDFBox
>Reporter: Tilman Hausherr
>Assignee: Andreas Lehmkühler
>Priority: Minor
>  Labels: jdk11
> Fix For: 3.0.0 PDFBox
>
>
> As suggested by [~ssteiner1] in PDFBOX-4163, get rid of DataSource type which 
> requires the use of the "JavaBeans Activation Framework" jar which is no 
> longer part of java. I'll do this in two steps:
> 1) create a very simple DataSource interface and FileDataSource class, that 
> has only {{getName()}} and {{getInputStream()}} because these are the only 
> ones being used.
> 2) get rid of the DataSource types completely, i.e. pass files or 
> inputStreams to preflight. This is easier to use than this weird wrapper type.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4646) PDFToImage not working with certain formfields

2019-09-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926767#comment-16926767
 ] 

ASF subversion and git services commented on PDFBOX-4646:
-

Commit 1866758 from Tilman Hausherr in branch 'pdfbox/branches/issue4569'
[ https://svn.apache.org/r1866758 ]

PDFBOX-4646: refresh appearances if /NeedAppearances is set

> PDFToImage not working with certain formfields
> --
>
> Key: PDFBOX-4646
> URL: https://issues.apache.org/jira/browse/PDFBOX-4646
> Project: PDFBox
>  Issue Type: Bug
>  Components: AcroForm, Rendering, Utilities
>Affects Versions: 2.0.16
> Environment: macOS High Sierra v10.13.6
>Reporter: Reginald Tan
>Priority: Major
> Attachments: cd_title_description_form.pdf, 
> cd_title_description_form1.jpg, cd_title_description_without_forms.pdf
>
>
> Sometimes, PDFToImage would not render the values of PDF form annotation. 
> I've attached the relevant files. The command I used is listed below. Note 
> that I used a custom software to generate the form annotations in the pdf, 
> but I have no problems viewing/editing the form fields in adobe reader, adobe 
> acrobat, firefox, chrome, so I think this might be a bug in pdfbox. 
> java -jar pdfbox-app.jar PDFToImage -imageType jpg -dpi 140 
> cd_title_description_form.pdf



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4646) PDFToImage not working with certain formfields

2019-09-10 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4646:

Component/s: Utilities
 AcroForm

> PDFToImage not working with certain formfields
> --
>
> Key: PDFBOX-4646
> URL: https://issues.apache.org/jira/browse/PDFBOX-4646
> Project: PDFBox
>  Issue Type: Bug
>  Components: AcroForm, Rendering, Utilities
>Affects Versions: 2.0.16
> Environment: macOS High Sierra v10.13.6
>Reporter: Reginald Tan
>Priority: Major
> Attachments: cd_title_description_form.pdf, 
> cd_title_description_form1.jpg, cd_title_description_without_forms.pdf
>
>
> Sometimes, PDFToImage would not render the values of PDF form annotation. 
> I've attached the relevant files. The command I used is listed below. Note 
> that I used a custom software to generate the form annotations in the pdf, 
> but I have no problems viewing/editing the form fields in adobe reader, adobe 
> acrobat, firefox, chrome, so I think this might be a bug in pdfbox. 
> java -jar pdfbox-app.jar PDFToImage -imageType jpg -dpi 140 
> cd_title_description_form.pdf



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4646) PDFToImage not working with certain formfields

2019-09-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926764#comment-16926764
 ] 

ASF subversion and git services commented on PDFBOX-4646:
-

Commit 1866755 from Tilman Hausherr in branch 'pdfbox/branches/issue45'
[ https://svn.apache.org/r1866755 ]

PDFBOX-4646: refresh appearances if /NeedAppearances is set

> PDFToImage not working with certain formfields
> --
>
> Key: PDFBOX-4646
> URL: https://issues.apache.org/jira/browse/PDFBOX-4646
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.16
> Environment: macOS High Sierra v10.13.6
>Reporter: Reginald Tan
>Priority: Major
> Attachments: cd_title_description_form.pdf, 
> cd_title_description_form1.jpg, cd_title_description_without_forms.pdf
>
>
> Sometimes, PDFToImage would not render the values of PDF form annotation. 
> I've attached the relevant files. The command I used is listed below. Note 
> that I used a custom software to generate the form annotations in the pdf, 
> but I have no problems viewing/editing the form fields in adobe reader, adobe 
> acrobat, firefox, chrome, so I think this might be a bug in pdfbox. 
> java -jar pdfbox-app.jar PDFToImage -imageType jpg -dpi 140 
> cd_title_description_form.pdf



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4646) PDFToImage not working with certain formfields

2019-09-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926765#comment-16926765
 ] 

ASF subversion and git services commented on PDFBOX-4646:
-

Commit 1866756 from Tilman Hausherr in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1866756 ]

PDFBOX-4646: refresh appearances if /NeedAppearances is set

> PDFToImage not working with certain formfields
> --
>
> Key: PDFBOX-4646
> URL: https://issues.apache.org/jira/browse/PDFBOX-4646
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.16
> Environment: macOS High Sierra v10.13.6
>Reporter: Reginald Tan
>Priority: Major
> Attachments: cd_title_description_form.pdf, 
> cd_title_description_form1.jpg, cd_title_description_without_forms.pdf
>
>
> Sometimes, PDFToImage would not render the values of PDF form annotation. 
> I've attached the relevant files. The command I used is listed below. Note 
> that I used a custom software to generate the form annotations in the pdf, 
> but I have no problems viewing/editing the form fields in adobe reader, adobe 
> acrobat, firefox, chrome, so I think this might be a bug in pdfbox. 
> java -jar pdfbox-app.jar PDFToImage -imageType jpg -dpi 140 
> cd_title_description_form.pdf



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4646) PDFToImage not working with certain formfields

2019-09-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926766#comment-16926766
 ] 

ASF subversion and git services commented on PDFBOX-4646:
-

Commit 1866757 from Tilman Hausherr in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1866757 ]

PDFBOX-4646: refresh appearances if /NeedAppearances is set

> PDFToImage not working with certain formfields
> --
>
> Key: PDFBOX-4646
> URL: https://issues.apache.org/jira/browse/PDFBOX-4646
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.16
> Environment: macOS High Sierra v10.13.6
>Reporter: Reginald Tan
>Priority: Major
> Attachments: cd_title_description_form.pdf, 
> cd_title_description_form1.jpg, cd_title_description_without_forms.pdf
>
>
> Sometimes, PDFToImage would not render the values of PDF form annotation. 
> I've attached the relevant files. The command I used is listed below. Note 
> that I used a custom software to generate the form annotations in the pdf, 
> but I have no problems viewing/editing the form fields in adobe reader, adobe 
> acrobat, firefox, chrome, so I think this might be a bug in pdfbox. 
> java -jar pdfbox-app.jar PDFToImage -imageType jpg -dpi 140 
> cd_title_description_form.pdf



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4646) PDFToImage not working with certain formfields

2019-09-10 Thread Reginald Tan (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926635#comment-16926635
 ] 

Reginald Tan commented on PDFBOX-4646:
--

Hey Tilman. Thanks for the very quick response. I can indeed verify that the 
widget annotations have missing Appearance Stream (AP) . I was wondering 
though, since Adobe seems to dynamically construct this AP entry when its 
missing, and perhaps PDF.js as well (at least for Tx Widgets), do you think it 
would be better default for PDFToImage to call the "refreshApperances" function 
as well before rendering the image? I currently don't see any downside, unless 
i'm mistaken, you know the code more than I do :) 

 

 

> PDFToImage not working with certain formfields
> --
>
> Key: PDFBOX-4646
> URL: https://issues.apache.org/jira/browse/PDFBOX-4646
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.16
> Environment: macOS High Sierra v10.13.6
>Reporter: Reginald Tan
>Priority: Major
> Attachments: cd_title_description_form.pdf, 
> cd_title_description_form1.jpg, cd_title_description_without_forms.pdf
>
>
> Sometimes, PDFToImage would not render the values of PDF form annotation. 
> I've attached the relevant files. The command I used is listed below. Note 
> that I used a custom software to generate the form annotations in the pdf, 
> but I have no problems viewing/editing the form fields in adobe reader, adobe 
> acrobat, firefox, chrome, so I think this might be a bug in pdfbox. 
> java -jar pdfbox-app.jar PDFToImage -imageType jpg -dpi 140 
> cd_title_description_form.pdf



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Resolved] (PDFBOX-4340) Get rid of DataSource objects

2019-09-10 Thread Jira


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Lehmkühler resolved PDFBOX-4340.

Resolution: Fixed

I guess we are done so far

> Get rid of DataSource objects
> -
>
> Key: PDFBOX-4340
> URL: https://issues.apache.org/jira/browse/PDFBOX-4340
> Project: PDFBox
>  Issue Type: Task
>  Components: Preflight
>Affects Versions: 3.0.0 PDFBox
>Reporter: Tilman Hausherr
>Assignee: Andreas Lehmkühler
>Priority: Minor
>  Labels: jdk11
> Fix For: 3.0.0 PDFBox
>
>
> As suggested by [~ssteiner1] in PDFBOX-4163, get rid of DataSource type which 
> requires the use of the "JavaBeans Activation Framework" jar which is no 
> longer part of java. I'll do this in two steps:
> 1) create a very simple DataSource interface and FileDataSource class, that 
> has only {{getName()}} and {{getInputStream()}} because these are the only 
> ones being used.
> 2) get rid of the DataSource types completely, i.e. pass files or 
> inputStreams to preflight. This is easier to use than this weird wrapper type.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4340) Get rid of DataSource objects

2019-09-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926562#comment-16926562
 ] 

ASF subversion and git services commented on PDFBOX-4340:
-

Commit 1866741 from le...@apache.org in branch 'pdfbox/branches/issue4569'
[ https://svn.apache.org/r1866741 ]

PDFBOX-4340: remove usage of DataSource interface

> Get rid of DataSource objects
> -
>
> Key: PDFBOX-4340
> URL: https://issues.apache.org/jira/browse/PDFBOX-4340
> Project: PDFBox
>  Issue Type: Task
>  Components: Preflight
>Affects Versions: 3.0.0 PDFBox
>Reporter: Tilman Hausherr
>Assignee: Andreas Lehmkühler
>Priority: Minor
>  Labels: jdk11
> Fix For: 3.0.0 PDFBox
>
>
> As suggested by [~ssteiner1] in PDFBOX-4163, get rid of DataSource type which 
> requires the use of the "JavaBeans Activation Framework" jar which is no 
> longer part of java. I'll do this in two steps:
> 1) create a very simple DataSource interface and FileDataSource class, that 
> has only {{getName()}} and {{getInputStream()}} because these are the only 
> ones being used.
> 2) get rid of the DataSource types completely, i.e. pass files or 
> inputStreams to preflight. This is easier to use than this weird wrapper type.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4340) Get rid of DataSource objects

2019-09-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926556#comment-16926556
 ] 

ASF subversion and git services commented on PDFBOX-4340:
-

Commit 1866739 from le...@apache.org in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1866739 ]

PDFBOX-4340: remove usage of DataSource interface

> Get rid of DataSource objects
> -
>
> Key: PDFBOX-4340
> URL: https://issues.apache.org/jira/browse/PDFBOX-4340
> Project: PDFBox
>  Issue Type: Task
>  Components: Preflight
>Affects Versions: 3.0.0 PDFBox
>Reporter: Tilman Hausherr
>Assignee: Andreas Lehmkühler
>Priority: Minor
>  Labels: jdk11
> Fix For: 3.0.0 PDFBox
>
>
> As suggested by [~ssteiner1] in PDFBOX-4163, get rid of DataSource type which 
> requires the use of the "JavaBeans Activation Framework" jar which is no 
> longer part of java. I'll do this in two steps:
> 1) create a very simple DataSource interface and FileDataSource class, that 
> has only {{getName()}} and {{getInputStream()}} because these are the only 
> ones being used.
> 2) get rid of the DataSource types completely, i.e. pass files or 
> inputStreams to preflight. This is easier to use than this weird wrapper type.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4647) pdf内嵌字体解析不出来 ABCDEE+Arial 字体

2019-09-10 Thread wanling (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wanling updated PDFBOX-4647:

Description: 
报错如下:

OpenType Layout tables used in font ABCDEE+Arial are not implemented in PDFBox 
and will be ignored;

No Unicode mapping for CID+24 (24) in font ABCDEE+Arial

Adode可以正常查看

 

> pdf内嵌字体解析不出来  ABCDEE+Arial 字体
> -
>
> Key: PDFBOX-4647
> URL: https://issues.apache.org/jira/browse/PDFBOX-4647
> Project: PDFBox
>  Issue Type: Bug
>  Components: FontBox, PDModel
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5.pdf
>
>
> 报错如下:
> OpenType Layout tables used in font ABCDEE+Arial are not implemented in 
> PDFBox and will be ignored;
> No Unicode mapping for CID+24 (24) in font ABCDEE+Arial
> Adode可以正常查看
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4647) pdf内嵌字体解析不出来 ABCDEE+Arial 字体

2019-09-10 Thread wanling (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wanling updated PDFBOX-4647:

Attachment: 5e214f828f164322a6600f183191dda5.pdf

> pdf内嵌字体解析不出来  ABCDEE+Arial 字体
> -
>
> Key: PDFBOX-4647
> URL: https://issues.apache.org/jira/browse/PDFBOX-4647
> Project: PDFBox
>  Issue Type: Bug
>  Components: FontBox, PDModel
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5.pdf
>
>
> 报错如下:
> OpenType Layout tables used in font ABCDEE+Arial are not implemented in 
> PDFBox and will be ignored;
> No Unicode mapping for CID+24 (24) in font ABCDEE+Arial
> Adode可以正常查看
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4647) pdf内嵌字体解析不出来 ABCDEE+Arial 字体

2019-09-10 Thread wanling (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wanling updated PDFBOX-4647:

Affects Version/s: (was: 3.0.2 JBIG2)

> pdf内嵌字体解析不出来  ABCDEE+Arial 字体
> -
>
> Key: PDFBOX-4647
> URL: https://issues.apache.org/jira/browse/PDFBOX-4647
> Project: PDFBox
>  Issue Type: Bug
>  Components: FontBox, PDModel
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Created] (PDFBOX-4647) pdf内嵌字体解析不出来 ABCDEE+Arial 字体

2019-09-10 Thread wanling (Jira)
wanling created PDFBOX-4647:
---

 Summary: pdf内嵌字体解析不出来  ABCDEE+Arial 字体
 Key: PDFBOX-4647
 URL: https://issues.apache.org/jira/browse/PDFBOX-4647
 Project: PDFBox
  Issue Type: Bug
  Components: FontBox, PDModel
Affects Versions: 3.0.2 JBIG2, 2.0.4
Reporter: wanling






--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org