DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6533>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6533 font embedding in PDFs doesn't work Summary: font embedding in PDFs doesn't work Product: Cocoon 2 Version: 2.0 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I had been trying to get font embedding to work in pdfs for the past few days without any success. On debugging the code, found this bug. There is a config.xml file in fop.jar which has null values for <fonts> tag. So, the <fonts> value defined in the user-config.xml file are getting overridden by the null values in the default config.xml file. Thus fonts are not getting embedded. Either the documentation has to be changed to mention this fact (so that the users can define fonts to be embedded in the config.xml of fop.jar or remove the tag here and use an external user-config.xml) or the code has to be fixed to append the values parsed from both the config files. This is only when Cocoon is used. Otherwise (standalone FOP), it works fine. Thanks Satish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]