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

append

(0.47 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. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Python via .NET API and couple lines of code...path to each additional PDF to append. Call merger.save() with the.../input.pdf" ) as merger : # Append the second PDF document merger...

    docs.groupdocs.com/merger/python-net/merge-pdf/
  3. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Python via .NET....each additional DOCX file to append. Call merger.save() with the.../input.docx" ) as merger : # Append the second Word document merger...

    docs.groupdocs.com/merger/python-net/merge/word/
  4. 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...
  5. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....each additional ZIP file to append. Call merger.save() with the.../input.zip" ) as merger : # Append the second archive merger ...

    docs.groupdocs.com/merger/python-net/merge/arch...
  6. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and many other formats with a couple of Python via .NET code lines and GroupDocs.Merger for Python via .NET....each additional PPTX file to append. Call merger.save() with the.../input.pptx" ) as merger : # Append the second PowerPoint presentation...

    docs.groupdocs.com/merger/python-net/merge/powe...
  7. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....each additional XLSX file to append. Call merger.save() with the.../input.xlsx" ) as merger : # Append the second Excel spreadsheet...

    docs.groupdocs.com/merger/python-net/merge/excel/
  8. 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...
  9. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....each additional EPUB file to append. Call merger.save() with the.../input.epub" ) as merger : # Append the second EPUB file merger...

    docs.groupdocs.com/merger/python-net/merge/epub/
  10. 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/