Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 56,376 for

import document

(0.3 sec)
  1. Indentation applied to first cell affects the e...

    Hello everyone, I’m encountering an issue when converting an Excel table to a Word Document using Aspose.Cells and Aspose.Words. Steps to reproduce: In Excel, create a table where the first cell has an indentation. D…...converting an Excel table to a Word document using Aspose.Cells and Aspose...generated HTML table into a Word document. Expected result: The indentation...

    forum.aspose.com/t/indentation-applied-to-first...
  2. 在 Python 中更新 PDF 链接|Aspose.PDF for Python via .NET

    了解如何在 Python 中更新 PDF 链接的外观和目标。... import aspose.pdf as ap import sys from os import path from...from aspose.pycore import cast , is_assignable def link_anno...

    docs.aspose.com/pdf/zh/python-net/update-links/
  3. 获取字段外观|Aspose.PDF for Python via .NET

    这篇文章解释了如何打开 PDF,访问表单字段,检索其外观设置并显示它们。示例演示了检索名为 "Last Name" 的字段的外观。...from io import FileIO import sys from os import path import aspose...pdf as ap import aspose.pydrawing as ap_pydrawing import aspose...

    docs.aspose.com/pdf/zh/python-net/get-field-app...
  4. Set Submit Flag|Aspose.PDF for Python via .NET

    Learn how to programmatically set a submit flag for a PDF form button using Aspose.PDF for Python. This allows the button to submit form data in a specific format, such as XFDF, when clicked by a user.... Bind a PDF document. Access an existing submit...updated PDF document. import aspose.pdf as ap import aspose.pdf...

    docs.aspose.com/pdf/python-net/set-submit-flag/
  5. Document.append_document method | Aspose.Words ...

    aspose.words.Document.append_Document method...append_document method Contents [ Hide ] append_document(src_doc...oc, import_format_mode) Appends the specified document to the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 在 Python 中将 PDF 表格与数据源集成|Aspose.PDF for Python ...

    了解如何在 Python 中将 PDF 表格与数据库和 pandas DataFrame 等数据源集成。...Document() . 向文档添加一个页面。 通过调用将 DataFrame...from os import path import sys import pandas as pd import aspose...

    docs.aspose.com/pdf/zh/python-net/integrate-table/
  7. Extract Links|Aspose.PDF for Python via .NET

    This example binds an input PDF, extracts all links, and prints their coordinates and URIs (if available)....elements such as web links, document links, and custom actions...analyze navigation patterns in a document. Create a PdfContentEditor...

    docs.aspose.com/pdf/python-net/extract-links/
  8. Add TOC to Existing PDF in Ruby|Aspose.PDF for ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Add TOC To add TOC in Pdf document using Aspose.PDF Java for...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  9. Working with XFA Forms|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET API lets you work with XFA and XFA Acroform fields in a PDF Document....include: Loading the input PDF document. Changing the form type to...applications. import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/python-net/xfa-forms/
  10. 设置字段外观|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python 更改 PDF 表单字段的视觉外观。...from io import FileIO import sys from os import path import aspose...pdf as ap import aspose.pydrawing as ap_pydrawing import aspose...

    docs.aspose.com/pdf/zh/python-net/set-field-app...