Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 15,730 for

annotation pdf

(0.52 sec)
  1. Working with DICOM metadata | Documentation

    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); // ....Annotation 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. Product Overview | Documentation

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or Pdf without third party software installed....Annotation Product Solution GroupDocs...popular document formats such as PDF, DOCX, XLSX, PPTX, XPS and others...

    docs.groupdocs.com/editor/net/product-overview/
  3. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....Annotation Product Solution GroupDocs...documents like ZIP archives, Pdf portfolios, emails, OST containers...

    docs.groupdocs.com/parser/java/features-overview/
  4. Control Meta-Data and Build a Custom UI with th...

    GroupDocs.Annotation for Java is a lightweight library that allows end users to annotate Pdf and Microsoft Office documents, raster images, AutoCAD drawings and 50+ types of files without the need to install the software that the documents or images were created in. A convenient web UI allows users to view, annotate, redact, comment on and share documents from any web-enabled device. Recently we’ve released a new GroupDocs.Annotation for Java library – version 1....Annotation for Java is a lightweight library that allows...allows end users to annotate PDF and Microsoft Office documents...

    blog.groupdocs.com/annotation/control-meta-data...
  5. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....Annotation Product Solution GroupDocs...Description Document body Metadata Annotations(comments) Remarks Embedded...

    docs.groupdocs.com/redaction/python-net/support...
  6. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Annotation Product Solution GroupDocs...new FileInputStream ( "sample.pdf" ); Signature signature = new...

    docs.groupdocs.com/signature/java/load-document...
  7. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Signature ( "samplePasswordProtec.pdf" )) { DigitalSearchOptions options...

    docs.groupdocs.com/signature/net/searching-for-...
  8. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Annotation Product Solution GroupDocs...@"C:\\Temp\\sample_output_file.pdf" , FileMode . Open , FileAccess...

    docs.groupdocs.com/redaction/net/save-to-stream/
  9. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...Annotation Product Solution GroupDocs...add_suffix = False so . rasterize_to_pdf = False result_path = redactor...

    docs.groupdocs.com/redaction/python-net/save-ov...
  10. Search flow | Documentation

    This article shows the internal stages of each search operation using Java search API....Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/search-flow/