Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 184 for

append

(0.1 sec)
  1. Detect file type of container item | GroupDocs

    Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET.... append ( attachment . name ) return...else "Unknown" supported . append ({ 'name' : attachment . name...

    docs.groupdocs.com/parser/python-net/detect-fil...
  2. Extract hyperlinks from document page | GroupDocs

    Learn how to extract hyperlinks from specific document pages using GroupDocs.Parser for Python via .NET.... append ({ 'text' : link . text or...document_links [ 'pages' ] . append ( page_data ) # Save to JSON...

    docs.groupdocs.com/parser/python-net/extract-hy...
  3. Extract hyperlinks from document | GroupDocs

    Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET. Extract links with text and URLs from PDF, Word, Excel.... append ( hyperlink ) else : invalid_links . append ( hyperlink..."internal" by_domain [ domain ] . append ( hyperlink ) except : by_domain...

    docs.groupdocs.com/parser/python-net/extract-hy...
  4. Character types | GroupDocs

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed.... append ( i ); // Digits } for ( char...sb . append ( i ); // Latin capital letters } sb . append (( char...

    docs.groupdocs.com/search/java/character-types/
  5. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for Python via .NET. Complete guide with code examples for table extraction.... append ( cell_text ) print ( " | "...if cell else "" row_data . append ( cell_text ) writer . writerow...

    docs.groupdocs.com/parser/python-net/extract-ta...
  6. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified.... append ( String . format ( "Name%sValue"..."Name%sValue" , delimiter )); builder . append ( "\n" ); for ( MetadataProperty...

    docs.groupdocs.com/metadata/java/migration-notes/
  7. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters.... Append ( ' ' ); } else { result . Append ( character...

    docs.groupdocs.com/search/net/search-for-text-c...
  8. Extract highlights | GroupDocs

    Learn how to extract text highlights (context snippets) from documents using GroupDocs.Parser for Python via .NET. Extract text with surrounding context for search results and previews.... append ({ 'keyword' : result . text...if highlight : highlights . append ({ 'position' : highlight ...

    docs.groupdocs.com/parser/python-net/extract-hi...
  9. Extract hyperlinks from document page area | Gr...

    Learn how to extract hyperlinks from specific page areas using GroupDocs.Parser for Python via .NET. Extract links from defined rectangular regions.... append ({ 'text' : link . text or...link in hyperlinks : links . append ({ 'text' : link . text or...

    docs.groupdocs.com/parser/python-net/extract-hy...
  10. Extract tables from document page | GroupDocs

    Learn how to extract tables from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page table extraction from PDF, Word, Excel.... append ( cell_text ) print ( " | "...table [ row , col ] row_data . append ( cell . text if cell else...

    docs.groupdocs.com/parser/python-net/extract-ta...