In This Topic
Learning GdPicture.NET / Sample Guide Overview / .NET Sample Projects / Image Conversion

Image Conversion

In This Topic
 Image to PDF Sample

This demo converts your image into a PDF document. Only choose the source file, the destination folder and the PDF conformance and convert it.

Available in C# in the WinForm folder located in [INSTALLATION FOLDER]/Samples/.

 Image to PDF–MRC Sample

This demo converts your image into a PDF document using the advanced mixed raster compression (MRC) mechanism. You can select both background quality and background resolution for MRC. Then you only need to choose the source file, the destination folder and the PDF conformance and convert your image.

Available in C# in the WinForm folder located in [INSTALLATION FOLDER]/Samples/.

 Image to PDF–OCR Sample

This demo shows you how to convert your images into searchable PDF documents using OCR feature. All you have to do is select a source file and the language your resulting PDF document will be available after conversion. It also allows you to save the result as PDF/A document.

Available in C# in the WinForm folder located in [INSTALLATION FOLDER]/Samples/.