Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 10,596 for

join documents

(0.11 sec)
  1. 在 Python 中将 PowerPoint 演示文稿转换为 Markdown|Aspose....

    使用 Aspose.Slides for Python via .NET 将 PowerPoint 和 OpenDocument 幻灯片(PPT、PPTX、ODP)转换为干净的 Markdown,自动化文档编写并保持格式。... base_path = "c: \\ documents" with slides . Presentation...presentation : file_path = os . path . join ( save_options . base_path ...

    docs.aspose.com/slides/zh/python-net/convert-po...
  2. 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...
  3. 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...
  4. 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...
  5. MarkdownSaveOptions.images_folder property | As...

    MarkdownSaveOptions.images_folder property. Specifies the physical folder where images are saved when exporting a document to the [SaveFormat.MARKDOWN](../../../aspose.words/saveformat/#MARKDOWN) format...are saved when exporting a document to the SaveFormat.MARKDOWN.... Remarks When you save a Document in SaveFormat.MARKDOWN format...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 将页面追加到 PDF|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 将一个 PDF 文档的页面追加到另一个 PDF 文档中。... join ( path . dirname ( __file__...specified PDF document to the end of the source PDF document pdf_editor...

    docs.aspose.com/pdf/zh/python-net/append-pages-...
  7. 创建 ComboBox 字段|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式向 PDF 文档添加 ComboBox(下拉列表)字段。本示例演示如何插入 ComboBox 表单字段、添加可选择项,并保存更新后的 PDF 文件。... join ( path . dirname ( __file__..."""Create ComboBox field in PDF document.""" pdf_form_editor = pdf_facades...

    docs.aspose.com/pdf/zh/python-net/create-combob...
  8. 从 PDF 中提取附件|Aspose.PDF for Python via .NET

    了解如何使用 Python 和 Aspose.PDF 处理 PDF 附件。... Document ( infile ) as document : print ( f "Extracting...attachment_found = False for file_spec in document . embedded_files : if file_spec...

    docs.aspose.com/pdf/zh/python-net/extract-attac...
  9. INodeChangingCallback.node_removed method | Asp...

    INodeChangingCallback.node_removed method. Called when a node belonging to this document has been removed from its parent....when a node belonging to this document has been removed from its...get_log ( self ): return str . join ( '' , self . m_log ) See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 设置字段外观|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...