Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 73,773 for

import

(0.16 sec)
  1. FontSubstitutionRule.enabled property | Aspose....

    FontSubstitutionRule.enabled property. Specifies whether the rule is enabled or not.... import platform from api_example_base import ApiExampleBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartDataPoint.format property | Aspose.Words f...

    ChartDataPoint.format property. Provides access to fill and line formatting of this data point....api_example_base import ApiExampleBase , ARTIFACTS_DIR import aspose.words...words as aw import aspose.pydrawing as drawing doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Remove Pages from PDF using Python | Aspose.PDF

    Remove pages from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...deleting pages from a PDF, it’s important to use a reliable PDF editor...PDF - Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/pages/remove/
  4. 将 MHTML 转换为 DOCX – Aspose.HTML for Python via .NET

    使用 Aspose.HTML Python 库将 MHTML 转换为 DOCX。在即用型 Python 示例中考虑支持的 MHTML 到 DOCX 的转换方案。...'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-mhtm...
  5. Repair PDF using Go | Aspose.PDF

    Repair PDF documents programmatically with Go sample code using Aspose.PDF for Go via C++...PDF Output file: package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename...

    products.aspose.com/pdf/go-cpp/repair/
  6. Using Aspose.Cells for Java with ColdFusion|Doc...

    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....and at every level, import images, import charts, create charts...

    docs.aspose.com/cells/java/using-aspose-cells-f...
  7. How to Migrate from Aspose.Metafiles to Aspose....

    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.... Import Statement Java import com . aspose . imaging...

    docs.aspose.com/imaging/java/how-to-migrate-fro...
  8. How to add watermark into JT file - Free Suppor...

    Hi, we really want to add watermark into a JT file. What we need is: a Java program can take JT file as input, add watermark, then write out to a new JT file. Could anyone have sample code to fulfil this task? Thanks, …... import com.aspose.threed.*; import com.aspose.threed...

    forum.aspose.com/t/how-to-add-watermark-into-jt...
  9. What is a Primavera P6 XML File? Primavera P6 X...

    Learn about the Primavera XML file format, its extension, and its role in project management. Discover how to process, edit, and convert XML files with Aspose.Tasks. Automate project workflows using C#, Java, C++, and Python to seamlessly read, modify, and export Primavera XML files.... XML files store important project details such as tasks...XML files. It allows users to import, edit, and manage project schedules...

    products.aspose.com/tasks/supported-formats/p6xml/
  10. 通过 Python 在 PDF 中发布表单|Aspose.PDF for Python via...

    使用 Aspose.PDF for Python via .NET 向 PDF AcroForms 添加提交按钮和提交操作。... import aspose.pdf as ap def add_submit_button...创建按钮字段并绑定其点击操作。 将按钮添加到表单中。 保存更新后的 PDF。 import aspose.pdf as ap def add_submit_action...

    docs.aspose.com/pdf/zh/python-net/posting-form/