#1 2012-12-05 15:45:28

omercioglu
Member
Registered: 2012-12-05
Posts: 1

How to convert SVG to PDF?

How can i convert a svg file to pdf?

Offline

#2 2012-12-05 16:35:31

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,237
Website

Re: How to convert SVG to PDF?

You first have to render the SVG as metafile, i.e. have code to render it on a Delphi TCanvas.
Use a TMetaFileCanvas, then SynPdf unit is able to convert the content into a pdf file.

I do not have such SVG code at hand, but sounds pretty feasible.

Offline

Board footer

Powered by FluxBB