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

append

(0.21 sec)
  1. Compare Document Metadata with GroupDocs.Metada...

    Practical guide showing how to detect added, removed, and changed metadata between document versions using GroupDocs.Metadata for Java. Includes code examples for full diff, ownership detection, revision history, and export formats.... append ( "change_type,property,old_value...entrySet ()) { sb . append ( "added," ). append ( esc ( e . getKey...

    blog.groupdocs.com/metadata/compare-metadata-ve...
  2. 使用 GroupDocs.Metadata 比较文档元数据:Java 指南

    实用指南,展示如何使用 GroupDocs.Metadata for Java 检测文档版本之间新增、删除和更改的元数据。包括完整差异、所有权检测、修订历史和导出格式的代码示例。... append ( "change_type,property,old_value...entrySet ()) { sb . append ( "added," ). append ( esc ( e . getKey...

    blog.groupdocs.com/zh/metadata/compare-metadata...
  3. 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...
  4. 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/
  5. 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/
  6. 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...
  7. 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...
  8. 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/
  9. 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...
  10. 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...