C# and VB.NET Code Samples

Choosing the Appropriate OCR Zone in C#

Learn how to effectively choose OCR contexts for precise text recognition on forms, ensuring only relevant data is processed for optimal results.

Converting a Microsoft Word Binary File Document (DOC) to a Microsoft Word OpenXML Document (DOCX) in C#

Learn to use GdPicture.NET SDK's `GdPictureDocumentConverter` for seamless DOC to DOCX conversion and manage document parameters effectively.

Convert PDFs, MS Office & Images to TIFF in C#

Discover the GdPicture.NET SDK's `GdpictureDocumentConverter` for seamless conversion of over 100 document and image formats.

Convert Multipage TIFF to a Multipage JBIG2 in C#

Learn how to convert multipage TIFF files to JBIG2 format using C#. Explore the example code for a seamless file conversion process.

Converting a Multipage PDF to a Multipage TIFF Using Color Detection in C#

Learn how to efficiently convert PDF documents to high-quality multipage TIFF files using a color detection plugin while minimizing file size.

Generate a Multipage TIFF File Using a Compression Mode per Page in C#

Learn to create multipage TIFF files using C#. This guide covers generating TIFFs with specific compression modes for each page efficiently.

Highlight Region in PDF or Image in C#

Learn to draw modifiable highlighted regions on documents using C#. Ideal for anchor and OMR applications. Explore this practical C# code sample!

Highlight and Crop an Image in C#

Learn how to capture and create images from highlighted areas in GdViewer using C#. Explore this practical example to enhance your document handling skills.

Merging Two PDF Documents by Alternating Pages from Both Files in C#

Learn to merge two PDF files by alternating pages using C#. This method is ideal for batch scanning without a duplex scanner option.

Recompress Existing PDF Using MRC Compression in C#

Learn how to recompress complex PDF documents using MRC compression to significantly reduce file size while maintaining quality.

Recompress an Existing PDF Using Color Detection in C#

Learn how to efficiently recompress PDF files with images using C#. Follow our example to optimize your scanned documents effectively.

Automatically Rotate Pages of a Multipage TIFF File Using OCR and C#

Learn how to use Tesseract OCR to automatically rotate multipage TIFF files and save them efficiently. Includes a C# code example for implementation.

Saving a Bitonal TIFF with Photometric 0 (White Is 0) & CCITT4 Compression in C#

Learn how to save bitonal TIFF documents with photometric 1 and CCITT4 compression, avoiding common display issues in buggy image viewers.

Saving Images into Folders Based on Their Barcode

Learn to sort image files and save them as TIFFs in specific folders based on detected barcode types using VB.NET. Optimize your workflow today!

Using an External OCR Engine during PDF/OCR Generation

Learn how to use external OCR engines in PDF/OCR generation using the GdPicturePDF class with this C# example. Optimize your document processing today!

Title Description Languages
Choosing the Appropriate OCR Zone in C# Learn how to effectively choose OCR contexts for precise text recognition on forms, ensuring only relevant data is processed for optimal results. C# · VB.NET
Converting a Microsoft Word Binary File Document (DOC) to a Microsoft Word OpenXML Document (DOCX) in C# Learn to use GdPicture.NET SDK's `GdPictureDocumentConverter` for seamless DOC to DOCX conversion and manage document parameters effectively. C#
Convert PDFs, MS Office & Images to TIFF in C# Discover the GdPicture.NET SDK's `GdpictureDocumentConverter` for seamless conversion of over 100 document and image formats. C#
Convert Multipage TIFF to a Multipage JBIG2 in C# Learn how to convert multipage TIFF files to JBIG2 format using C#. Explore the example code for a seamless file conversion process. C# · VB.NET
Converting a Multipage PDF to a Multipage TIFF Using Color Detection in C# Learn how to efficiently convert PDF documents to high-quality multipage TIFF files using a color detection plugin while minimizing file size. C# · VB.NET
Generate a Multipage TIFF File Using a Compression Mode per Page in C# Learn to create multipage TIFF files using C#. This guide covers generating TIFFs with specific compression modes for each page efficiently. C#
Highlight Region in PDF or Image in C# Learn to draw modifiable highlighted regions on documents using C#. Ideal for anchor and OMR applications. Explore this practical C# code sample! C# · VB.NET
Highlight and Crop an Image in C# Learn how to capture and create images from highlighted areas in GdViewer using C#. Explore this practical example to enhance your document handling skills. C# · VB.NET
Merging Two PDF Documents by Alternating Pages from Both Files in C# Learn to merge two PDF files by alternating pages using C#. This method is ideal for batch scanning without a duplex scanner option. C# · VB.NET
Recompress Existing PDF Using MRC Compression in C# Learn how to recompress complex PDF documents using MRC compression to significantly reduce file size while maintaining quality. C# · VB.NET
Recompress an Existing PDF Using Color Detection in C# Learn how to efficiently recompress PDF files with images using C#. Follow our example to optimize your scanned documents effectively. C# · VB.NET
Automatically Rotate Pages of a Multipage TIFF File Using OCR and C# Learn how to use Tesseract OCR to automatically rotate multipage TIFF files and save them efficiently. Includes a C# code example for implementation. C# · VB.NET
Saving a Bitonal TIFF with Photometric 0 (White Is 0) & CCITT4 Compression in C# Learn how to save bitonal TIFF documents with photometric 1 and CCITT4 compression, avoiding common display issues in buggy image viewers. C# · VB.NET
Saving Images into Folders Based on Their Barcode Learn to sort image files and save them as TIFFs in specific folders based on detected barcode types using VB.NET. Optimize your workflow today! VB.NET · C#
Using an External OCR Engine during PDF/OCR Generation Learn how to use external OCR engines in PDF/OCR generation using the GdPicturePDF class with this C# example. Optimize your document processing today! C#