Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 66,981 for

import

(0.21 sec)
  1. Delete Page in PDF in Node.js|Aspose.PDF for No...

    You can delete pages from your PDF file using Aspose.PDF for Node.js via C++....CommonJS: Call require and import asposepdfnodejs module as AsposePdf...errorText ); }); ECMAScript/ES6: Import the asposepdfnodejs module...

    docs.aspose.com/pdf/nodejs-cpp/delete-pages/
  2. 在 Ruby 中复制行和列|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...

    docs.aspose.com/cells/zh/java/copying-rows-and-...
  3. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../Importformatmode/#KeepSourceFormatting) mode is used...with a text box, which we will import into the first document. let...text box formatting // while importing them to other documents. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用 Python 管理演示文稿中的形状|Aspose.Slides for Python 文档

    学习在 Aspose.Slides for Python via .NET 中创建、编辑和优化形状,并交付高性能的 PowerPoint 和 OpenDocument 演示文稿。... import aspose.slides as slides # 在幻灯片上通过替代文本查找形状。...下面的代码示例演示了如何将形状从一个幻灯片克隆到另一个幻灯片。 import aspose.slides as slides # 实例化...

    docs.aspose.com/slides/zh/python-net/shape-mani...
  5. FieldIncludePicture class | Aspose.Words for Py...

    aspose.words.fields.FieldIncludePicture class. Implements the INCLUDEPICTURE field...how to insert images using IMPORT and INCLUDEPICTURE fields....= True # 2 - The IMPORT field: field_import = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用 Python 更改 HTML 边框颜色

    学习使用 Aspose.HTML for Python via .NET 在 HTML 中更改边框颜色。提供逐步示例、CSS 提示和常见样式问题的解决方案。...element using Python 2 3 import os 4 import aspose.html as ah 5 6...border using Python 2 3 import os 4 import aspose.html as ah 5 6...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  7. 通过 .NET 将 EPUB 转换为 PDF – Aspose.HTML for Python

    使用 Aspose.HTML Python 库将 EPUB 转换为 PDF。在 Python 代码示例中考虑各种 EPUB 到 PDF 的转换方案。...'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/zh/python-net/convert-epub...
  8. Merge EPUB files using Python for .NET | Aspose...

    Merge EPUB files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path epub_load_options...

    products.aspose.com/pdf/python-net/merger/epub/
  9. Merge MD files using Python for .NET | Aspose.PDF

    Merge MD files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path md_load_options...

    products.aspose.com/pdf/python-net/merger/md/
  10. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" document using Aspose.PDF for Python... Import the AsposePdfPython module...works. from AsposePdfPython import * doc = document_create ()...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...