Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 50,610 for

import document

(0.12 sec)
  1. Convert PDF to BMP in Node.js | products.aspose...

    Convert PDF to BMP in Node.js. Use Node.js library API to convert PDF files to BMPs... As a modern document processing API, Aspose.Slides...Node.js via Java, you need to import the package in your JavaScript...

    products.aspose.com/slides/nodejs-java/conversi...
  2. 从CFF文件加载字体|爪哇

    使用Java 版 Aspose.Font解决方案,即使此文件不是字体Inself,您也可以从硬盘磁盘上的CCF文件加载字体。... font ; 2 3 import java.io.File ; 4 import java.io.IOException...IOException ; 5 import java.nio.file.Files ; 6 import java.nio.file...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  3. 使用Python创建、操作或删除工作表中的场景 via .NET|Documentation

    学习如何使用 Aspose.Cells for Python via .NET API 编程方式创建、修改和删除Excel工作表中的场景。...添加新场景 保存修改后的工作簿 import os from aspose.cells import Workbook # For...Cells-for-.NET # The path to the documents directory. current_dir = os...

    docs.aspose.com/cells/zh/python-net/create-mani...
  4. Python Split PDF

    Split PDF files into e pages using Python code. Save PDF as separate files using Python....data and, as a result, get documents of the form and content that...snippet Unlock the power of document organization with a comprehensive...

    products.aspose.com/words/python-net/split/pdf/
  5. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...the FootnoteOptions of the document. Unfortunately, the provided...the FootnoteOptions of the document. Set the desired numbering...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  6. Adding Worksheets to New Excel File in Jython|D...

    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....cells import Settings from com . aspose . cells import Workbook...Workbook from com . aspose . cells import SaveFormat class AddingWorksheetstoNe...

    docs.aspose.com/cells/java/adding-worksheets-to...
  7. Create PSD or PSB Image From Scratch using Pyth...

    Example of how the Aspose.PSD for Python can create Psd Image from scratch...can follow the steps below: Import the necessary modules and classes...PSD library: from aspose.psd import Graphics , Pen , Color , Rectangle...

    docs.aspose.com/psd/python-net/create-psd-psb-i...
  8. Convert JPG To DOC C#

    Convert JPG to DOC format in C# code. Save JPG as DOC using C#....converting JPG to DOC Use our document conversion API to develop...solution to import and export JPG, DOC, and many other document formats...

    products.aspose.com/words/net/conversion/jpg-to...
  9. Convert XLSX to POWERPOINT using Java or with f...

    Java API to Export XLSX to POWERPOINT or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....presentations with automated import of Excel tables. Academic or...to convert the given XLSX document to PDF, and then by using...

    products.aspose.com/total/java/conversion/xlsx-...
  10. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…... Document doc = new Document(); DocumentBuilder...To insert HTML into a Word document, including SVG content, you...

    forum.aspose.com/t/insert-html-into-word-includ...