Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 2,103 for

splitting

(0.61 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats.... Document Splitting به فرآیند تقسیم یک سند PDF...

    blog.groupdocs.cloud/fa/page/18/
  2. Java 中的文檔拆分 | PPT文檔拆分器

    了解如何使用 Java 將 PowerPoint PPT 或 PPTX 幻燈片拆分為單獨的文件。按照分步說明實現高效的 PowerPoint 文件拆分。... 最後,通過調用 DocumentApi 的 split() 方法並傳遞 SplitRequest 參數來拆分 PowerPoint...MultiDocumentResult response = apiInstance.split(request); // 獲取輸出文件路徑。 for (DocumentResult...

    blog.groupdocs.cloud/zh-hant/merger/split-power...
  3. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....WordsSeparatorChars An array of delimiters to split text into words DetailsLevel...

    docs.groupdocs.cloud/comparison/settings/
  4. Convert Word to TIFF File in Python

    GroupDocs API is a secure and easy to use way to convert DOC to TIFF file in seconds. This article is about how to convert word to TIFF file in Python....multiple pages support and you can split a multipage TIFF file into separate...

    blog.groupdocs.cloud/conversion/convert-word-to...
  5. Java でのドキュメントの分割 | PDF ドキュメント スプリッター

    Java で PDF を個別のファイルに分割する方法を学びます。 GroupDocs.Merger Cloud SDK for Java の機能を調べ、ページ番号または範囲を使用して PDF を分割します。... 最後に、DocumentApi の split() メソッドを呼び出して SplitRequest パラメータを渡して、PDF...MultiDocumentResult response = apiInstance.split(request); // 出力ファイルのパスを取得します。...

    blog.groupdocs.cloud/ja/merger/java-document-sp...
  6. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud... Document Splitting به فرآیند تقسیم یک سند PDF...

    blog.groupdocs.cloud/fa/groupdocs.cloud/page/18/
  7. Java 中的文檔拆分 | PDF文檔拆分器

    了解如何在 Java 中將 PDF 拆分為單獨的文件。探索 GroupDocs.Merger Cloud SDK for Java 的功能,並使用頁碼或範圍拆分 PDF。... 最後,通過調用 DocumentApi 的 split() 方法並傳遞 SplitRequest 參數來拆分 PDF。...MultiDocumentResult response = apiInstance.split(request); // 獲取輸出文件路徑。 for (DocumentResult...

    blog.groupdocs.cloud/zh-hant/merger/java-docume...
  8. viewer.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/viewer/add-watermark/ weekly 0.5 https://docs.groupdocs.cloud/viewer/adjust-image......cloud/viewer/split-drawing-into-tiles/ weekly 0...https://docs.groupdocs.cloud/viewer/split-worksheets-into-pages/ weekly...

    docs.groupdocs.cloud/sitemaps/viewer.xml
  9. Java에서 문서 분할 | PPT 문서 분할기

    Java를 사용하여 PowerPoint PPT 또는 PPTX 슬라이드를 별도의 파일로 분할하는 방법을 알아봅니다. 효율적인 PowerPoint 파일 분할을 달성하려면 단계별 지침을 따르십시오.... 마지막으로 DocumentApi의 split() 메서드를 호출하고 SplitRequest 매개변수를...MultiDocumentResult response = apiInstance.split(request); // 출력 파일 경로를 가져옵니다...

    blog.groupdocs.cloud/ko/merger/split-powerpoint...
  10. Java 中的文档拆分 | PDF文档拆分器

    了解如何在 Java 中将 PDF 拆分为单独的文件。探索 GroupDocs.Merger Cloud SDK for Java 的功能,并使用页码或范围拆分 PDF。... 最后,通过调用 DocumentApi 的 split() 方法并传递 SplitRequest 参数来拆分 PDF。...MultiDocumentResult response = apiInstance.split(request); // 获取输出文件路径。 for (DocumentResult...

    blog.groupdocs.cloud/zh/merger/java-document-sp...