You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2009/10/22 12:15:12 UTC

svn commit: r828632 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFontNonBase14.java

Author: jeremias
Date: Thu Oct 22 10:15:11 2009
New Revision: 828632

URL: http://svn.apache.org/viewvc?rev=828632&view=rev
Log:
Added just a bit more information to find out what's wrong.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFontNonBase14.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFontNonBase14.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFontNonBase14.java?rev=828632&r1=828631&r2=828632&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFontNonBase14.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFontNonBase14.java Thu Oct 22 10:15:11 2009
@@ -76,7 +76,7 @@
         if (getDocumentSafely().getProfile().isFontEmbeddingRequired()) {
             if (this.getDescriptor().getFontFile() == null) {
                 throw new PDFConformanceException("For " + getDocumentSafely().getProfile()
-                    + ", all fonts have to be embedded!");
+                    + ", all fonts have to be embedded! Offending font: " + getBaseFont());
             }
         }
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org