Learn how To use DatabaseLoadOptions To configure database document loading in GroupDocs.Conversion for .NET. Supports NSF (Lotus Notes) and SQL formats....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...
Full list of document formats GroupDocs.Conversion for Python via .NET can load and save — 20+ format families including Word Processing, Spreadsheet, Presentation, Pdf, Image, CAD, Email, eBook, Web, and more....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...
Add text, QR-code and barcode signatures To documents from GroupDocs.Total for Java, then search and verify them — runnable Java examples with downloadable input and output files....Conversion Product Solution GroupDocs...afterwards. It supports text, image, digital certificate, barcode...
This article explains how To modify found watermark properties while using GroupDocs. Watermarks API....Conversion Product Solution GroupDocs...allows you to replace text and image in the found possible watermarks...
The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Conversion Product Solution GroupDocs...occurs when an error happens in an index. Errors in an index can...
This Topic lists file formats supported by GroupDocs.Viewer for .NET....Conversion Product Solution GroupDocs...Optical Disk Image Lha/Lzh Archive Cabinet Windows Imaging Format Refer...
Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM Images.
The following are the steps To read the native DICOM metadata.
Load a DICOM Image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Conversion Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...
This article shows how To get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....Conversion Product Solution GroupDocs...software. Please be aware only Pdf and Word processing documents...
This article explains how To detect document file type, size and calculate pages count with GroupDocs.Comparison....Conversion Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...