1

Hi,
I would like to use SVG within my PDF document that i am creating with HTML2PDF.
Whenever I export from either CorelDraw or Illustrator it gives me errors like
MyPDF Path : -0.2068 non reconnu...

Is there a recommended software that I should use for exporting the file?

2

it could be because the path is invalid
Ancien pseudo : lolo

3

It is supposedly a valid SVG from both Adobe Illustrator and Corel Draw.
I tried different versions like SVG 1.0, SVG 1.1 Basic and so on. All didn't work.
What program do you use?

4

The problem is that the SVG reader does not support Polybezier.
SVG Specification quote:
C (absolute) c (relative) - Multiple sets of coordinates may be specified to draw a polybézier. At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybézier.

5

it is a bug sad you can only use one set of coordinate ;(

it will be added in the next version of HTML2PDF (when i will have time)
Ancien pseudo : lolo

6

You have done a great job on HTML2PDF and the other applications you have written.

7

Hello Spipu!
I have succesfully added Polybezier to HTML2PDF smile
It works great!

I have also written support for S and s

8

drakeshe (./7) :
Hello Spipu!
I have succesfully added Polybezier to HTML2PDF smile
It works great!

I have also written support for S and s


drakeshe,

Could you share your code? Thanks,

9

Where can I find this support for polybezier?
This is what it's blocking me to use HTML2PDF for the project I am working onto...

Please Drakeshe, share your code smile

10

Which program can I use the selected image converted to html-tag g-code as shown in the case of svg_tiger.php and svg_tree.php.

Thanks