#1
Posted
:
Friday, March 11, 2016 8:18:08 AM(UTC)
Groups: Registered, Tech Support
Posts: 207
Was thanked: 3 time(s) in 3 post(s)
This sample will load a PDF (or any of the Document Formats we currently support) as an SVG file and save it to a temporary file, then load the temporary SVG file and save it as a DXF file (or any of the Vector Formats we currently support).
The application is written in Managed C++ (CLR Console Application).
It uses our .NET interface to load the Document Format (https://www.leadtools.com/sdk/formats#document) as SVG and save the SVG file to a temporary file on disk.
It then uses our C interface to load the SVG file from disk and save it as a vector format (https://www.leadtools.com/sdk/formats#vector), in this case: DXF.
The project was written in Visual Studio 2013.
**************Updated******************
Added another project which updates the first to not use a temporary file and perform the conversion in memory.
Edited by user Friday, November 30, 2018 4:44:01 PM(UTC)
| Reason: Updating Description to make it easier to find
Travis Montgomery
Senior Sales Engineer
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.