Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 66,994 for

import

(0.51 sec)
  1. Save File from URL in Python – Aspose.HTML

    Learn how to save file from URL using the Aspose.HTML Python API. Consider Python examples for automating the download files from websites....Python 2 3 import os 4 import aspose.html as ah 5 import aspose.html...files allows you to save important documents, text, images, videos...

    docs.aspose.com/html/python-net/save-file-from-...
  2. Extracting handwritten text|Documentation

    How to extract text from notes, memos, checks and other handwritten documents.... import aspose.ocr as ocr # Initialize...

    docs.aspose.com/ocr/python-net/recognition/read...
  3. Add Cells to Microsoft Excel Formula Watch Wind...

    Learn how to monitor cells in Excel's Formula Watch Window using Aspose.Cells for Python via .NET. Includes code examples and API references....cells import Workbook , SaveFormat # Create...

    docs.aspose.com/cells/python-net/add-cells-to-m...
  4. Get Dimension of an image - Free Support Forum ...

    Can we get dimensions (width and height) of an image using aspose.word or any other aspose library? Code should run in linux and windows....Here’s a simple example in Java: import com.aspose.words.*; public...

    forum.aspose.com/t/get-dimension-of-an-image/31...
  5. Aspose.PDF Java for Jython|Aspose.PDF for Java

    Combine the power of Aspose.PDF for Java with Jython. Effortlessly manipulate PDF files in a Python-based Java environment....aspose - pdf import Settings from com . aspose . pdf import Document...

    docs.aspose.com/pdf/java/aspose-pdf-java-for-jy...
  6. Get image x,y and width and height with out fig...

    Chapter09.docx (468.6 KB) MS Drawing tools doc file image size get....snippet to get you started: import com.aspose.words.*; public...

    forum.aspose.com/t/get-image-x-y-and-width-and-...
  7. 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...
  8. Aspose.Cells Java for Jython|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....aspose_cells import Settings from com . aspose . Cells import Workbook...

    docs.aspose.com/cells/java/aspose-cells-java-fo...
  9. 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...
  10. 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