Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 50,613 for

import document

(0.05 sec)
  1. Python 中的 HTML 导航 - Aspose.HTML for Python via ...

    了解如何使用 Aspose.HTML for Python 通过 .NET 浏览 HTML 并检查其元素,以及 CSS 选择器和 XPath 的用法。...the HTML DOM using Python 2 3 import aspose.html as ah 4 5 # Prepare...</span>" 7 8 # Initialize a document from the prepared code 9 with...

    docs.aspose.com/html/zh/python-net/html-navigat...
  2. Manage Presentation Comments in Python|Aspose.S...

    Master presentation comments with Aspose.Slides for Python via .NET: add, read, edit, and delete comments in PowerPoint files fast and easily....presentation: import aspose.slides as slides import aspose.pydrawing...pydrawing as draw import datetime # Instantiates the Presentation...

    docs.aspose.com/slides/python-net/presentation-...
  3. 如何使用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...
  4. Create WORD Report In Python

    Generate reports and automate Documents using WORD templates and custom data in Python....build Word reports and for document automation using Word templates...images, barcodes, and other document elements with Python via ...

    products.aspose.com/words/python-net/report/word/
  5. 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
  6. How to crop PDF | Aspose.PDF

    Do you know how easily crop PDF Documents using Python? Crop PDF files with high quality using Python PDF library....basic information, improving document availability. Crop PDF helps...overall aesthetics of the document, providing a cleaner and more...

    products.aspose.com/pdf/tutorial/crop-pdf/
  7. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF Document with Java....that you can link several documents together. By adding a link...link to an application into a document, it is possible to link to...

    docs.aspose.com/pdf/java/create-links/
  8. Convert VSTX to PDF via Python | products.aspos...

    Sample Python conversion code for VSTX format to PDF file. Use this example code to convert VSTX to PDF 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...
  9. Convert VSDM to PDF via Python | products.aspos...

    Sample Python conversion code for VSDM format to PDF file. Use this example code to convert VSDM to PDF 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...
  10. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes to your child node list. Boost your development efficiency!...another document, you should use ImportNode to import the node...node to the current document. The imported node can then be inserted...

    reference.aspose.com/words/net/aspose.words/com...