Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 48,515 for

import document

(0.16 sec)
  1. Convert PDF To DOC Python

    Convert PDF to DOC format in Python code. Save PDF as DOC using Python....converting PDF to DOC Use our document conversion API to develop...solution to import and export PDF, DOC, and many other document formats...

    products.aspose.com/words/python-net/conversion...
  2. Convert PDF To RTF Python

    Convert PDF to RTF format in Python code. Save PDF as RTF using Python....converting PDF to RTF Use our document conversion API to develop...solution to import and export PDF, RTF, and many other document formats...

    products.aspose.com/words/python-net/conversion...
  3. Redact PDF using Python | Aspose.PDF

    Redact PDF Documents programmatically with Python sample code using Aspose.PDF for Python for .NET...run the command: Redact PDF documents via Python You need Aspose...the PDF with an instance of Document. Create TextFragmentAbsorber...

    products.aspose.com/pdf/python-net/redaction/
  4. Convert HTML to JPEG in Python – Aspose.HTML fo...

    Convert HTML to JPEG programmatically using Aspose.HTML or online with the HTML Converter. Explore HTML to JPEG conversion scenarios with Python examples....needs to be embedded into documents like presentations or emails...aspose.html import * from aspose.html.converters import * from aspose...

    docs.aspose.com/html/python-net/convert-html-to...
  5. PDF 粘性注释使用 Python|Aspose.PDF for Python via .NET

    本主题关于粘性注释,作为示例,我们展示文本中的水印注释。... import aspose.pdf as ap document = ap . Document ( input_file...创建注释 # 加载 Page 对象以添加注释 page = document . pages [ 1 ] # 创建注释 wa =...

    docs.aspose.com/pdf/zh/python-net/sticky-annota...
  6. 使用 Python for .NET 创建 PDF | Aspose.PDF

    本主题向您展示如何使用适用于 Python 的 Aspose.PDF API 在 Python 应用程序中轻松生成和读取 PDF 文件。...Python 创建 PDF import aspose.pdf as apdf from os import path path_outfile...Initialize document object document = apdf . Document () # Add...

    products.aspose.com/pdf/zh-hans/python-net/create/
  7. Redact PPT Presentation Online or using Python ...

    Open and redact PPT Document online via app for free. Python API code to search and replace PPT text....NET Redact Ppt Redact PPT Document Online or via Python Develop...Redact PPT Presentation Online Import PPT file by uploading it. Do...

    products.aspose.com/total/python-net/redact/ppt/
  8. NodeImporter.ImportNode | Aspose.Words for .NET

    Effortlessly transfer nodes between Documents with NodeImporter's ImportNode method. Enhance your workflow and streamline data integration today!...ImportNode method Imports a node from one document into another....node to import. isImportChildren Boolean true to import all child...

    reference.aspose.com/words/net/aspose.words/nod...
  9. Compress HTML In Java

    Compress HTML in Java without losing quality. Optimize HTML content, reduce file size easily....Copy import com.aspose.words.*; Document doc = new Document ( "Input...); import com.aspose.words.*; Document doc = new Document("Input...

    products.aspose.com/words/java/compress/html/
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...util; import java.awt.Color; import java.awt.geom.Rectangle2D;...Rectangle2D; import java.io.InputStream; import java.util.ArrayList;...

    forum.aspose.com/t/word-header-footer-x-y/316493