Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 53,000 for

import document

(0.13 sec)
  1. docx转PDF,创建Document程序卡死 - Free Support Forum - ...

    版本:23.8 编程语言:java 现象: 在客户的阿里云云服务器(windows操作系统), 执行以下代码时(Document doc = new Document(new ByteArrayInputStream(bytes));),进程卡死 异常文件: 龙华站合同终止_通知函_20251125 补充非电 -1126 Clean.docx (37.7 KB) jstack命令输出结果:...docx转PDF,创建Document程序卡死 中文技术支持 words-java ZhonghaoSun November...在客户的阿里云云服务器(windows操作系统), 执行以下代码时(Document doc = new Document(new ByteArrayInp...

    forum.aspose.com/t/docx-pdf-document/322211
  2. 替换现有PDF文件中的图像|Aspose.PDF for Java

    本节介绍如何使用Java库替换现有PDF文件中的图像。...要替换图像: 使用 Document 对象打开PDF文件。 替换特定图像,使用 Document 对象的 Save 方法保存更新后的PDF文件。...examples ; import java.io.FileInputStream ; import java.io.FileNotFoundExceptio...

    docs.aspose.com/pdf/zh/java/replace-image-in-ex...
  3. 使用 Python 从 PDF 中获取水印 | Aspose.PDF

    使用 Aspose.PDF for Python 使用 Python for .NET 示例代码,以编程方式从 PDF 文件中获取水印...中获取水印-Python import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  4. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。...为了向PDF文档添加文本标记注释,我们需要执行以下操作: 加载 PDF 文件 - 新的 Document 对象。 创建注释: HighlightAnnotation...然后我们应该将所有注释添加到页面中。 添加高亮注释 import aspose.pdf as ap # 打开文档 document = ap . Document...

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  5. Add Circle Object to PDF file|Aspose.PDF for Py...

    This article explains how to create a circle object to your PDF using Aspose.PDF for Python via .NET....draw a circle within a PDF document using Aspose.PDF for Python...Follow the steps below: Create Document instance. Create Drawing object...

    docs.aspose.com/pdf/python-net/add-circle/
  6. Python|Aspose.Words for Java

    Python: how to use Aspose.Words for Java....application that creates an empty document, inserts some content and...Microsoft Word .DOC document. Python import jpype import os . path jarpath...

    docs.aspose.com/words/java/python-and-aspose-wo...
  7. Online PPTX Text Search Application or Develop ...

    Free online app to search in PPTX files. Java code for any PPTX file text search application....Search Pptx Online Searchable Document App and PPTX Text Search API...Develop powerful Java based PPTX document search engine software or...

    products.aspose.com/total/java/search/pptx/
  8. Extract Text From Stamps using Python|Aspose.PD...

    Learn how to use special feature of Aspose.PDF for Python - text exstraction from stamp annotations...can be used: Load the PDF Document Access the First Page Iterate...Extracted Text import aspose.pdf as apdf from io import FileIO from...

    docs.aspose.com/pdf/python-net/extract-text-fro...
  9. Display CGM Formats Using Python | Aspose.PDF

    Open and view CGM Documents programmatically with Python sample code using Aspose.PDF for Python for .NET...the CGM with an instance of Document. View resultant File. Python...CGM files import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/viewer/cgm/
  10. Add Figures Annotations using Python|Aspose.PDF...

    This article describes how to add, get, and delete figures annotations from your PDF Document with Aspose.PDF for Python via .NET...Circle Annotations In PDF documents, a square annotation refers...area or section within the document. Square and Circle annotations...

    docs.aspose.com/pdf/python-net/figures-annotation/