Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 67,132 for

import

(0.14 sec)
  1. 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/...
  2. File Format Conversion via PHP | products.aspos...

    Convert Microsoft Excel and PowerPoint Formats into many other popular formats including PDF, HTML and Images with just few lines of code.... Import the necessary libraries for...as target file. Process is, import the necessary libraries for...

    products.aspose.com/total/php-java/conversion/
  3. 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...
  4. License for python sdk not working - Free Suppo...

    We have an aspose cad license for the product Aspose.CAD for Python via .NET And I’m trying to use this license via the python library Import aspose.cad as cad license = cad.License() license.set_license(l…...license via the python library import aspose.cad as cad license =...snippet for setting the license: import aspose.cad as cad license =...

    forum.aspose.com/t/license-for-python-sdk-not-w...
  5. docx中标题为一行,转换成PDF后,标题换行 - Free Support Forum - ...

    版本:23.8 编程语言:java 问题截图: 源文件: 审计整改通知书(冀水审改字〔2025〕08号).docx (189.8 KB)...Words将DOCX转换为PDF: import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/docx-pdf/320120
  6. PDF to XLS Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one XLS single file programmatically with Python sample code using Aspose.PDF for Python for .NET... Import necessary Python libraries...Output file: import aspose.pdf as apdf from os import path path_infiles...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  7. Aspose::Words::Drawing::ImageData::get_CropRigh...

    Aspose::Words::Drawing::ImageData::get_CropRight method. Defines the fraction of picture removal from the right side in C++....Words :: Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200) …...pdf import Document from aspose.pdf.plugins import PdfImageToJpegOption...

    forum.aspose.com/t/convert-pdf-to-image-chinese...
  9. Connecting to SMTP Server|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....the property into a project: import aspose.email as ae client =...using SMTP with SOCKS proxy: import aspose.email as ae client =...

    docs.aspose.com/email/python-net/connecting-to-...
  10. isLandscape() Does Not Return Correct Value - F...

    Hello, Using jar: aspose-pdf-25.2-jdk17.jar I don’t know why this is happening, but no matter what I do and what PDF document I open, the value I receive for isLandscape() is always “false”, even in cases where it is a…...Here is my code: import com.aspose.pdf.*; import java.io.File; public...

    forum.aspose.com/t/islandscape-does-not-return-...