Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 10,573 for

join documents

(1 sec)
  1. 添加自定义操作链接|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在首页添加自定义操作链接,并保存修改后的文档。为简化起见,使用了空的操作列表,但实际实现可以包含实际的操作。... join ( path . dirname ( __file__...PdfContentEditor () # Bind document to PdfContentEditor content_editor...

    docs.aspose.com/pdf/zh/python-net/add-custom-ac...
  2. Convert Visio to HTML format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to html formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to html with a few lines of code.... join ( sourceDir , "Drawing1.vsdx"...

    docs.aspose.com/diagram/zh/python-net/convert-v...
  3. Working with GridJs Server Side|Documentation

    This article describes how to use Aspose.Cells.GridJs library.... join ( Config . file_cache_directory...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  4. INodeChangingCallback.node_removing method | As...

    INodeChangingCallback.node_removing method. Called just before a node belonging to this document is about to be removed from the document....this document is about to be removed from the document. def node_removing...get_log ( self ): return str . join ( '' , self . m_log ) See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ResourceSavingArgs.resource_stream property | A...

    ResourceSavingArgs.resource_stream property. Allows to specify the stream where the resource will be saved to....created while converting a document to HTML (ResourceUriPrinter)...get_text ( self ): return str . join ( '' , self . m_text ) See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 填写单选按钮字段|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python via .NET 以编程方式填写 PDF 表单中的单选按钮字段。它展示了如何绑定 PDF 文档、按索引选择单选按钮选项,并保存更新后的文件。... join ( path . dirname ( __file__...pdf_facades . Form () # Bind PDF document pdf_form . bind_pdf ( infile...

    docs.aspose.com/pdf/zh/python-net/fill-radio-bu...
  7. DocumentBase.node_changing_callback property | ...

    DocumentBase.node_changing_callback property. Called when a node is inserted or removed in the document....inserted or removed in the document. @property def node_changing_callback...get_log ( self ): return str . join ( '' , self . m_log ) See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 设置字段外观|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python 更改 PDF 表单字段的视觉外观。... join ( path . dirname ( __file__...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/set-field-app...
  9. 设置字段对齐|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python 在 PDF 文档中设置表单字段的文本对齐方式。... join ( path . dirname ( __file__...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/set-field-ali...
  10. 添加插入符号注释|Aspose.PDF for Python via .NET

    此示例加载现有的 PDF,在首页添加插入符号注释,并保存修改后的文档。该注释包含红色插入符号图案和描述性注释文字。... 保存已更新的 Document。 import aspose.pdf as ap import...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/add-caret-ann...