Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 66,905 for

import

(0.13 sec)
  1. View or Edit POTX Files Metadata using Python |...

    Python source code to edit or view POTX format metadata....Built-in Properties - Python import aspose.slides as slides # Instantiate...Properties to POTX - Python import aspose.slides as slides # Instantiate...

    products.aspose.com/slides/python-net/metadata/...
  2. View or Edit FODP Files Metadata using Python |...

    Python source code to edit or view FODP format metadata....Built-in Properties - Python import aspose.slides as slides # Instantiate...Properties to FODP - Python import aspose.slides as slides # Instantiate...

    products.aspose.com/slides/python-net/metadata/...
  3. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions object. Each load format has a corresponding class that holds load options for that load format.... Use RVM load options C# import aspose.threed as a3d # set...torus_tubular_segments = 40 # import RVM scene . open ( "LAD-TOP...

    docs.aspose.com/3d/python-net/specify-3d-file-l...
  4. Create, Manipulate, or Remove Scenarios from Wo...

    Learn how to create, modify, and delete scenarios in Excel worksheets programmatically using Aspose.Cells for Python via .NET API....modified workbook import os from aspose.cells import Workbook # For...

    docs.aspose.com/cells/python-net/create-manipul...
  5. Merge SVG files using Python for .NET | Aspose.PDF

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

    products.aspose.com/pdf/python-net/merger/svg/
  6. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = new com.aspose.pdf.Document();) { final com.as…...examples; import com.aspose.pdf.*; import com.aspose.pdf...exceptions.FontNotFoundExceptio; import com.aspose.pdf.text.SimpleFontSubstituti;...

    forum.aspose.com/t/pdfexception-during-xml-to-p...
  7. Working with JasperReports|Aspose.PDF for Jaspe...

    Master working with JasperReports using Aspose.PDF. Create and export detailed reports in PDF format with advanced features....following code to your project: import com.aspose.pdf.jr3_7_0.jasperreports...following code to your project: import com.aspose.pdf.jr3_7_0.jasperreports...

    docs.aspose.com/pdf/jasperreports/working-with-...
  8. 使用 Python 向 PDF 添加附件 | Aspose.PDF

    使用 Python on .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 通过 COM 互操作向 PDF 文档添加附件。... import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/atta...
  9. Working with Portfolio in PDF using Python|Aspo...

    How to Create a PDF Portfolio with Python. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....PDF for Python import aspose.pdf as ap # Instantiate...using the following code lines. import aspose.pdf as ap # Open document...

    docs.aspose.com/pdf/python-net/portfolio/
  10. Example of Hello World using Go language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Go.... package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Create new PDF-document...

    docs.aspose.com/pdf/go-cpp/hello-world-example/