Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 66,690 for

import

(0.09 sec)
  1. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。... import aspose.pdf as ap # 打开文档 document...以下代码片段向您展示如何验证 PDF 文档是否符合 PDF/A-1b。 import aspose.pdf as ap # 打开文档 document...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  2. 在 Python 中格式化 PowerPoint 文本|Aspose.Slides for P...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。通过强大的 Python 代码示例自定义字体、颜色、对齐方式等。...下面的代码片段演示了如何使用此功能: import aspose.slides as slides import aspose.pydrawing...下面的代码片段演示了如何使用此功能: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/zh/python-net/text-forma...
  3. 使用 Java 製作 HTML

    通過幾個步驟在 Java 中創建一個新的 HTML。使用 Java 庫輕鬆創建 HTML。..."ver" 複製 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...doc.save( "Output.html" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/html/
  4. 使用 Java 製作 DOCX

    通過幾個步驟在 Java 中創建一個新的 DOCX。使用 Java 庫輕鬆創建 DOCX。..."ver" 複製 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/docx/
  5. Extract Attachments from PDF using Python | Asp...

    Extract Attachments from PDF with Python on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....PDF document import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/attachments/...
  6. Imported polygon annotation is not showing - Fr...

    I have a PDF and i want to Import annotations from a XFDF file, the code i am using with Aspose.PDF 25.2.0 Document pdfDocument = new Document(inputPdf); // Create a PdfAnnotationEditor object PdfAnnot…...Imported polygon annotation is not showing Aspose.PDF Product...I have a PDF and i want to import annotations from a XFDF file...

    forum.aspose.com/t/imported-polygon-annotation-...
  7. Manage Presentations on Android|Aspose.Slides D...

    Manage PowerPoint PPT, PPTX and ODP presentations in Java with Aspose.Slides for Android: create, load, edit, clone slides and control content programmatically....Merge Presentations on Android Import Presentations from PDF or HTML...

    docs.aspose.com/slides/androidjava/manage-prese...
  8. Manage Presentations in Java|Aspose.Slides Docu...

    Manage PowerPoint PPT, PPTX and ODP presentations in Java with Aspose.Slides: create, load, edit, clone slides and control content programmatically....Merge Presentations in Java Import Presentations from PDF or HTML...

    docs.aspose.com/slides/java/manage-presentation/
  9. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。..."ver" 複製 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/
  10. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。..."ver" 複製 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...); doc.save( "Output.pdf" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/pdf/