Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 51,243 for

import document

(0.26 sec)
  1. Convert PDF to SVG in JavaScript | products.asp...

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

    products.aspose.com/slides/nodejs-net/conversio...
  2. Compress PDF Document using Java | Aspose.PDF

    Compress PDF programmatically with Java sample code using Aspose.PDF for Java...Programmatic modification of PDF documents is an essential part of modern...developers to compress PDF documents in a fast and efficient manner...

    products.aspose.com/pdf/java/compress/
  3. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...4 KB View of the file in Document Explorer. 452×568 22.8 KB...Solution Iterate through the document’s Revision collection, locate...

    forum.aspose.com/t/section-break-as-revision-ho...
  4. 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...
  5. 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-...
  6. Convert VSTM to HTML via Python | products.aspo...

    Sample Python conversion code for VSTM format to HTML file. Use this example code to convert VSTM to HTML within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  7. Convert VST to HTML via Python | products.aspos...

    Sample Python conversion code for VST format to HTML file. Use this example code to convert VST to HTML within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  8. Manage Chart Data Labels in Presentations with ...

    Learn to add and format chart data labels in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET for more engaging slides....data labels: import aspose.slides as slides import aspose.slides...percentage. import aspose.slides as slides import aspose.slides...

    docs.aspose.com/slides/python-net/chart-data-la...
  9. Edit HTML in Python | products.aspose.com

    Edit HTML in Python. Use Python library API to edit HTML file...edit presentations, HTML documents, and other files. You can...new line of text to an HTML document with just a few lines of code...

    products.aspose.com/slides/python-net/editor/html/
  10. 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...