Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 50,517 for

import document

(0.63 sec)
  1. 将 PDF 转换为图像格式|Aspose.PDF for Java

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式。只需几行代码即可将 PDF 页面转换为 PNG、JPEG、BMP 图像。...文件中的所有页面转换为单个 TIFF 图像: 创建一个 Document 类的对象。 调用 Process 方法来转换文档。... toString (); Document document = new Document ( documentFileName...

    docs.aspose.com/pdf/zh/java/convert-pdf-to-imag...
  2. Convert PDF to DOC or DOCX format in Ruby|Aspos...

    Learn how to convert PDF Documents to DOC or DOCX formats in Ruby with Aspose.PDF, enabling easier editing and processing....DOC or DOCX To convert PDF document to DOC or DOCX format using...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/convert-pdf-to-doc-or-...
  3. PDF 表单。通过 Python 进行管理 | Aspose.PDF

    使用 Aspose.PDF 和 Python.net 在 PDF 中使用这个 Python 源代码管理 PDF 表单...中创建 PDF 表单 import aspose.pdf as apdf from os import path path_infile...data_dir , outfile ) document = apdf . Document ( path_infile ) #...

    products.aspose.com/pdf/zh-hans/python-net/acro...
  4. Remove DOC Annotation Online or Manage Annotati...

    delete comments from DOC file through online app for free. .NET API code to manage comments of DOC files....Doc Clear Comments from DOC Document Online or Manage via .NET...Develop powerful .NET based DOC document annotation utility application...

    products.aspose.com/total/net/annotate/doc/
  5. Online DOC Text Search Application or Develop D...

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

    products.aspose.com/total/java/search/doc/
  6. Online Word File Text Finder or Build Word Sear...

    Free online app to search in Word file. C# API code for any Word file text search application....Search Word Online Searchable Document App and Word Text Search API...Develop powerful .NET based Word document search engine software or...

    products.aspose.com/total/net/search/word/
  7. 将 HTML 转换为 DOCX – Aspose.HTML for Python via .NET

    使用 Aspose.HTML 或在线 HTML 转换器以编程方式将 HTML 转换为 DOCX。使用 Python 示例探索 HTML 到 DOCX 的转换场景。...'MHTML' 'MD' }} import aspose.html as ah import aspose.html.converters...converters as conv import aspose.html.saving as sav {{/if_output}}...

    docs.aspose.com/html/zh/python-net/convert-html...
  8. 使用 Python 向 PDF 添加文本图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上向 PDF 文件添加文本戳的 Python 源代码。...PDF 添加文本图章 import aspose.pdf as apdf from os import path path_infile...outfile ) document = apdf . Document ( path_infile ) document . pages...

    products.aspose.com/pdf/zh-hans/python-net/stam...
  9. 使用 Python 将表格添加到 PDF | Aspose.PDF

    Python 源代码用于通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上在 PDF 文件中添加表格。...中添加表格-Python import aspose.pdf as apdf from os import path path_infile...data_dir , outfile ) document = apdf . Document ( path_infile ) border_info...

    products.aspose.com/pdf/zh-hans/python-net/tabl...
  10. MarkdownLoadOptions.preserve_empty_lines proper...

    MarkdownLoadOptions.preserve_empty_lines property. Gets or sets a boolean value indicating whether to preserve empty lines while load a [LoadFormat.MARKDOWN](../../../aspose.words/loadformat/#MARKDOWN) Document...MARKDOWN document. The default value is False...the beginning and end of the document are also ignored. This option...

    reference.aspose.com/words/python-net/aspose.wo...