Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 2,109 for

splitting

(0.18 sec)
  1. 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...
  2. 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/
  3. تقسيم المستند في Java | PPT وثيقة الفاصل

    تعرف على كيفية تقسيم شرائح PowerPoint PPT أو PPTX إلى ملفات منفصلة باستخدام Java. اتبع التعليمات خطوة بخطوة لتحقيق تقسيم فعال لملفات PowerPoint....PowerPoint عن طريق استدعاء طريقة split() الخاصة بـ DocumentApi وتمرير...MultiDocumentResult response = apiInstance.split(request); // الحصول على مسار...

    blog.groupdocs.cloud/ar/merger/split-powerpoint...
  4. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge Multiple Excel Files into One using a REST API on the cloud in Node.js with Document Merger Cloud SDK for Node.js.... It allows you to combine, split, remove and rearrange a single...

    blog.groupdocs.cloud/merger/merge-multiple-exce...
  5. Sign PDF with Stamp using REST API in Node.js |...

    Programmatically merge documents of different file types using a REST API on the cloud in Python with GroupDocs.Merger Cloud SDK for Python.... It enables us to combine, split, remove and rearrange a single...

    blog.groupdocs.cloud/merger/merge-documents-of-...
  6. การแยกเอกสารใน Java | ตัวแยกเอกสาร PPT

    เรียนรู้วิธีแยกสไลด์ PowerPoint PPT หรือ PPTX ออกเป็นไฟล์แยกกันโดยใช้ Java ทำตามคำแนะนำทีละขั้นตอนเพื่อให้ได้การแยกไฟล์ PowerPoint ที่มีประสิทธิภาพ...แยกไฟล์ PowerPoint โดยเรียกเมธอด split() ของ DocumentApi และส่งพารามิเตอร์...MultiDocumentResult response = apiInstance.split(request); // รับเส้นทางไฟล์เอาต์พุต...

    blog.groupdocs.cloud/th/merger/split-powerpoint...
  7. Розбиття документів у Java | Розділювач докумен...

    Дізнайтеся, як розділити слайди PowerPoint PPT або PPTX на окремі файли за допомогою Java. Дотримуйтеся покрокових інструкцій, щоб досягти ефективного розділення файлів PowerPoint....PowerPoint, викликавши метод split() DocumentApi та передавши параметр...MultiDocumentResult response = apiInstance.split(request); // Отримати вихідний...

    blog.groupdocs.cloud/uk/merger/split-powerpoint...
  8. Dokumentaufteilung in Java | PPT Dokumentenspli...

    Erfahren Sie, wie Sie PowerPoint PPT oder PPTX-Folien mit Java in separate Dateien aufteilen. Befolgen Sie die Schritt-für-Schritt-Anleitungen, um eine effiziente Aufteilung von PowerPoint Dateien zu erreichen....auf, indem Sie die Methode split() der DocumentApi aufrufen und...MultiDocumentResult response = apiInstance.split(request); // Ausgabedateipfad...

    blog.groupdocs.cloud/de/merger/split-powerpoint...
  9. Java 中的文档拆分 | PPT文档拆分器

    了解如何使用 Java 将 PowerPoint PPT 或 PPTX 幻灯片拆分为单独的文件。按照分步说明实现高效的 PowerPoint 文件拆分。... 最后,通过调用 DocumentApi 的 split() 方法并传递 SplitRequest 参数来拆分 PowerPoint...MultiDocumentResult response = apiInstance.split(request); // 获取输出文件路径。 for (DocumentResult...

    blog.groupdocs.cloud/zh/merger/split-powerpoint...
  10. División de documentos en Java | Divisor de doc...

    Aprenda a dividir diapositivas de PowerPoint PPT o PPTX en archivos separados usando Java. Siga las instrucciones paso a paso para lograr una división eficiente de los archivos de PowerPoint....PowerPoint llamando al método split() de DocumentApi y pasando el...MultiDocumentResult response = apiInstance.split(request); // Obtenga la ruta...

    blog.groupdocs.cloud/es/merger/split-powerpoint...