Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 16,478 for

annotation pdf

(0.27 sec)
  1. 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....Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  2. 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); // ....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...
  3. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. Obtain document history information | GroupDocs

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

    docs.groupdocs.com/signature/net/obtain-documen...
  5. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...Annotation Product Solution GroupDocs...( f => new [] { ".docx" , ".pdf" , ".xlsx" , ".epub" } . Contains...

    docs.groupdocs.com/markdown/net/batch-convert/
  6. eSign Document with QR Code Signature | GroupDocs

    This article explains how to sign documents with electronic signature as QR code on document page with GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...below demonstrates how to sign a PDF document with the QR code signature...

    docs.groupdocs.com/signature/python-net/esign-d...
  7. Save image as base64 | GroupDocs

    The listed articles below explain how to embed images as Base64 strings directly in the Markdown....Annotation Product Solution GroupDocs...base64_static (): """Convert a PDF to Markdown with images embedded...

    docs.groupdocs.com/markdown/python-net/as-base6...
  8. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) // setup key and passphrase...

    docs.groupdocs.com/signature/java/sign-document...
  9. Getting Document Information | GroupDocs

    Read format, page count, author, dimensions, table of contents, and format-specific metadata from Pdf, Word, Excel, PowerPoint, CAD, image, project management, and email documents without converting — using Converter.get_document_info() in GroupDocs.Conversion for Python via .NET....Annotation Product Solution GroupDocs...7794 Example 2: Get PDF Document Info get_pdf_document_info.py from...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-data-from...