Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 66,861 for

import

(0.07 sec)
  1. Convert PPTM to PNG in Python | products.aspose...

    Convert PPTM to PNG in Python. Use Python library API to convert PPTM files to PNG...converting PPTM into PNG import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  2. Convert PPTM to JPG in Python | products.aspose...

    Convert PPTM to JPG in Python. Use Python library API to convert PPTM files to JPG...converting PPTM into JPG import jpype import asposeslides jpype ....startJVM() from asposeslides.api import Presentation, SaveFormat from...

    products.aspose.com/slides/python-java/conversi...
  3. Add Pages in PDF with Python via C++|Aspose.PDF...

    This article teaches how to insert (add) a page at the desired location PDF file in Python using C++....PDF file: import AsposePDFPythonWrapp as apw import AsposePDFPython...AsposePDFPython as apCore import os import os.path # Set the directory...

    docs.aspose.com/pdf/python-cpp/add-pages/
  4. 在 Jython 中去除受密码保护的工作表保护|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....cells import Settings from com . aspose . cells import Workbook...cells import SaveFormat from com . aspose . cells import FileFormatType...

    docs.aspose.com/cells/zh/java/unprotecting-pass...
  5. Export Excel Equations to Other Formats with Py...

    Learn how to export Excel equations to LaTeX and MathML formats using Aspose.Cells for Python via .NET....HTML: Python Code import os from aspose.cells import Workbook from...from aspose.cells.drawing import TextBox from aspose.cells.drawing...

    docs.aspose.com/cells/python-net/export-equation/
  6. 使用Python.NET导出Excel方程到其他格式|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel方程导出为LaTeX和MathML格式。...方法,并将生成的结果插入HTML中: Python代码 import os from aspose.cells import Workbook from...from aspose.cells.drawing import TextBox from aspose.cells.drawing...

    docs.aspose.com/cells/zh/python-net/export-equa...
  7. com.aspose.pdf.exceptions.FontNotFoundException...

    Converting a document to PDF on a Linux machine generates this error: com.aspose.pdf.exceptions.FontNotFoundException: Font OpenSansRegular can not found. com.aspose.pdf.internal.l5h.l1n.l1h(Unknown Source) com.aspose.p…...Document import com.aspose.pdf.FontRepository; import com.aspose...MemoryFontSource; import com.aspose.pdf.FontSettings; import com.aspose...

    forum.aspose.com/t/com-aspose-pdf-exceptions-fo...
  8. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET....save your PDF file import aspose.pdf as ap import aspose.pdf.drawing...drawing as drawing import datetime # Create Document instance document...

    docs.aspose.com/pdf/python-net/add-rectangle/
  9. Convert various file formats to PDF|Aspose.PDF ...

    Discover how to convert various file formats, such as Word, Excel, and PowerPoint, into PDF using Aspose.PDF for Java....examples ; import java.io.FileNotFoundExceptio ; import java.nio...file.Path ; import java.nio.file.Paths ; import com.aspose.pdf...

    docs.aspose.com/pdf/java/convert-other-files-to...
  10. Add Page Number to PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....examples ; import com.aspose.pdf.Color ; import com.aspose.pdf...Document ; import com.aspose.pdf.FontRepository ; import com.aspose...

    docs.aspose.com/pdf/java/add-page-number/