Demo Applications Overview
In This Topic
VintaSoft Imaging .NET SDK includes .NET demo projects, which demonstrate the main features of the SDK. Demo projects are written in C# and VB.NET and designed in MS Visual Studio .NET.
Console demos for Windows, Linux, macOS
Annotation Editor Console Demo
Demonstrates how to edit image annotations in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\AnnotationEditorConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\AnnotationEditorConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
Annotation Renderer Console Demo
Demonstrates how to render images with annotations in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\AnnotationRendererConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\AnnotationRendererConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
DICOM MPR Renderer Console Demo
Demonstrates how to render MPR slices of DICOM images in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\DicomMprRendererConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\DicomMprRendererConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
DICOM Renderer Console Demo
Demonstrates how to render DICOM images in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\DicomRendererConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\DicomRendererConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
Document Text Extraction Console Demo
Demonstrates how to extract text from PDF, DOCX or XLSX document in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\DocumentTextExtractionConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\DocumentTextExtractionConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
Forms Processing Console Demo
Demonstrates how to recognize a form by template or align an image according to the template image in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\FormsProcessingConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\FormsProcessingConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
Image Converter Console Demo
Demonstrates how to convert images and documents in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\ImageConverterConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\ImageConverterConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
Image Metadata Console Demo
Demonstrates how to work with image metadata in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\ImageMetadataConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\ImageMetadataConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
Image Processing Console Demo
Demonstrates how to process images in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\ImageProcessingConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\ImageProcessingConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
Image Renderer Console Demo
Demonstrates how to render images in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\ImageRendererConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\ImageRendererConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
OCR Console Demo
Demonstrates how to recognize text from image or image-only PDF document in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\OcrConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\OcrConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
PDF Annotations Console Demo
Demonstrates how to annotate PDF documents in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\PdfAnnotationsConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\PdfAnnotationsConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
PDF/A Processor Console Demo
Demonstrates how to convert a PDF document to PDF/A format and verify PDF/A documents in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\PdfAProcessorConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\PdfAProcessorConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
PDF Compressor Console Demo
Demonstrates how to compress PDF documents in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\PdfCompressorConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\PdfCompressorConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
PDF Content Editor Console Demo
Demonstrates how to edit content of PDF document in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\PdfContentEditorConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\PdfContentEditorConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
PDF Editor Console Demo
Demonstrates how to edit PDF document (crypt/decrypt, embed/optimize fonts, convert to image-only, sign) in .NET.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\PdfEditorConsoleDemo" folder for getting C# source codes for console application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\PdfEditorConsoleDemo" folder for getting VB.NET source codes for console application (.NET 9/8/7 and .NET Framework 4+)
WPF demos for Windows
WPF Document Viewer Demo
Demonstrates how to load, view, print, annotate and save documents (PDF, DOCX, XLSX) and images.Also the demo allows to search and extract text from document, navigate a document.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfDocumentViewerDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfDocumentViewerDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF Imaging Demo
Demonstrates how to load, view, process, print and save images. Several image files can be loaded into one image collection. Thumbnail viewer shows thumbnails of images from the image collection, image viewer shows single image from the image collection. Single image from the image collection can be scrolled, zoomed, viewed with magnifier, processed, printed, saved to clipboard or file, deleted from the image collection. Resulted image collection can be saved as multipage TIFF, GIF, JBIG2 file or PDF document, and more.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfImagingDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfImagingDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF Annotation Demo
Demonstrates how to manipulate annotations: create, process, delete, burn on image, save or load to/from XML, JPEG, TIFF or PDF file. It contains an implementation of custom-created triangle annotation and AnnotationsToolStrip control.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfAnnotationDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfAnnotationDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF PDF Editor Demo
Demonstrates how to create, view and manipulate PDF document. It allows to create a new PDF document oropen an existing PDF document. New pages can be added to PDF document, existing pages can be removed from PDF document. Image resourcesof PDF document can be viewed or saved to raster image files. PDF document can be packed and optimized toreduce its size. Pages of PDF document can be changed by drawing images or vector graphics on them. Also demo allows to search and extract text from PDF page.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfPdfEditorDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfPdfEditorDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF Spreadsheet Editor Demo
Demonstrates how to create, view and edit spreadsheet (XLSX) document.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfSpreadsheetEditorDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfSpreadsheetEditorDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF Forms Processing Demo
Demonstrates how to define the template of unfilled form, identify and align the completed form, recognize marks, text and barcodes in the completed form, display the results of form recognition. The demo includes source codes of form field that contains barcode.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfFormsProcessingDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfFormsProcessingDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF DICOM Viewer Demo
Demonstrates how to load and display DICOM images, view metadata of DICOM image, annotate DICOM image.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfDicomViewerDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfDicomViewerDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF DICOM MPR Viewer Demo
Demonstrates how to display multiplanar reconstruction from DICOM images.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfDicomMprViewerDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfDicomMprViewerDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF ECG Viewer Demo
Demonstrates how to view electrocardiogram from DICOM file in WPF application.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfEcgViewerDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfEcgViewerDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF Print Demo
Demonstrates how to print single image or collection of images. The image can be divided and printed on a few pages, single image can be stretched or cropped to page margins, several images can be combined and printed onto one page, and more.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfPrintDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfPrintDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF Camera Barcode Reader Demo
Demonstrates how to capture images from camera which supports DirectShow architecture using VintaSoft Imaging .NET SDKand read barcodes from captured images on the fly using VintaSoft Barcode .NET SDK.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfCameraBarcodeReaderDemo" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfCameraBarcodeReaderDemo" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WPF Simple Demos
Includes a set of mini-demo applications. Each mini-demo application is independent and demonstrates one or several SDK features.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfSimpleDemos" folder for getting C# source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfSimpleDemos" folder for getting VB.NET source codes for WPF application (.NET 9/8/7 and .NET Framework 4+)
WinForms demos for Windows
Document Viewer Demo
Demonstrates how to load, view, print, annotate and save documents (PDF, DOCX, XLSX) and images.Also the demo allows to search and extract text from document, navigate a document.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\DocumentViewerDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\DocumentViewerDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Imaging Demo
Demonstrates how to load, view, process, print and save images. Several image files can be loaded into one image collection. Thumbnail viewer shows thumbnails of images from the image collection, image viewer shows single image from the image collection. Single image from the image collection can be scrolled, zoomed, viewed with magnifier, processed, printed, saved to clipboard or file, deleted from the image collection. Resulted image collection can be saved as multipage TIFF, GIF, JBIG2 file or PDF document, and more.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\ImagingDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\ImagingDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Image Processing Demo
Demonstrates how to display both source image and processed image in two customizable viewers, specify a list of image processing commands for execution and set individual parameters for each command, process the image with a sequence of image processing commands, and get the results and progress of image processing.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\ImageProcessingDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\ImageProcessingDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
OCR Demo
Demonstrates how to recognize text from documents loaded from file or acquired from scanner. Edit OCR results using an interactive, user-friendly interface. Save OCR results into text files or searchable PDF files.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\OcrDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\OcrDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Annotation Demo
Demonstrates how to manipulate annotations: create, process, delete, burn on image, save or load to/from XML, JPEG, TIFF or PDF file. It contains an implementation of custom-created triangle annotation and AnnotationsToolStrip control.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\AnnotationDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\AnnotationDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Large Image Viewer Demo
Demonstrates how to display very large (gigapixel) images using progressive multithreaded loading by parts. Special image map allows fast navigation along the large image. The image can be viewed in full screen mode.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\LargeImageViewerDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\LargeImageViewerDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Thumbnail Viewer Demo
Demonstrates a realization of Folder Thumbnail Viewer allowing to view thumbnails of first multipage file pages from a chosen folder, view thumbnails of selected multipage file in thumbnail viewer, view full-size image of selected thumbnail in image viewer and drag-and-drop thumbnails into a special container for further saving to multipage TIFF or PDF file. The demo also shows how to customize the visual appearance of displayed thumbnails.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\ThumbnailViewerDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\ThumbnailViewerDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Multipage TIFF Demo
Demonstrates how to view and manipulate multipage TIFF file without usage of any temporary file. All pages of TIFF file can be viewed in the image viewer, new pages can be added or inserted to TIFF file, some pages can be deleted from TIFF file, TIFF file can be split to separate single image files.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\MultiPageTiffDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\MultiPageTiffDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Raster Grid Editor Demo
Demonstrates how to create and open TIFF images of unlimited size composed of tiles or strips as well as JPEG2000 imagescomposed of tiles, with the ability to edit tiles or strips, save and undo changes.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\RasterGridImageEditorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\RasterGridImageEditorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
GIF Animator Demo
Demonstrates how to create, display, manipulate, pack and save animated GIF file. Work with GIF animation: start/stop, show in browser, set delay, repeat, reverse.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\GifAnimatorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\GifAnimatorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Icon Editor Demo
Demonstrates how to load, save, create, manipulate and edit ICO and CUR files.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\IconEditorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\IconEditorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
PDF Reader Demo
Demonstrates how to load, view, navigate and print an existing PDF document, and more.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\PdfReaderDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\PdfReaderDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
PDF Editor Demo
Demonstrates how to create, view and manipulate PDF document. It allows to create a new PDF document oropen an existing PDF document. New pages can be added or removed to or from PDF document. Image resourcesof PDF document can be viewed or saved to raster image files. PDF document can be packed and optimized toreduce its size. Pages of PDF document can be changed by drawing images or vector graphics on them.Text can be searched, found and extracted from PDF page, and more.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\PdfEditorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\PdfEditorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
PDF MRC Compression Demo
Demonstrates how to encode color document images to PDF format using PDF MRC compression by loading imagesfrom file or acquiring from scanner.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\PdfMrcCompressionDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\PdfMrcCompressionDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
PDF Compressor Demo
Demonstrates how to use the SDK facilities to optimize and compress content of any PDF file for getting its smallest size.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\PdfCompressorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\PdfCompressorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
PDF Structure Editor Demo
Demonstrates how to create a new or load an existing PDF file, as well as the abilities to view, navigate,add, modify or remove pages and bookmarks of PDF document, view image resources of PDF document, get informationabout PDF document, save modified PDF document, save PDF image resources to any supported raster image format,convert PDF document to desired version of PDF specification, pack and optimize PDF document content, and more.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\PdfStructureEditorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\PdfStructureEditorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
PDF Drawing Demo
Demonstrates how to draw graphics on PDF page.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\PdfDrawingDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\PdfDrawingDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Report Generator Demo
Demonstrates how to generate reports, which are based on DOCX/XLSX template, and save generated reports to PDF, DOCX, XLSX or TIFF files.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\ReportGeneratorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\ReportGeneratorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Spreadsheet Editor Demo
Demonstrates how to create, view and edit spreadsheet (XLSX) document.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\SpreadsheetEditorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\SpreadsheetEditorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Forms Processing Demo
Demonstrates how to define the template of unfilled form, identify and align the completed form, recognize marks, text and barcodes in the completed form, display the results of form recognition. The demo includes source codes of form field that contains barcode.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\FormsProcessingDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\FormsProcessingDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
JBIG2 Demo
Demonstrates how to view and manipulate multipage JBIG2 file. All pagesof JBIG2 file can be viewed in the image viewer, new pages can beadded or inserted to JBIG2 file, pages can be deleted from file,JBIG2 file can be split and converted to separate image files of supported format, and more.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\Jbig2Demo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\Jbig2Demo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Print Demo
Demonstrates how to print single image or collection of images. The image can be divided and printed on a few pages, single image can be stretched or cropped to page margins, several images can be combined and printed onto one page, and more.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\PrintDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\PrintDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Image Converter Demo
Demonstrates how to convert image and document files (TIF => PDF, PDF => TIF, DOCX => PDF, DOC => DOCX, XLSX => PDF, GIF => TIF, PNG => JPEG, etc).
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\ImageConverterDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\ImageConverterDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Camera Barcode Reader Demo
Demonstrates how to capture images from camera which supports DirectShow architecture using VintaSoft Imaging .NET SDKand read barcodes from captured images on the fly using VintaSoft Barcode .NET SDK.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\CameraBarcodeReaderDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\CameraBarcodeReaderDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Multi Camera Demo
Demonstrates how to capture images from multiple cameras and save them to files, monitor available camerasand change their capturing format.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\MultiCameraDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\MultiCameraDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
RAW Image Viewer Demo
Demonstrates how to load, display and print thumbnail, preview image or original image of RAW file, render original imagewith different interpolations and with or without white balance correction, view metadata.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\RawImageViewerDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\RawImageViewerDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
DICOM Viewer Demo
Demonstrates how to load and display DICOM images, view metadata of DICOM image, annotate DICOM image.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\DicomViewerDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\DicomViewerDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
DICOM MPR Viewer Demo
Demonstrates how to display multiplanar reconstruction from DICOM images.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\DicomMprViewerDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\DicomMprViewerDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
DICOM Metadata Editor Demo
Demonstrates how to edit metadata of DICOM file.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\DicomMetadataEditorDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\DicomMetadataEditorDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
DICOM Directory Demo
Demonstrates how to browse DICOM directory.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\DicomDirectoryDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\DicomDirectoryDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
ECG Viewer Demo
Demonstrates how to view electrocardiogram from DICOM file in WinForms application.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\EcgViewerDemo" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\EcgViewerDemo" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
Simple Demos
Includes a set of mini-demo applications. Each mini-demo application is independent and demonstrates one or several SDK features.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\SimpleDemos" folder for getting C# source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\SimpleDemos" folder for getting VB.NET source codes for WinForms application (.NET 9/8/7 and .NET Framework 4+)
"ASP.NET Core" demos for Windows, Linux, macOS
Information about "ASP.NET Core" demos for Windows, Linux and macOS can be found here:
https://www.vintasoft.com/docs/vsimaging-dotnet-web/Learning-Imaging_Web-Demo_Applications_Overview.html
"ASP.NET Core with Angular" demos for Windows, Linux, macOS
Information about "ASP.NET Core with Angular" demos for Windows, Linux and macOS can be found here:
https://www.vintasoft.com/docs/vsimaging-dotnet-web/Learning-Imaging_Web-Demo_Applications_Overview.html
"ASP.NET MVC" demos for Windows
Information about "ASP.NET MVC" demos for Windows can be found here:
https://www.vintasoft.com/docs/vsimaging-dotnet-web/Learning-Imaging_Web-Demo_Applications_Overview.html
"ASP.NET WebForms" demos for Windows
Information about "ASP.NET WebForms" demos for Windows can be found here:
https://www.vintasoft.com/docs/vsimaging-dotnet-web/Learning-Imaging_Web-Demo_Applications_Overview.html