[jira] [Created] (FOP-2735) Acrobat Reader error with Hiragino Fonts

2017-09-04 Thread Kazuyuki Murakami (JIRA)
Kazuyuki Murakami created FOP-2735:
--

 Summary: Acrobat Reader error with Hiragino Fonts
 Key: FOP-2735
 URL: https://issues.apache.org/jira/browse/FOP-2735
 Project: FOP
  Issue Type: Bug
  Components: font/opentype
Affects Versions: trunk
 Environment: Operating Systems: Windows 
JDK: 1.8 
OpenFont: Hiragino Kaku Gothic StdN
Reporter: Kazuyuki Murakami
 Attachments: fop.xconf, HiraKakuStdN-W3.otf, test.fo, test_full.pdf, 
test_subset.pdf

The "Hiragino Kaku Gothic StdN" font cannot be embedded into PDF document.
How to repeat
1. Get FOP from trunk@1806787
2. Get Font from the attachment
3. Use my config file and generate the PDF, there is no error reported.
4. Open the PDF file in Acro-Reader, it will report the "cannot extract the 
embedded font" error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FOP-2735) Acrobat Reader error with Hiragino Fonts

2017-09-04 Thread Kazuyuki Murakami (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152443#comment-16152443
 ] 

Kazuyuki Murakami commented on FOP-2735:


In CFFParser

{noformat}
java.lang.NegativeArraySizeException
at org.apache.fontbox.cff.DataInput.readBytes(DataInput.java:186)
at org.apache.fontbox.cff.CFFParser.readIndexData(CFFParser.java:207)
at 
org.apache.fontbox.cff.CFFParser.parseCIDFontDicts(CFFParser.java:592)
at org.apache.fontbox.cff.CFFParser.parseFont(CFFParser.java:506)
at org.apache.fontbox.cff.CFFParser.parse(CFFParser.java:145)
{noformat}

> Acrobat Reader error with Hiragino Fonts
> 
>
> Key: FOP-2735
> URL: https://issues.apache.org/jira/browse/FOP-2735
> Project: FOP
>  Issue Type: Bug
>  Components: font/opentype
>Affects Versions: trunk
> Environment: Operating Systems: Windows 
> JDK: 1.8 
> OpenFont: Hiragino Kaku Gothic StdN
>Reporter: Kazuyuki Murakami
> Attachments: fop.xconf, HiraKakuStdN-W3.otf, test.fo, test_full.pdf, 
> test_subset.pdf
>
>
> The "Hiragino Kaku Gothic StdN" font cannot be embedded into PDF document.
> How to repeat
> 1. Get FOP from trunk@1806787
> 2. Get Font from the attachment
> 3. Use my config file and generate the PDF, there is no error reported.
> 4. Open the PDF file in Acro-Reader, it will report the "cannot extract the 
> embedded font" error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (FOP-2736) Acrobat Reader error with Aoyagi Soseki Font

2017-09-04 Thread Kazuyuki Murakami (JIRA)
Kazuyuki Murakami created FOP-2736:
--

 Summary: Acrobat Reader error with Aoyagi Soseki Font
 Key: FOP-2736
 URL: https://issues.apache.org/jira/browse/FOP-2736
 Project: FOP
  Issue Type: Bug
  Components: font/opentype
Affects Versions: trunk
 Environment: Operating Systems: Windows 
JDK: 1.8 
OpenFont: AoyagiSosekiFont2OTF
Reporter: Kazuyuki Murakami
 Attachments: AoyagiSosekiFont2.otf, fop.xconf, test_acro.pdf, test.fo, 
test_full.pdf, test_subset.pdf

The "Aoyagi Soseki Font2" font cannot be embedded into PDF document.
How to repeat
1. Get FOP from trunk@1806787
2. Get Font from the attachment
3. Use my config file and generate the PDF, there is no error reported.
4. Open the PDF file in Acro-Reader, it will report the "cannot extract the 
embedded font" error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FOP-2736) Acrobat Reader error with Aoyagi Soseki Font

2017-09-04 Thread Kazuyuki Murakami (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152468#comment-16152468
 ] 

Kazuyuki Murakami commented on FOP-2736:


In CFFParser

{noformat}
java.lang.NullPointerException
at 
org.apache.fontbox.cff.CFFParser.parseCIDFontDicts(CFFParser.java:552)
at org.apache.fontbox.cff.CFFParser.parseFont(CFFParser.java:502)
at org.apache.fontbox.cff.CFFParser.parse(CFFParser.java:141)
{noformat}

> Acrobat Reader error with Aoyagi Soseki Font
> 
>
> Key: FOP-2736
> URL: https://issues.apache.org/jira/browse/FOP-2736
> Project: FOP
>  Issue Type: Bug
>  Components: font/opentype
>Affects Versions: trunk
> Environment: Operating Systems: Windows 
> JDK: 1.8 
> OpenFont: AoyagiSosekiFont2OTF
>Reporter: Kazuyuki Murakami
> Attachments: AoyagiSosekiFont2.otf, fop.xconf, test_acro.pdf, 
> test.fo, test_full.pdf, test_subset.pdf
>
>
> The "Aoyagi Soseki Font2" font cannot be embedded into PDF document.
> How to repeat
> 1. Get FOP from trunk@1806787
> 2. Get Font from the attachment
> 3. Use my config file and generate the PDF, there is no error reported.
> 4. Open the PDF file in Acro-Reader, it will report the "cannot extract the 
> embedded font" error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (FOP-2735) Acrobat Reader error with Hiragino Fonts

2017-09-04 Thread Kazuyuki Murakami (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152443#comment-16152443
 ] 

Kazuyuki Murakami edited comment on FOP-2735 at 9/4/17 10:59 AM:
-

In CFFParser

{noformat}
java.lang.NegativeArraySizeException
at org.apache.fontbox.cff.DataInput.readBytes(DataInput.java:186)
at org.apache.fontbox.cff.CFFParser.readIndexData(CFFParser.java:203)
at 
org.apache.fontbox.cff.CFFParser.parseCIDFontDicts(CFFParser.java:547)
at org.apache.fontbox.cff.CFFParser.parseFont(CFFParser.java:502)
at org.apache.fontbox.cff.CFFParser.parse(CFFParser.java:141)
{noformat}


was (Author: murak...@brainsellers.com):
In CFFParser

{noformat}
java.lang.NegativeArraySizeException
at org.apache.fontbox.cff.DataInput.readBytes(DataInput.java:186)
at org.apache.fontbox.cff.CFFParser.readIndexData(CFFParser.java:207)
at 
org.apache.fontbox.cff.CFFParser.parseCIDFontDicts(CFFParser.java:592)
at org.apache.fontbox.cff.CFFParser.parseFont(CFFParser.java:506)
at org.apache.fontbox.cff.CFFParser.parse(CFFParser.java:145)
{noformat}

> Acrobat Reader error with Hiragino Fonts
> 
>
> Key: FOP-2735
> URL: https://issues.apache.org/jira/browse/FOP-2735
> Project: FOP
>  Issue Type: Bug
>  Components: font/opentype
>Affects Versions: trunk
> Environment: Operating Systems: Windows 
> JDK: 1.8 
> OpenFont: Hiragino Kaku Gothic StdN
>Reporter: Kazuyuki Murakami
> Attachments: fop.xconf, HiraKakuStdN-W3.otf, test.fo, test_full.pdf, 
> test_subset.pdf
>
>
> The "Hiragino Kaku Gothic StdN" font cannot be embedded into PDF document.
> How to repeat
> 1. Get FOP from trunk@1806787
> 2. Get Font from the attachment
> 3. Use my config file and generate the PDF, there is no error reported.
> 4. Open the PDF file in Acro-Reader, it will report the "cannot extract the 
> embedded font" error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (FOP-2737) Acrobat Reader error with Adobe TypeKit Kozuka Mincho font

2017-09-04 Thread Kazuyuki Murakami (JIRA)
Kazuyuki Murakami created FOP-2737:
--

 Summary: Acrobat Reader error with Adobe TypeKit Kozuka Mincho font
 Key: FOP-2737
 URL: https://issues.apache.org/jira/browse/FOP-2737
 Project: FOP
  Issue Type: Bug
  Components: font/opentype
Affects Versions: trunk
 Environment: Operating Systems: Windows
JDK: 1.8
OpenFont: Adobe Kozuka Mincho (TypeKit)
Reporter: Kazuyuki Murakami
 Attachments: fop.xconf, KozMinPr6N-Regular_TypeKit.otf, test_acro.pdf, 
test.fo, test_full.pdf, test_subset.pdf

The "Adobe Kozuka Mincho" font cannot be embedded into PDF document.
How to repeat
1. Get FOP from trunk@1806787
2. Get Font from the attachment
3. Use my config file and generate the PDF, there is no error reported.
4. Open the PDF file in Acro-Reader, it will report the "cannot extract the 
embedded font" error.

In FOP-2697, Get font from Acrobat Reader Resource Folder,
This font is got from Adobe TypeKit.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FOP-2737) Acrobat Reader error with Adobe TypeKit Kozuka Mincho font

2017-09-04 Thread Kazuyuki Murakami (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152532#comment-16152532
 ] 

Kazuyuki Murakami commented on FOP-2737:


Strangely, CFFParser did not detect an error.

> Acrobat Reader error with Adobe TypeKit Kozuka Mincho font
> --
>
> Key: FOP-2737
> URL: https://issues.apache.org/jira/browse/FOP-2737
> Project: FOP
>  Issue Type: Bug
>  Components: font/opentype
>Affects Versions: trunk
> Environment: Operating Systems: Windows
> JDK: 1.8
> OpenFont: Adobe Kozuka Mincho (TypeKit)
>Reporter: Kazuyuki Murakami
> Attachments: fop.xconf, KozMinPr6N-Regular_TypeKit.otf, 
> test_acro.pdf, test.fo, test_full.pdf, test_subset.pdf
>
>
> The "Adobe Kozuka Mincho" font cannot be embedded into PDF document.
> How to repeat
> 1. Get FOP from trunk@1806787
> 2. Get Font from the attachment
> 3. Use my config file and generate the PDF, there is no error reported.
> 4. Open the PDF file in Acro-Reader, it will report the "cannot extract the 
> embedded font" error.
> In FOP-2697, Get font from Acrobat Reader Resource Folder,
> This font is got from Adobe TypeKit.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)