Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 66,797 for

import

(0.08 sec)
  1. 获取 PDF 文件信息在 Ruby 中|Aspose.PDF for Java

    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.... doc = Rjb :: import ( ' com . aspose . pdf . Document...

    docs.aspose.com/pdf/zh/java/get-pdf-file-inform...
  2. How to find and iterate list lead in and childr...

    Hi Team, I am trying to find and iterate lists in an word documents using aspose words python library. Current approach : I have tried iterating all paragraphs and filtering list items using is_list_item method. Furt…... import aspose.words as aw license...

    forum.aspose.com/t/how-to-find-and-iterate-list...
  3. Extract Tables from PDF using Java | Aspose.PDF

    Extract tables from PDF file programmatically with Java sample code using Aspose.PDF for Java... Import the Necessary Libraries Load...

    products.aspose.com/pdf/java/table/extract/
  4. Aspose::Words::Loading::RtfLoadOptions::get_Rec...

    Aspose::Words::Loading::RtfLoadOptions::get_RecognizeUtf8Text method. When set to true, will try to detect UTF8 characters, they will be preserved during Import in C++....they will be preserved during import. bool Aspose :: Words :: Loading...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. HTML to PNG Converter using Python | Aspose.PDF

    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...
  6. 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/
  7. Python Barcode Generator and Scanner API | Aspose

    Python barcode reader library to recognize and generate mutiple types of barcodes, including 1D, 2D, and Postal types. Use API in Python applications....- Python from asposebarcode import Generation class BarcodeGeneratorExam...Python import os import base64 from asposebarcode import Recognition...

    products.aspose.com/barcode/python-java/
  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. Edit HTML In Java

    Edit HTML in Java code....Edit a Table Edit an Image import com.aspose.words.*; Document...doc.save( "Output.html" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/edit/html/