
The proven and powerful conversion framework has been developed and refined over 25 years. The vector conversions are unrivalled in their accuracy, scalability and precision. Image formats are high-quality without being heavy and the text and data extraction offers unparalleled possibilities.
Included in the SDK are header and lib files for the conversion libraries, font directory, batch programs, documentation, sample source code projects for Visual C++ , C# and Basic (Other interfaces available upon request).
Select your Configuration Settings
Use VgPsLoadOptions() to load your configuration file. An example is:
VgPsLoadOptions (PDF2XXX, %INSTALLDIR%pdf2xxx.ini);
Call the API
VgPsConvert is the main function to convert a PDF, PostScript or EPS file into one of the vector output formats. For example, to convert foo.pdf into an SVG file, you would use:
VgPsConvert("foo.pdf", "foo.svg", SVG, NULL)