Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 49,733 for

import document

(0.07 sec)
  1. ImageData.GrayScale | Aspose.Words for .NET

    Discover the ImageData GrayScale property to enhance your images. Control grayscale display for stunning visual effects and improved user engagement.... Document imgSourceDoc = new Document ( MyDir + "Images...)[ 0 ]; Document dstDoc = new Document (); // Import a shape...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Convert SVG to Image – Aspose.SVG for Python vi...

    Learn about SVG to Image conversions and how to execute them with Aspose.SVG for Python via .NET. Consider Python examples and an online SVG Converter....svg import SVGDocument from aspose.svg.converters import Converter...'TIFF'}} from aspose.svg.saving import ImageSaveOptions {{/if_output}}...

    docs.aspose.com/svg/python-net/convert-svg-to-i...
  3. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various Import options to format output in Java....ImportFormatOptions Allows to specify various import options to format output. To...the Specify Load Options documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  4. Rendering Shapes Separately from Document|Aspos...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a Document, and export them to an external location using C#....from a Document Contents [ Hide ] When processing documents, a common...extract all images found in the document and export them to an external...

    docs.aspose.com/words/net/rendering-shapes-sepa...
  5. 使用 Python 查看 PS 文件 | Aspose.PDF

    用于在 .NET 上打开和查看 PS 文件的 Python 源代码...此示例代码显示如何查看 PS 文件 import aspose.pdf as apdf from os import path path_infile...PsLoadOptions () document = apdf . Document ( path_infile , options...

    products.aspose.com/pdf/zh-hans/python-net/view...
  6. 使用 Python 查看 SVG 文件 | Aspose.PDF

    用于在 .NET 上打开和查看 SVG 文件的 Python 源代码...此示例代码显示如何查看 SVG 文件 import aspose.pdf as apdf from os import path path_infile...SvgLoadOptions () document = apdf . Document ( path_infile , options...

    products.aspose.com/pdf/zh-hans/python-net/view...
  7. Converting to MHTML Files 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....workbook ) save_format = Rjb :: import ( 'com.aspose.cells.SaveFormat'...saving options sv = Rjb :: import ( 'com.aspose.cells.HtmlSaveOptions'...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  8. View RTF File Online and Load or Read RTF File ...

    Free online RTF file viewer app. Python API code to read and load RTF file for viewer application....File Online and Load or Read Document via Python Develop powerful...powerful Python based RTF document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/rtf/
  9. Convert SVG to TIFF in Python – Aspose.HTML

    Convert SVG to TIFF programmatically using the Aspose.HTML for Python via .NET library or online using 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/...
  10. 添加和删除书签|Aspose.PDF for Java

    您可以使用 Java 向 PDF 文档添加书签。可以从 PDF 文档中删除所有或特定书签。...Hide ] 向 PDF 文档添加书签 书签存储在 Document 对象的 OutlineItemCollectio 集合中,该集合本身位于...OutlineCollection 集合中。 要向 PDF 添加书签: 使用 Document 对象打开 PDF 文档。 创建书签并定义其属性。 将...

    docs.aspose.com/pdf/zh/java/add-and-delete-book...