“CIDset in subset font is incomplete” err or by pdf/a-1b validation

2010-04-15 Thread Virginjus Kandrotas
Hello,

I am trying to use fop 0.95 to generate pdf/a-1b conform documents. By 
validating created pdf document against   
“callas pdfaPilot“ online demo version  
http://www.datalogics.com/products/callas/callaspdfA-onlinedemo.asp as well 
Acrobat Professional Preflight function I am getting following error:

“CIDset in subset font is incomplete (1 match on 1 page) 
Text Gladiator,Bold 12.0 pt TrueType (CID) embedded (as a subset) (1 match)”

As example fo input file I am using fop 0.95 test/xml/pdf-a/minimal-pdf-a.fo 
and test/test.xconf config file.

Can anybody explain what is wrong here ? 

Best Regards,

Virginijus

__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Help embeding fonts

2010-04-15 Thread Peter Hancock
Hi Bonekrusher,
The font-triplet element has to be contained in the font element- see
http://xmlgraphics.apache.org/fop/0.95/fonts.html for the configuration
documentation.

You may need to include file:///C:/Program Files(x86)/fop-0.95/fonts in the
base-uri attribute, or in the base element of your fop.xconf

Pete


On Thu, Apr 15, 2010 at 2:02 PM, bonekrusher djs...@yahoo.com wrote:


 Hi,

 I am using the following in my fop.xconf to embed fonts. Everything works
 on
 my PC, but when I run on a different machine, the fonts are not found:

 fop.xconf

 fonts

font-triplet name=Arial style=normal weight=normal/
font-triplet name=Arial style=normal weight=400/
font-triplet name=Arial style=normal weight=700/
font-triplet name=ArialMT style=normal
 weight=normal/


font-triplet name=Arial style=normal weight=bold/
font-triplet name=Arial style=normal weight=normal/
font-triplet name=Arial style=normal weight=400/
font-triplet name=Arial style=normal weight=700/
font-triplet name=ArialMT style=normal weight=bold/

 /fonts

 I have converted the font matrix with org.apache.fop.fonts.apps.TTFReader
 to
 xml and placed them in a folder file:///C:/Program Files
 (x86)/fop-0.95/fonts

 FOP reports:

 Apr 13, 2010 2:05:47 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
 WARNING: Font 'Arial,normal,700' not found. Substituting with
 'any,normal,700'.

 The file structure is the same on both machines...

 Any thoughts?

 Thanks,


 --
 View this message in context:
 http://old.nabble.com/Help-embeding-fonts-tp28254961p28254961.html
 Sent from the FOP - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
 For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org




Re: Help embeding fonts

2010-04-15 Thread bonekrusher

Thanks for the help. 

I added 
base base-uri=file:///C:/Program Files(x86)/fop-0.95/fonts./base

to the .xconf file, but get the same message and the fonts are not
embedding. 

Is my markup correct in the xconf file?

Thanks,
-- 
View this message in context: 
http://old.nabble.com/Help-embeding-fonts-tp28254961p28255545.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Help embeding fonts

2010-04-15 Thread bonekrusher

Awesome. Thx
-- 
View this message in context: 
http://old.nabble.com/Help-embeding-fonts-tp28254961p28257449.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org