EMF2PDF SDK Pilot Overview
EMF2PDF SDK Pilot is a library for software developers that converts EMF files (Enhanced-Format Metafiles) to PDF format by having the best algorithm for convert metafiles to PDF searchable documents with high quality and high performance. EMF2PDF SDK Pilot a royalty-free PDF developer SDK. The library is available in DLL edition only.
Key Features
◊ Create PDF files from EMF◊ Full management for PDF viewer preferences (such as author, creator, and so on)
◊ Produce a PDF/A compatible output file
◊ Manage page size
◊ Create watermark in PDF documents
◊ Draw a text line on a PDF page
◊ Add an image from a file into a PDF document
◊ Set password for view-protection and edit-protection of the PDF file
◊ Embed fonts to PDF document
Step by Step Convert EMF files to PDFs
// create pdf object EM_DOCUMENT pdf = EM_DOCUMENT_New(); // set license info for registration emf2pdf sdk EM_SetLicenseData("demo", "demo"); // draw the first metafile EM_DOCUMENT_AddPageFromMetafileW(pdf, L"test1.emf"); // draw the second metafile on another page EM_DOCUMENT_AddPageFromMetafileW(pdf, L"test2.emf"); // draw the third metafile on another page //EM_DOCUMENT_AddPageFromMetafileW(pdf, L"test3.emf"); // save pdf on disk EM_DOCUMENT_SaveW(pdf, L"result.pdf"); // release pdf object EM_DOCUMENT_Free(pdf);
Download this example project for MS Visual Studio 2010
Download free demo
EMF2PDF SDK Pilot 1.2 ( 23M )
System requirements: Windows 2000/XP/2003/Vista/7/8 Beta. No 3rd party software is required.
Limitation of the trial version: notification messages appear into generated PDF documents.
EMF2PDF SDK Pilot version history
* fixed a bug with umlauts
* fixed a bug with drawing vertical text where rotate angle is 270 degrees
Ordering information
Price starts from 995.
More about the EMF2PDF SDK Pilot
licenses...
EMF2PDF SDK Pilot on-line testing
Try EMF to PDF conversion...