Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 50,285 for

import document

(0.2 sec)
  1. XPS to TIFF Converter using Python | Aspose.PDF

    Sample code on Python for XPS to TIFF conversion. Use example code for batch XPS to TIFF conversion with Python and .NET...convert programmatically a document from XPS to TIFF format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/x...
  2. Microsoft PowerPoint (PPT)|Aspose.Slides Docume...

    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....PPT PPT is the presentation document file format that can be created...binary format for presentation documents developed by Microsoft. PPT...

    docs.aspose.com/slides/cpp/microsoft-powerpoint...
  3. Delete Annotations (facades)|Aspose.PDF for Java

    This section explains how to delete annotations with Aspose.PDF Facades using PdfAnnotationEditor Class....DeleteAnnotation () { // Open document Scanner consoleScanner = new...System . in ); Document document = new Document ( _dataDir + "sample_cats_dogs...

    docs.aspose.com/pdf/java/delete-annotations/
  4. Convert Markdown to Word in Python

    Follow this article to transform the Markdown to Word in Python. You will get information to set the IDE, a list of steps, and a sample code to change the file format from MD to DOCX in Python....NET to the project Import the aspose.words module into...source Markdown file into the Document object with the desired load...

    kb.aspose.com/words/python/convert-markdown-to-...
  5. Introduction|Aspose.Words for JasperReports

    Aspose.Words for JasperReports provides a number of parameters that affect the resulting Microsoft Word Document’s appearance....the resulting Microsoft Word document’s appearance. There are two...contains the parameters: Java import com . aspose . words . jasperreports...

    docs.aspose.com/words/jasperreports/introduction/
  6. Why Not Open XML SDK|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....” OOXML documents are essentially zipped XML...with the content of OOXML documents in a strongly‑typed way. Instead...

    docs.aspose.com/cells/net/why-not-open-xml-sdk/
  7. Online XSLFO to CSV Conversion or Build .NET ba...

    Free online app to convert XSLFO to CSV files. .NET C# conversion library code for XSLFO Documents....will be converted into CSV document Download the converted CSV...API Open XSLFO file using Document class Convert XSLFO to XLSX...

    products.aspose.com/total/net/conversion/xslfo-...
  8. Specify Formula Fields while Importing Data to ...

    Learn how to specify formula fields while Importing data into a worksheet using the Aspose.Cells for .NET API....Specify Formula Fields while Importing Data to Worksheet Contents...specify formula fields when you import data into your worksheet using...

    docs.aspose.com/cells/net/specify-formula-field...
  9. 如何用 Python.NET 设置系列隐藏|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 隐藏 Excel 中的图表系列,这里有详细的步骤指南。...NET 设置系列不可见: import os from aspose.cells import Workbook current_dir...如下图所示,原本可见的前两个系列在输出文件中变为不可见。 AI Document Assistant Close 如何创建龙卷风图表...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  10. 设置图像大小|Aspose.PDF for Java

    本节介绍如何使用 Java 库设置 PDF 文件中的图像大小。...examples ; import com.aspose.pdf.* ; public class...() { // 实例化 Document 对象 Document doc = new Document (); // 向 PDF...

    docs.aspose.com/pdf/zh/java/set-image-size/