Search found 4 matches
- 2014-04-02T03:41:29-07:00
- Forum: Developers
- Topic: svg to pdf
- Replies: 8
- Views: 18948
Re: svg to pdf
I'll try a debug -all once my server is done with updating tasks. I guess whether or not the font file name in the svg works depends on how the Imagick converter engine interpretes the font-tag of the svg. Using @font-face we've had no problem rendering the svg at least. Even though I am currently ...
- 2014-04-02T01:09:49-07:00
- Forum: Developers
- Topic: svg to pdf
- Replies: 8
- Views: 18948
Re: svg to pdf
It's some unix server. Imagick is preinstalled and following the configuration path orders I tried put the type xml in the current directory (where the php file lies calling the command) and also tried to set the $MAGICK_FONT_PATH to where my type.xml files is. I unfortunately have no direct access ...
- 2014-04-02T00:13:06-07:00
- Forum: Developers
- Topic: svg to pdf
- Replies: 8
- Views: 18948
Re: svg to pdf
Thanks for the replies and sorry for the late response. Yes, I am aware that the resulting pdf will be no longer a vector graphic, it doesn't need to be. Imagick was already installed on this server when the project started, so it was used for convenience. I generated a type.xml file with the ...
- 2014-03-27T07:18:49-07:00
- Forum: Developers
- Topic: svg to pdf
- Replies: 8
- Views: 18948
svg to pdf
Hello, I am new to ImageMagick, but since I've looked for the answer to this almost a whole day, I need to open a new question. My problem is, that I am trying to convert an svg to pdf. So far the convert command works fine, aside of the fact that in the conversion the text elements of the svg lose ...