Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 2,819 for

resource

(0.05 sec)
  1. Extract images from Microsoft Office PowerPoint...

    This article explains that how to extract images from Microsoft Office PowerPoint(.ppt, .pptx) presentations...imageNumber ++; } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-images-fr...
  2. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item....(), fileType )); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/detect-file-type...
  3. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... Save () } More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/net/annotation-red...
  4. Extract barcodes from document page | GroupDocs

    This article explains that how to extract barcodes from document page.... Value ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  5. Electronic Signature Types | GroupDocs

    This documentation section describes different types of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature for Python... More Resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/python-net/electro...
  6. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API...." ) More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/python-net/delete-...
  7. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...used in this example: More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/python-net/esign-p...
  8. Update Text Signatures in Document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature for Python via .NET API...." ) More Resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/python-net/update-...
  9. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files.... } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System.... More resources GitHub examples You may easily...

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