GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....Guide CONVERSION BASICS Convert PDF Convert Word Convert Excel Convert...prompt, please hold on... An error occurred while retrieving the...
GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...
This article shows how to obtain the history of document changes with GroupDocs.Signature API.... To sign PDF, Word, Excel, PowerPoint, and...prompt, please hold on... An error occurred while retrieving the...
It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....Adobe Portable Document Format (PDF) OpenDocument Presentation OpenDocument...prompt, please hold on... An error occurred while retrieving the...
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); // ....to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...
This article explains how to save document with password protection....pdf" )) { // create QRCode option...signature . Sign ( "SignedProtected.pdf" , signOptions , saveOptions...
This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....sample demonstrates how to embed PDF file into DOCX document as OLE...OleWordProcessingOpt ( @"c:\embedded.pdf" , pageNumber ); oleWordProcessingOpt...
This article explains how to delete signature of the certain type with GroupDocs.Signature API....pdf" ); { // deleting QR-Code signatures...signature . delete ( "signed_out.pdf" , SignatureType . QrCode );...
This topic explains how to verify document for Barcode electronic signatures with GroupDocs.Signature API....pdf" ); BarcodeVerifyOptions options...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...
This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....pdf" ); QrCodeVerifyOptions options...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...