-
Finally got a conversion working using:
svg_converter::main(3,array('pdf','/fullpath/test.svg','/fullpath/test.pdf'));
I am not sure if this is the correct synatx, but it does generate a PDF file, although all the elements from the original SVG and distorted and jumbled. Is there something else I need to do, or is this just a result of the limitations of the script?
Is there anyway you...
2009-12-19 02:13:46 UTC by adrianbj
-
Err, I associated my previous openID account to this SF.net one, so just a heads up. (I posted this patch).
2009-12-14 23:41:52 UTC by scorp007
-
The sample below will hang a server thread due to lack of input validation in ZEND_METHOD(cairo_context,set_dash).
This for loop blindly expects all input to be doubles, even if they are integers, and get...
2009-12-12 10:51:20 UTC by Alex
-
First of all, the code now compiles on Visual Studio 2005 (and will work on any other version). The major changes were not mixing code and declarations. VC implements mostly C89, which disallows mixing of code and declarations.
Second, I modified the way files are read at least the PNG surface constructor so that they use PHP's native file stream mechanism, which obeys PHP security model...
2009-12-12 10:44:37 UTC by Alex