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

TIFF

In This Topic
 TIFF to PDF Sample

This demo converts your single or multiple page TIFF files into single or multiple page PDF files, respectively. Only choose the source TIFF file and convert it.

Available in VB.NET in the WinForm folder, also available as a compiled application in the Bin folder located in [INSTALLATION FOLDER]/Samples/.

 TIFF to PDF–OCR Sample

This demo shows you how to convert single or multiple page TIFF files into searchable single or multiple page PDF files, respectively, using OCR feature. All you have to do is select a source file, an output path, a rendering DPI setting, and the language your resulting PDF document will be available after conversion (english is default). It also allows you to save the result as PDF/A document.

Available in VB.NET in the WinForm folder, also available as a compiled application in the Bin folder located in [INSTALLATION FOLDER]/Samples/.

 TIFF Splitter Sample

This demo illustrates how to split multipage TIFF files using GdPicture.NET. You can select, how many pages will contain each of the resulting TIFF files, and the demo will split the source multipage TIFF accordingly.

Available in both C# and VB.NET in the WinForm folder, also available as a compiled application in the Bin folder located in [INSTALLATION FOLDER]/Samples/.

 PDF to TIFF Sample