Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 7,087 for

may

(0.13 sec)
  1. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/python-net/use-red...
  2. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  4. 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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/search-text-in-m...
  5. GroupDocs Regarding Excel and DOCX files Previe...

    Hello Team, I am using GroupDocs.Conversion in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for preview purposes. However, I have encountered some issues during the conversion: When c…...litvinchik May 17, 2025, 2:15pm 7 @koc-it-support...

    forum.groupdocs.com/t/groupdocs-regarding-excel...
  6. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/search-index-repo...
  7. Working with metadata in PSD images | GroupDocs

    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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/signing-archiv...
  9. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  10. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Parser for Python via .NET can work with....for advanced scenarios, you may need to configure additional...

    docs.groupdocs.com/parser/python-net/supported-...