Glen Mazza wrote:
Just applied--thanks.
Thanks!
BTW, an embarrassing Java 101 question: Why wasn't it necessary to manually import the SVGAbstractTranscoderUserAgent class in the PDFTranscoder.java file?
Because it is an innerclass of a baseclass.
Glen
--- Thomas DeWeese <[EMAIL PROTECTED]> wrote:
+ protected org.apache.batik.bridge.UserAgent createUserAgent() { + return new SVGAbstractTranscoderUserAgent() { + // The PDF stuff wants everything at 72dpi + public float getPixelUnitToMillimeter() { + return 0.3427778f; + } + }; + } +
__________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
