Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 69,953 for

import

(0.24 sec)
  1. Converting a MHTML file to EPUB using Python | ...

    Sample code on Python for MHTML to EPUB conversion. Use example code for batch MHTML to EPUB conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/m...
  2. Unable to detect installed TrueType fonts durin...

    Dear Support Team, I was testing the conversion of multiple document formats to PDF (including DOCX, PPTX, VSDX, and XLSX) using custom fonts installed on my system. According to the documentation, Aspose libraries such…...callback: import com.aspose.diagram.Diagram; import com.aspose...IWarningCallback; import com.aspose.diagram.WarningInfo; import com.aspose...

    forum.aspose.com/t/unable-to-detect-installed-t...
  3. Change the Slide Size in Presentations with Pyt...

    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....Slides: import aspose.slides as slides with...for a presentation in Python: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/slide-size/
  4. Converting a HTML file to PNG using Python | As...

    Sample code on Python for HTML to PNG conversion. Use example code for batch HTML to PNG conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/h...
  5. PDF文本注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您添加、获取和删除PDF文档中的文本注释。...examples ; import com.aspose.pdf.* ; import java.util.* ;...pdf.examples ; import com.aspose.pdf.* ; import java.util.* ;...

    docs.aspose.com/pdf/zh/java/text-annotation/
  6. DNN Users and Roles Export Module|Aspose.Words ...

    Export DNN Users along with their roles into Microsoft Word using Aspose.Words DNN Users and Roles Export Module in C#....page where you want to add the Import module Select Modules -> Add...for DNN and Aspose .NET Word Import for DNN are open source and...

    docs.aspose.com/words/net/dnn-users-and-roles-e...
  7. Converting a EPS file to BMP using Python | Asp...

    Sample code on Python for EPS to BMP conversion. Use example code for batch EPS to BMP conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/e...
  8. NoClassDefFoundError: Could not initialize clas...

    Hello Aspose Support Team, We are the developers of BigTemplate, a project management application for Jira that uses Aspose.Tasks for MPP export functionality. We have encountered an environment-specific issue with Aspo…...code context: import com.aspose.tasks.Project; import com.aspose...aspose.tasks.ImageSaveOptions; import com.aspose.tasks.SaveFileFormat;...

    forum.aspose.com/t/noclassdeffounderror-could-n...
  9. 保存文件时,出现错误: - Free Support Forum - aspose.com

    try(InputStream workbookStream = new URL(url).openStream()){ Workbook workbook = new Workbook(workbookStream); workbook.save(output, options); } 报错了:java.lang.ClassCastException: com.aspose.cells.b.a.d.z cannot be ca…...示例代码(已验证的最小示例) import com.aspose.cells.*; import java.io.InputStream;...InputStream; import java.net.URL; public class SaveDemo { public static...

    forum.aspose.com/t/topic/323685
  10. How to Generate Excel File in Java

    In this step by step tutorial you will learn how to generate Excel file in Java. These steps are same for Linux, macOS and Windows operating systems....Worksheet , and Cells classes using Import in the program Instantiate...added to run this code. You may import a few classes like Workbook...

    kb.aspose.com/cells/java/how-to-generate-excel-...