Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 53,305 for

import document

(0.78 sec)
  1. Inserting Fields|Aspose.Words for JasperReports

    Aspose.Words for JasperReports provides a unique feature that allows inserting Microsoft Word fields to any point of a Document....Word fields to any point of a document. This feature can be used...dynamically updated as the document is edited, TOC (table of contents)...

    docs.aspose.com/words/jasperreports/inserting-f...
  2. How to set Series invisible with Python.NET|Doc...

    Learn how to hide chart series in Excel using Aspose.Cells for Python via .NET with this step-by-step guide....NET: import os from aspose.cells import Workbook current_dir...invisible in the output file. AI Document Assistant Close How to create...

    docs.aspose.com/cells/python-net/how-to-set-ser...
  3. Convert VSS to XPS via Python | products.aspose...

    Sample Python conversion code for VSS format to XPS file. Use this example code to convert VSS to XPS within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  4. Convert VSTX to XPS via Python | products.aspos...

    Sample Python conversion code for VSTX format to XPS file. Use this example code to convert VSTX to XPS within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  5. Convert VTX to XPS via Python | products.aspose...

    Sample Python conversion code for VTX format to XPS file. Use this example code to convert VTX to XPS within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  6. Add JavaScript to PDF using Python

    Follow this article to add JavaScript to PDF using Python. You will get details to set the IDE, a list of steps, and a sample code for adding the JavaScript inside PDF using Python....NET to add JS to PDF Import Document, License, and JavascriptAction...the existing PDF into the Document class object Create JavaScript...

    kb.aspose.com/pdf/python/add-javascript-to-pdf-...
  7. Get Resolution and Dimensions of Embedded Image...

    Discover how to extract image resolutions and dimensions from embedded images in PDF files using Aspose.PDF in Java....names of any images in the document. Get the images using the...the PDF document. package com.aspose.pdf.examples ; import com.aspose...

    docs.aspose.com/pdf/java/get-resolution-and-dim...
  8. Creating and Saving Outlook Contacts in Ruby|Do...

    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....+ '/data/' contact = Rjb :: import ( 'com.aspose.email.MapiContact'...MapiContactNamePrope name_prop_set = Rjb :: import ( 'com.aspose.email.MapiContactNamePrope'...

    docs.aspose.com/email/java/creating-and-saving-...
  9. How to convert conditionally formatted tables f...

    Hi Community, I am currently working on the XLS2DOC converter example and I am wondering how to convert conditionally formatted cells from Excel to Word. Can you please provide a simple example how to get the Word cells…...convert your Excel documents into Word documents. You can take images...and add them in your word document using Aspose.Words. Please...

    forum.aspose.com/t/how-to-convert-conditionally...
  10. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using Java library....examples ; import com.aspose.pdf.* ; public class...// Open document Document pdfDocument = new Document ( _dataDir...

    docs.aspose.com/pdf/java/delete-pages/