Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 3,425 for

extract

(0.06 sec)
  1. Search for QR Code standard entries | Documenta...

    This article explains how to provide advanced search for standard QR Code embedded objects like WiFi, Event, Contact, SMS, EMail, EPC or SEPA payment, VCard or MeCard entries, etc with GroupDocs.Signature API.... Here are the steps to extract standard entry frmo the QR-code...

    docs.groupdocs.com/signature/net/advanced-searc...
  2. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Redaction OCR support, you can extract a text from an image, search...

    docs.groupdocs.com/redaction/net/features-overv...
  3. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports Extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to Extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....backgrounds Leave feedback Extracting information about all slide...backgrounds The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/java/working-with-...
  5. eSign document with Metadata signature | Docume...

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...allows to store in metadata and extract back any user defined data...

    docs.groupdocs.com/signature/net/esign-document...
  6. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Node.js without third party software installed....password protected documents, extract document fonts, export document...etc. Document information extraction - page count, size, encrypted...

    docs.groupdocs.com/editor/nodejs-java/product-o...
  7. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...// Parse json response to extract lines and words with the bounding...

    docs.groupdocs.com/redaction/java/use-microsoft...
  8. Working with data extracted by template | Docum...

    Extracted data are stored in the instance of DocumentData class....data extracted by template Working with data extracted by template...feedback DocumentData class Extracted data are stored in the instance...

    docs.groupdocs.com/parser/java/working-with-dat...
  9. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed....password protected documents, extract document fonts, export document...etc. Document information extraction - page count, size, encrypted...

    docs.groupdocs.com/editor/java/product-overview/
  10. Add or Remove Annotations | Annotate PDF files ...

    Programmatically annotate PDF files in C#. Add or remove annotations like arrows, rectangle, ellipse, highlight, watermark annotations using .NET API....allows you to add, remove, and extract annotations from PDF & Word...

    blog.groupdocs.com/annotation/annotate-pdf-file...