Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 67,084 for

import

(0.12 sec)
  1. 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...
  2. 保存文件时,出现错误: - 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
  3. Advanced Text Extraction from PowerPoint Presen...

    Learn how to quickly and easily extract text from PowerPoint presentations using Aspose.Slides for Python via .NET. Follow our simple, step-by-step guide to save time and efficiently access slide content in your applications....slide of the presentation: import aspose.slides as slides # Instantiate...including the master slides. import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/extract-text-...
  4. Aspose.PDF,是否可以解析PDF,转换为结构化的数据,存储到数据库 - Free Su...

    Aspose.PDF,是否可以解析PDF,转换为结构化的数据,存储到数据库...并抽取表格、表单字段 import com.aspose.pdf.*; import java.sql.*; import java...

    forum.aspose.com/t/aspose-pdf-pdf/320833
  5. Html to pdf conversion - aspose-html - Free Sup...

    i used below dependency in java to convert html file to pdf. <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-imaging</artifactId> <version>25.5</version> </depen…...URI: import com.aspose.html.converters.Converter; import com.aspose...html.saving.PdfSaveOptions; import com.aspose.html.HTMLDocument;...

    forum.aspose.com/t/html-to-pdf-conversion-aspos...
  6. Public API Changes in Aspose.3D 16.12.0|Documen...

    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....Metered Class Importing DXF Files This document describes...other code to use Aspose . 3D Importing DXF Files Using the recent...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  7. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF documents using Aspose.PDF for Python via .NET library....Updated PDF import aspose.pdf as ap from aspose.pycore import * import...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/
  8. Aspose::Words::Fields::FieldInclude::get_Source...

    Aspose::Words::Fields::FieldInclude::get_SourceFullName method. Gets or sets the location of the document in C++....can use an INCLUDE field to import a portion of another document...with this field contains this imported portion. auto field = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Encoding 3D Mesh in the Google Draco File|Docum...

    Aspose.3D for Python via .NET API allows developers to Import a 3D model, and then encode meshes in the Google Draco files. Developers can also specify the position, texture coordinates, color and normal bits as well as the compression level before encoding a mesh....NET API allows developers to import a 3D model , and then encode...

    docs.aspose.com/3d/python-net/encoding-3d-mesh-...
  10. CSV 转换为 DataFrame | 在 Python 中将 CSV 转换为 Pandas ...

    学习如何使用 Aspose.Cells for Python 将 CSV 转换为 pandas DataFrame,步骤示例逐步讲解。在 pandas 中导入 CSV,通过 CSV 处理 Excel,轻松构建 DataFrames。... import aspose.cells as ac # Load CSV...使用第一行作为标题。 从剩余的行创建 DataFrame。 import pandas as pd # Convert to Pandas...

    blog.aspose.com/zh/cells/convert-csv-to-pandas-...