Sort Score
Result 10 results
Languages All
Labels All
Results 5,131 - 5,140 of 69,778 for

import

(0.18 sec)
  1. Converting a XPS file to DOC using Python | Asp...

    Sample code on Python for XPS to DOC conversion. Use example code for batch XPS to DOC conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/x...
  2. Convert a Document to an Image|Aspose.Words for...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using Python....words import Document , ImageSaveOptions...). from aspose.words.saving import ImagePixelFormat options =...

    docs.aspose.com/words/python-net/convert-a-docu...
  3. Aspose Linux Runtime Error - Free Support Forum...

    Hello, After using Aspose.words for python on net in Windows, I was tasked with running it in Linux. After pip installing it for the venv and rechecking the requirements on https://docs.aspose.com/words/python-net/syste…...getting a runtime error on the import line for aspose words. The...that error is thrown on the import aspose.words as aw line. alexey...

    forum.aspose.com/t/aspose-linux-runtime-error/3...
  4. Getting Started|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....rely on the thorough document import and export features provided...Cells for Android via Java Import/export data from an Array,...

    docs.aspose.com/cells/java/aspose-cells-for-and...
  5. How to Run the Examples | Aspose.ZIP for Java

    Learn how to run Aspose.ZIP for Java code examples...modern IDE can easily open or import the project and its dependencies...on the File menu and choose Import . Select Maven - Existing Maven...

    docs.aspose.com/zip/java/how-to-run-the-examples/
  6. 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...FooterDistance ,让它们保持原来的数值。 import com.aspose.words.*; public...

    forum.aspose.com/t/word/322768
  7. setOrientation(LANDSCAPE) Does Not Update Paper...

    Aspose.Cells Bug Report: setOrientation(LANDSCAPE) Does Not Update Paper Dimensions Summary When setting PageSetup.setOrientation(PageOrientationType.LANDSCAPE) on a worksheet, the orientation flag is updated but the pap…...Case import com.aspose.cells.PageOrientationType; import com.aspose...PdfSaveOptions; import com.aspose.cells.PrintingPageType; import com.aspose...

    forum.aspose.com/t/setorientation-landscape-doe...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Viewer via Python https://products.aspose.com/pdf/python-net/viewer/ Recent content in PDF Viewer via Python on Aspsoe.PDF Products Hugo --......chroma language-py py line cl kn import nn aspose.pdf k as nn apdf...cl line cl kn from nn os kn import n path line cl line cl n path_infile...

    products.aspose.com/pdf/python-net/viewer/index...
  9. Shapes being rendered in a different order - Fr...

    Hello! I found inconsistent orders of rendering word shapes to images. I’d like to know why, in the example provided, the header shapes of a page are being rendered before the shapes in the previous page. Without settin…...0 Sample code import aspose.words as aw doc = aw...older ticket asking you to import the ids from the document and...

    forum.aspose.com/t/shapes-being-rendered-in-a-d...
  10. Create Chart in PPTX Presentation Files using P...

    Python source code to create chart in PPTX Presentation.... import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/chart/pptx/