Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 3,507 for

index

(0.03 sec)
  1. 6 Methods to Remove PII from Office Document Me...

    Six working Node.js methods for clearing author names, comment threads, revision trails, and SharePoint fields from Office metadata with GroupDocs.Metadata, plus the leak scan that verifies the result....removes the Title a records index depends on. And it reports nothing...dependency and start script ├── index.js # entry point: runs all six...

    docs.groupdocs.com/metadata/nodejs-java/use-cas...
  2. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...pages, function (index, elem) { var pageNumber = elem...<!-- Keep the current slide index so we know which slide to load/save...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  3. Deleting slides from presentation | GroupDocs

    This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format... slide_number = 0 # index is 0-based, so this is the 1st...

    docs.groupdocs.com/editor/python-net/deleting-s...
  4. llms.txt

    # GroupDocs > Central documentation Index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families. GroupDocs provides on-premise docum......GroupDocs > Central documentation index for GroupDocs on-premise document...[Character replacement during Indexing](https://docs.groupdocs.c...

    docs.groupdocs.com/llms.txt
  5. Migration notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data.... Index , result . FoundText )); } }...

    docs.groupdocs.com/parser/net/migration-notes/
  6. Advanced worksheet editing options | GroupDocs

    This article describes two new features of the GroupDocs.Editor for .NET version 26.6 - the advanced worksheet editing options, which control how exactly input worksheet will be converted to HTML...specifies a desired worksheet index, and calls the Editor.Edit method...

    docs.groupdocs.com/editor/net/advanced-workshee...
  7. Convert a Document to Multiple Page Files | Gro...

    Render every page of a multi-page document into its own output file — loop page_number with pages_count=1 and Converter.convert() to produce one PNG, PDF, or image per page with GroupDocs.Conversion for Python via .NET....classes: page_number : One-based index of the first page to convert...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....specific EXIF tag through an indexer that takes a TiffTagID . Python...None ) if exif is not None : # Index the package by TiffTagID to...

    docs.groupdocs.com/metadata/python-net/working-...
  9. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....SpreadsheetContent >(); // Remove shape by index content . Worksheets [ 0 ]....

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  10. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options.... page_index + 1 } ): { result . text } "...search result includes the page index where the text was found. Advanced...

    docs.groupdocs.com/parser/python-net/search-text/