>>>>> "TA" == Trent Austin <[EMAIL PROTECTED]> writes:
TA> I did, and it works. Thanks! Glad to hear it. TA> It appears, however, that my embedded stylesheet is being ignored. TA> All the colors are gone (everything is b&w), Hmm, I suspect something is wrong in your content as I use stylesheets all the time and they work fine. Have you tried viewing the SVG in Batik-Squiggle - the SVG viewier? Does it look right there? Do you do anything with @Media? TA> and there are a few problems with fonts: 1) they're all outline TA> fonts, regardless of what I set my fill or stroke to in the SVG; The font questions should really be answered by Keiron Liddle (who did most (all?) the work on the PDF transcoder), however I'll tell you what I know. I suspect that if you always get 'outline' text (meaning I suppose stroked chars rather than filled) your problem above with CSS is the root issue. TA> 2) they are scaling up larger than they should; First off I guess I'm not sure what you mean by this. I've never seen it 'scale' the text. It often looks 'bigger' because (by default) Acrobat dosn't use AA for line art (although you can turn this on which makes the PDF appearence _much_ closer to the original SVG). TA> 3) they appear to be lines/arcs, rather than text. I know FOP has TA> a user config setting to fix the last problem, but I haven't found TA> anything about how to fix it using Batik. I believe that for _very_ simple SVG text it will generate PDF text. However as soon as you start using any real features from SVG Text (like tspan) it drops back to outlines. It may also have some problems with font styles (bold vs Regular ...). Also your first question makes me think you are somehown messing up the CSS and telling it to stroke the text, which would _have_ to go to paths rather than PDF text. TA> Thanks for the help, Trent TA> ----Original Message Follows---- From: Thomas E Deweese TA> <[EMAIL PROTECTED]> Reply-To: "Batik Users" TA> <[EMAIL PROTECTED]> To: Batik Users TA> <[EMAIL PROTECTED]> Subject: RE: SVG->PDF transcoder TA> issues Date: Tue, 1 Apr 2003 15:27:52 -0500 >>>>>> "TA" == Trent Austin <[EMAIL PROTECTED]> writes: TA> I'm having a problem getting the transcoder to run to convert an TA> SVG file to PDF. Here's my setup: TA> OS: Windows XP Professional JDK: 1.3.1_07 Batik: 1.1.1 FOP: 0.20.4 TA> Hmm, I suggest trying out the 1.5b5 release of Batik which TA> includes the pdf-transcoder. TA> _________________________________________________________________ TA> Tired of spam? Get advanced junk mail protection with MSN 8. TA> http://join.msn.com/?page=features/junkmail TA> --------------------------------------------------------------------- TA> To unsubscribe, e-mail: [EMAIL PROTECTED] For TA> additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]