Demo Applications Overview
In This Topic
VintaSoft Imaging .NET SDK includes ASP.NET Core, ASP.NET Core Angular, ASP.NET MVC5 and ASP.NET WebForms demo projects, which demonstrate the main features of the SDK. Demo projects are written in C# and designed in MS Visual Studio .NET.
ASP.NET Core demo projects use ASP.NET Core Web API + JavaScript + Bootstrap and allow to develop applications for Windows, Linux and macOS.
ASP.NET Core with Angular demo projects use ASP.NET Core Web API + TypeScript + Bootstrap and allow to develop applications for Windows, Linux and macOS.
ASP.NET MVC5 demo projects use ASP.NET Web API 2 + JavaScript + jQueryUI and allow to develop applications for Windows only.
ASP.NET WebForms demo projects use ASP.NET HTTP Handlers + JavaScript + jQueryUI and allow to develop applications for Windows only.
ASP.NET Document Viewer Demo
ASP.NET application that demonstrates how to view and annotate images and documents. Also the demo allows to search and select text in a document.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreDocumentViewerDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularDocumentViewerDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcDocumentViewerDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetDocumentViewerDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core Document Viewer Demo:
https://demos.vintasoft.com/AspNetCoreDocumentViewerDemo/
ASP.NET Spreadsheet Editor Demo
ASP.NET application that demonstrates how to display and edit a spreadsheet document.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreSpreadsheetEditorDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularSpreadsheetEditorDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcSpreadsheetEditorDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetSpreadsheetEditorDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core Spreadsheet Editor Demo:
https://demos.vintasoft.com/AspNetCoreSpreadsheetEditorDemo/
ASP.NET Imaging Demo
ASP.NET application that demonstrates how to view and process images and documents.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreImagingDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularImagingDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcImagingDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetImagingDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core Imaging Demo:
https://demos.vintasoft.com/AspNetCoreImagingDemo/
ASP.NET Annotation Demo
ASP.NET application that demonstrates how to view and annotate images and PDF documents.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreAnnotationDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularAnnotationDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcAnnotationDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetAnnotationDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core Annotation Demo:
https://demos.vintasoft.com/AspNetCoreAnnotationDemo/
ASP.NET PDF Editor Demo
ASP.NET application that demonstrates how to view and edit PDF document with ability to navigate bookmarks, view page thumbnails, search text, extract image-resources, apply redaction marks to PDF pages.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCorePdfEditorDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularPdfEditorDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcPdfEditorDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetPdfEditorDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core PDF Editor Demo:
https://demos.vintasoft.com/AspNetCorePdfEditorDemo/
ASP.NET DICOM Viewer Demo
ASP.NET application that demonstrates how to view DICOM images.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreDicomViewerDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularDicomViewerDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcDicomViewerDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetDicomViewerDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core DICOM Viewer Demo:
https://demos.vintasoft.com/AspNetCoreDicomViewerDemo/
ASP.NET OCR Demo
ASP.NET application that demonstrates how to recognize text in image or image-only PDF document.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreOcrDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularOcrDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcOcrDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetOcrDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core OCR Demo:
https://demos.vintasoft.com/AspNetCoreOcrDemo/
ASP.NET File Converter Demo
ASP.NET application that demonstrates how to convert images and PDF documents.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreFileConverterDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
On-line ASP.NET Core File Converter Demo:
https://demos.vintasoft.com/AspNetCoreFileConverterDemo/
ASP.NET Camera Demo
ASP.NET application that demonstrates how to capture images from camera, view/process/annotate captured images, recognize barcodes in captured images, save captured images.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreCameraDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularCameraDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcCameraDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetCameraDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core Camera Demo:
https://demos.vintasoft.com/AspNetCoreCameraDemo/
ASP.NET Barcode Advanced Demo
ASP.NET application that demonstrates how to recognize 1D/2D barcodes in image and how to generate barcode image.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreBarcodeAdvancedDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularBarcodeAdvancedDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcBarcodeAdvancedDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetBarcodeAdvancedDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core Barcode Advanced Demo:
https://demos.vintasoft.com/AspNetCoreBarcodeAdvancedDemo/
ASP.NET TWAIN Scanning Advanced Demo
ASP.NET application that demonstrates how to acquire images from TWAIN scanner, upload scanned images to the server, view/process/annotate scanned images on server, recognize barcodes in scanned images on server.
- Download and install the evaluation version of VintaSoft Imaging .NET SDK to your computer
- Open "<SdkInstallPath>\Examples\ASP.NET Core\CSharp\AspNetCoreTwainScanningAdvancedDemo" folder for getting C# source codes for ASP.NET Core application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularTwainScanningAdvancedDemo" folder for getting C# source codes for ASP.NET Core with Angular application (.NET 8/7/6)
- Open "<SdkInstallPath>\Examples\ASP.NET MVC\CSharp\AspNetMvcTwainScanningAdvancedDemo" folder for getting C# source codes for ASP.NET MVC5 application (.NET Framework 4+)
- Open "<SdkInstallPath>\Examples\ASP.NET WebForms\CSharp\AspNetTwainScanningAdvancedDemo" folder for getting C# source codes for ASP.NET WebForms application (.NET Framework 4+)
On-line ASP.NET Core TWAIN Scanning Advanced Demo:
https://demos.vintasoft.com/AspNetCoreTwainScanningAdvancedDemo/