Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 3,383 for

feature

(0.07 sec)
  1. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/search-for-en...
  2. eSign Document with Stamp Signature | GroupDocs

    This article explains how to sign a document electronically with generated Stamp signatures by GroupDocs.Signature for Python via .NET API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured Python library, we provide...

    docs.groupdocs.com/signature/python-net/esign-d...
  3. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/updating-qr-co...
  4. Extract Tables from Microsoft Office Word Docum...

    Learn how to easily extract table content from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  5. Deleting Text signatures - advanced | GroupDocs

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/deleting-text...
  6. Working with metadata in ASF files | GroupDocs

    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....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...the code above and see the feature in action in our GitHub examples:...redaction App Along with full featured Java library we provide simple...

    docs.groupdocs.com/redaction/java/use-microsoft...
  8. Inserting edited worksheet into existing spread...

    This article describes the new Feature of the GroupDocs.Editor for .NET version 20.10 - inserting an edited worksheet into existing spreadsheet...mentioning that the described new feature doesn’t modify the original...is not a spreadsheet, the feature with inserting a worksheet...

    docs.groupdocs.com/editor/net/inserting-edited-...
  9. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications.... Such feature is hard to implement because...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  10. Working with slide backgrounds | GroupDocs

    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....for Java also provides the feature that allows you to the picture...

    docs.groupdocs.com/watermark/java/working-with-...