Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 16,563 for

pdf conversion

(0.14 sec)
  1. Working with DICOM metadata | GroupDocs

    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...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-di...
  2. Obtain document history information | GroupDocs

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....Conversion Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/obtain-documen...
  3. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Conversion Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  4. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....Conversion Product Solution GroupDocs...Adobe Portable Document Format (PDF) OpenDocument Presentation OpenDocument...

    docs.groupdocs.com/signature/net/supported-docu...
  5. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // create data encryption...

    docs.groupdocs.com/signature/java/implement-cus...
  6. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Comparison for Node.js via Java. No Microsoft Office or other third‑party software is required....Conversion Product Solution GroupDocs...comparison of Word/Excel/PowerPoint/PDF and other text-based formats...

    docs.groupdocs.com/comparison/nodejs-java/syste...
  7. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using Python. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature Python API by GroupDocs....Conversion Product Solution GroupDocs...processing. Supported formats are PDF, Microsoft Word, Microsoft PowerPoint...

    docs.groupdocs.com/signature/python-net/how-to-...
  8. Product Overview | GroupDocs

    Edit Microsoft Office documents like Word, Excel or PowerPoint or Pdf with help of GroupDocs.Editor for Node.js without third party software installed....Conversion Product Solution GroupDocs...popular document formats such as PDF, DOCX, XLSX, PPTX, XPS and others...

    docs.groupdocs.com/editor/nodejs-java/product-o...
  9. How to update Barcode signature in advance | Gr...

     This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/net/updating-barco...
  10. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Conversion Product Solution GroupDocs...additional file format information. a PDF document Extract the root metadata...

    docs.groupdocs.com/metadata/java/working-with-m...