broken convert svg to pdf

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
xaviero

broken convert svg to pdf

Post by xaviero »

hi IM,

i'm a new user.
i have a svg file that coverted to pdf, but the pdf only showing black-block only :(

here is my step:
convert -density 150 -size 397x559 -antialias -quality 80 page.svg page.pdf

i am using
ImageMagick-6.5.4-Q16-windows

here is my .svg file link
http://cid-cf819aa592bb26de.skydrive.li ... c/page.zip

first of all, this file origin is from .xaml file, then i use xslt to convert it to .svg, then try using IM to convert it to .pdf, even i tried to .jpg and .png but the result was same. the result always displaying big-black-block.

i need some englightment please

thanks
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: broken convert svg to pdf

Post by anthony »

A word about Vector Image formats
http://www.imagemagick.org/Usage/formats/#vector

Which brings use to what I am trying to say...

Avoid using ImageMagick for 'Vector Image' to 'Vector Image' conversions
EG: converting between formats like: PDF, PS, SVG
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply