Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 73,783 for

import

(1.24 sec)
  1. MarkdownLoadOptions.preserve_empty_lines proper...

    MarkdownLoadOptions.preserve_empty_lines property. Gets or sets a boolean value indicating whether to preserve empty lines while load a [LoadFormat.MARKDOWN](../../../aspose.words/loadformat/#MARKDOWN) document... This option allows to import such empty lines. @property...MarkdownLoadOptions MarkdownLoadOptions.import_underline_formatting property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...Words can import footnotes that are marked up...save as DOCX import com.aspose.words.*; import java.io.*; public...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  3. Edit Word, PDF In Python

    Edit DOCX, DOC, PDF and a variety of other file formats in Python....Edit a Table Edit an Image import aspose.words as aw doc = aw...) doc.save( "Output.docx" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/
  4. 档案

    档案... import aspose.slides as slides # 创建一个新的演示文稿...Python 中打开现有的 PPT/PPTX 文件。 import aspose.slides as slides # 打开演示文稿...

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  5. Manage Table Cells in Presentations with Python...

    Effortlessly manage table cells in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET. Master accessing, modifying, and styling cells quickly for seamless slide automation....table cells in a presentation: import aspose.slides as slides with...remove borders from table cells: import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/manage-cells/
  6. Aspose TeX for Python – FAQ

    Comprehensive Frequently Asked Questions for Aspose TeX for Python, detailing how to install the pure‑Python API, convert LaTeX, manage fonts, supported packages, and much more....the installation with: Copy 1 import aspose.tex as tex 2 print (tex...few lines of code? A: Copy 1 import aspose.tex as tex 2 3 doc =...

    docs.aspose.com/tex/python-net/faq/
  7. Open PSD, PSB and AI files and export them to P...

    Example PSD, PSB and AI file export to other formats...overview of the steps involved: Import the necessary classes and modules...

    docs.aspose.com/psd/java/open-export-psd-psb-ai...
  8. Page Break Preview in Ruby|Documentation

    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....file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...

    docs.aspose.com/cells/java/page-break-preview-i...
  9. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using Java library....examples ; import com.aspose.pdf.* ; public class...

    docs.aspose.com/pdf/java/delete-pages/
  10. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...Complete code import com.aspose.words.*; import com.aspose.cells...cells.*; import java.io.*; import java.util.Iterator; public class...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...