[jira] [Commented] (FOP-2639) CIDSet error when PDF/A validating fop output with Linux Libertine OTF

2016-08-03 Thread Stefan Hegny (JIRA)

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

Stefan Hegny commented on FOP-2639:
---

Thanks @simonsteiner, I see... The core prob here is that I might have to add a 
bold variant to commercial pfb's I've bought long ago and these today are 
available only as otf fonts (though they might behave different from the 
LinLibertine Fonts but I used these for trying). Adding the 
embedding-mode="full" with pdf/a-1a and pdf version 1.4 will throw a nasty 
exception "org.apache.fop.apps.FOPException: Cannot change the version of this 
PDF document.". Using the libertine TTF fonts produces valid pdf/a-1a 
(according to the mentioned pdf-tools.com validator)

So I see that what I describe is not a problem and probably I should close the 
issue and try to get pfb or ttf variants of the commercial stuff I need - 
thanks again

> CIDSet error when PDF/A validating fop output with Linux Libertine OTF
> --
>
> Key: FOP-2639
> URL: https://issues.apache.org/jira/browse/FOP-2639
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.1
> Environment: linux, java version "1.7.0_101"
> OpenJDK Runtime Environment (IcedTea 2.6.6) (7u101-2.6.6-2~deb7u1)
> OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
>Reporter: Stefan Hegny
>Priority: Minor
>  Labels: pdf/a
> Attachments: testlibertine.fo, testlibertine.pdf
>
>
> Using the font LinLibertine_R.otf from the latest 5.3 release 
> (http://sourceforge.net/projects/linuxlibertine/files/linuxlibertine/5.3.0/) 
> in xsl-fo and requesting PDF/A-1a conformance gives validation error on 
> https://www.pdf-tools.com/pdf/pdfa-online-pruefen.aspx:
> brief_DE_letter_PG_1_ovlsame.pdf does not conform to PDF/A.
> {noformat}
> Validating file "brief_DE_letter_PG_1_ovlsame.pdf" for conformance level 
> pdfa-1a
> The value of the CIDSet[2] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[3] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[4] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[5] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[6] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[7] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[8] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[9] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[10] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[11] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[12] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[25] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[28] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[29] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[30] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[31] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[32] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[33] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[44] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[45] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[50] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[55] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[57] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[58] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[59] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[60] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[61] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[62] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[63] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the 

[jira] [Commented] (FOP-2639) CIDSet error when PDF/A validating fop output with Linux Libertine OTF

2016-08-02 Thread simon steiner (JIRA)

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

simon steiner commented on FOP-2639:


For otf fonts you need to use pdf/a-2

To workaround error you can use embedding-mode="full"

  


> CIDSet error when PDF/A validating fop output with Linux Libertine OTF
> --
>
> Key: FOP-2639
> URL: https://issues.apache.org/jira/browse/FOP-2639
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.1
> Environment: linux, java version "1.7.0_101"
> OpenJDK Runtime Environment (IcedTea 2.6.6) (7u101-2.6.6-2~deb7u1)
> OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
>Reporter: Stefan Hegny
>Priority: Minor
>  Labels: pdf/a
> Attachments: testlibertine.fo, testlibertine.pdf
>
>
> Using the font LinLibertine_R.otf from the latest 5.3 release 
> (http://sourceforge.net/projects/linuxlibertine/files/linuxlibertine/5.3.0/) 
> in xsl-fo and requesting PDF/A-1a conformance gives validation error on 
> https://www.pdf-tools.com/pdf/pdfa-online-pruefen.aspx:
> brief_DE_letter_PG_1_ovlsame.pdf does not conform to PDF/A.
> {noformat}
> Validating file "brief_DE_letter_PG_1_ovlsame.pdf" for conformance level 
> pdfa-1a
> The value of the CIDSet[2] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[3] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[4] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[5] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[6] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[7] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[8] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[9] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[10] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[11] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[12] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[25] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[28] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[29] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[30] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[31] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[32] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[33] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[44] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[45] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[50] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[55] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[57] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[58] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[59] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[60] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[61] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[62] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[63] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[64] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The document does not conform to the requested standard.
> The document contains fonts without embedded font programs or encoding 
> information (CMAPs).
> {noformat}
> Will attach sample fo input file, relevant config lines are
> {{ embed-url="file:///home/hegny/temp/libertine-5.3/LinLibertine_R.otf">}}
> {{}}
> {{}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2639) CIDSet error when PDF/A validating fop output with Linux Libertine OTF

2016-08-01 Thread Stefan Hegny (JIRA)

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

Stefan Hegny commented on FOP-2639:
---

Please dont get confused by the mention of EA+LinuxLibertineCapitalsO in 
the validator output, should read EA+LinLibertineO  for the _R sample

> CIDSet error when PDF/A validating fop output with Linux Libertine OTF
> --
>
> Key: FOP-2639
> URL: https://issues.apache.org/jira/browse/FOP-2639
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 2.1
> Environment: linux, java version "1.7.0_101"
> OpenJDK Runtime Environment (IcedTea 2.6.6) (7u101-2.6.6-2~deb7u1)
> OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
>Reporter: Stefan Hegny
>Priority: Minor
>  Labels: pdf/a
> Attachments: testlibertine.fo, testlibertine.pdf
>
>
> Using the font LinLibertine_R.otf from the latest 5.3 release 
> (http://sourceforge.net/projects/linuxlibertine/files/linuxlibertine/5.3.0/) 
> in xsl-fo and requesting PDF/A-1a conformance gives validation error on 
> https://www.pdf-tools.com/pdf/pdfa-online-pruefen.aspx:
> brief_DE_letter_PG_1_ovlsame.pdf does not conform to PDF/A.
> {noformat}
> Validating file "brief_DE_letter_PG_1_ovlsame.pdf" for conformance level 
> pdfa-1a
> The value of the CIDSet[2] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[3] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[4] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[5] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[6] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[7] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[8] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[9] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[10] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[11] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[12] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[25] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[28] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[29] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[30] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[31] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[32] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[33] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[44] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[45] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[50] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[55] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[57] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[58] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[59] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[60] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[61] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[62] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[63] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The value of the CIDSet[64] of font EA+LinuxLibertineCapitalsO is false 
> but must be true.
> The document does not conform to the requested standard.
> The document contains fonts without embedded font programs or encoding 
> information (CMAPs).
> {noformat}
> Will attach sample fo input file, relevant config lines are
> {{ embed-url="file:///home/hegny/temp/libertine-5.3/LinLibertine_R.otf">}}
> {{}}
> {{}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)