The SDK comes with three example applications, two written in C# and one in C++ (MFC).
All projects are located in the "My Documents\scConverter SDK\examples" folder.
Full source code and corresponding project files can be found as subfolders to this folder.
You can also find sample code on our support forum: scConverter Samples.
C# PDF Merge Sample
This C# sample demonstrates how to create a new PDF by merging different PDF files. Using the scConverter merge functionality you may include all pages, or individual pages, from the source PDF files.
Below you can see a screenshot of the PDF merge example application:
C++ Batch Converter
The MFC/C++ sample application is a fully working Batch Converter utility using the scConverter to do the actual conversion.
With this application you can select files to a batch list, select output format and destination folder and finally batch convert all the files in the list.
Here is a screenshot of the batch converter example application with some of the sample files that are included in the SDK:
C# command line converter
This C# sample application is a very simple command line converter that accepts three arguments: Input filename, output filename and a format identifier.
The format identifiers are the same as those accepted by the Convert method.
Lib and Include Files
The include file (scConverterItf.h) for the scConverter are located in the "My Documents\scConverter SDK\examples\lib" folder.
In the same folder you will find one directory for the 32-bit import library (x86) and/or one directly for the 64-bit import library (x64).
You will also find the scConverter.tlb file in this folder.