Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 4,563 for

groupdocs.total,

(0.09 sec)
  1. Convert PPTX to HTML using Node.js

    Discover how to convert PPTX to HTML using Node.js with our step-by-step guide that quickly shows you exactly how to export PPTX to HTML in Node.js with ease today....Discover how to convert PPTX to HTML using Node.js with our step-by-step guide that quickly shows you exactly how to export PPTX to HTML in Node.js with ease today.

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  2. Convert ODT to TXT using Node.js

    Learn how to convert ODT to TXT using Node.js quickly and efficiently. Follow this guide to export ODT to TXT in Node.js with simple steps and clear examples....Learn how to convert ODT to TXT using Node.js quickly and efficiently. Follow this guide to export ODT to TXT in Node.js with simple steps and clear examples.

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  3. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing in Java....This article explains how to lock the watermarks in a Word document to restrict the editing in Java.

    docs.groupdocs.com/watermark/java/locking-water...
  4. Add annotation to the document | Documentation

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API.

    docs.groupdocs.com/annotation/java/add-annotati...
  5. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....This article shows how to access XMP metadata in a file of any supported format.

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API...This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API

    docs.groupdocs.com/watermark/net/working-with-w...
  7. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage.

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Individual Series Point Coloring in Word Proces...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Word Processing Document Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Word Processing Document Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.

    docs.groupdocs.com/assembly/java/individual-ser...
  9. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document.

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document.

    docs.groupdocs.com/parser/java/search-text-in-m...