Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 50,512 for

import document

(0.28 sec)
  1. Convert SVG to GIF in Python – Aspose.HTML

    Use Aspose.HTML for Python via .NET to convert SVG to GIF with full control over save options or convert SVG online with a free SVG Converter....Demos Cloud Free Trial Documentation API Reference Overview Overview...Demos Cloud Free Trial Documentation API Reference PyPI Pricing...

    products.aspose.com/html/python-net/conversion/...
  2. Why does ParagraphFormat.getFirstLineIndent() r...

    请看一下附件里的template.zip (42.3 KB)这个模板文件,可以看到如附件里的 这个截图所示,first line indent是没有设置的。 然后当我在用Aspose Java的API去读取这个模板文件里的这个样式的first line indent时,发现得到的是-28.35,见附件里的 截图。截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”)…...截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”));这里的xxx...check.service; import com.aspose.words.*; import lombok.SneakyThrows;...

    forum.aspose.com/t/why-does-paragraphformat-get...
  3. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex Documents that contain images, text fragments, and tables in one Document....simple steps to create a PDF document using Python and Aspose.PDF...at creating a more complex document with Aspose.PDF for Python...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  4. Remove DOT Annotation Online or Manage Annotati...

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

    products.aspose.com/total/net/annotate/dot/
  5. TIFF to PDF Merge using Python | Aspose.PDF

    Combine two or more TIFF Documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Installing the Library on the Documentation pages. To verify the benefits...in just a few lines of code. Import necessary Python modules: aspose...

    products.aspose.com/pdf/python-net/merger/tiff-...
  6. 使用 Python 搜索 PDF | Aspose.PDF

    无需在 .NET Framework、.NET Core 上打开即可搜索 PDF 文档的 Python....文件-Python import aspose.pdf as apdf from os import path path_infile...data_dir , infile ) document = apdf . Document ( path_infile ) #...

    products.aspose.com/pdf/zh-hans/python-net/search/
  7. 使用 Python 从 PDF 中提取附件 | Aspose.PDF

    在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上通過 COM Interop 使用 Python 從 PDF 中提取附件。... import aspose.pdf as apdf from os import path path_infile...infile ) # Open document document = apdf . Document ( path_infile...

    products.aspose.com/pdf/zh-hant/python-net/atta...
  8. Document Builder Overview in C++|Aspose.Words f...

    DocumentBuilder allows you to build dynamic Documents from scratch or add new elements to existing ones using C++. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in C++....Ask AI Document Builder Overview Contents [ Hide ] DocumentBuilder...with Document and enables you to build dynamic documents from...

    docs.aspose.com/words/cpp/document-builder-over...
  9. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上处理 PDF 文件中邮票的 Python 源代码... 使用 Document 實例載入 PDF。 使用 Document.Info 屬性取得 DocumentInfo。...存取並顯示不同的 Document.Info 屬性。 將圖章添加到 PDF - Python import aspose.pdf...

    products.aspose.com/pdf/zh-hant/python-net/stamps/
  10. 使用 Python for .NET 创建 PDF | Aspose.PDF

    本主題介紹如何使用適用於 Python API 的 Aspose.PDF在 Python 應用程式中輕鬆生成和讀取 PDF 檔。... 在類別檔案中包含命名空間 初始化 Document 類別物件。 使用 Pages.Add() 方法新增頁面。...Python 创建 PDF import aspose.pdf as apdf from os import path path_outfile...

    products.aspose.com/pdf/zh-hant/python-net/create/