Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 50,468 for

import document

(0.1 sec)
  1. Change named value in XMP metadata of EPS|Python

    The process of changing named value in XMP metadata of EPS file with Aspose.Page API solution for Python is explained and illustrated with the code here.... eps import * 2 from aspose. page . eps . xmp import * 3 from...from util import Util 4 ########## 5 ###### Class and Method declaration...

    docs.aspose.com/page/python-net/xmp-metadata/ch...
  2. Heap error during CDR to Pdf convertion - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; Import java.io.File; Import java.io.FileOutputStream; Import java.io.InputStream; Import java…...package Activation; import java.io.File; import java.io.FileOutputStream;...FileOutputStream; import java.io.InputStream; import java.io.OutputStream;...

    forum.aspose.com/t/heap-error-during-cdr-to-pdf...
  3. How to Implement Lazy Loading in GridJs|Documen...

    This article describes how to implement lazy loading in GridJs....configuration) import com.aspose.gridjs.GridJsOptions ; import org.springframework...springframework.context.annotation.Bean ; import org.springframework.context...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  4. List labels not getting reatained in splitted d...

    I am splliting a large Document into smaller Document using Document.extractPages() with below code: private List<Document> splitDocumentWithAspose(Document Document, int noOfSplits, int totalPageCount) throws Exception…...getting reatained in splitted document Aspose.Words Product Family...a large document into smaller document using document.extractPages()...

    forum.aspose.com/t/list-labels-not-getting-reat...
  5. Edit PDF in Python | products.aspose.com

    Edit PDF in Python. Use Python library API to edit PDF Document...and edit presentations, PDF documents, and other files. You can...new line of text to an PDF document with just a few lines of code...

    products.aspose.com/slides/python-net/editor/pdf/
  6. Online XPS to CSV Conversion or Build .NET base...

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

    products.aspose.com/total/net/conversion/xps-to...
  7. Importing Email|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....Español Русский Portuguese Importing Email Contents [ Hide ] VSTO...VSTO Below is the code to import email using VSTO Outlook. string...

    docs.aspose.com/email/net/importing-email/
  8. Working with Images in PDF|Aspose.PDF for PHP v...

    This section describes the features of working with images in a PDF file using PHP....world without the Portable Document Format (PDF) seems to be unthinkable...to work with a PDF document. This document can and will include...

    docs.aspose.com/pdf/php-java/working-with-images/
  9. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    Import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document doc = new Document("input.doc"); for (Section section : doc.getSection…...December 8, 2025, 10:36am 1 import com.aspose.words.*; public...throws Exception { Document doc = new Document("input.doc"); for...

    forum.aspose.com/t/word/322768
  10. 如何使用Python.NET将Excel以适合宽度和高度的页面进行打印|Documentation

    学习使用Aspose.Cells for Python via .NET API设置Excel打印的fit_to_pages_wide和fit_to_pages_tall属性。...cells import Workbook # Instantiating a...one_page_per_sheet 属性 from aspose.cells import Workbook , PdfSaveOptions #...

    docs.aspose.com/cells/zh/python-net/how-to-prin...