Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 55,226 for

import

(0.06 sec)
  1. Convert MHTML to JPG in Python – Aspose.HTML fo...

    Convert MHTML to JPG using Aspose.HTML Python library. Consider the supported MHTML to JPG conversion scenarios in Python examples....html import * from aspose.html.converters import * from aspose...aspose.html.saving import * # Open an MHTML file for reading with...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  2. Convert PowerPoint Slides to Images in Python|A...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Python via .NET. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results....save the image in PNG format: import aspose.slides as slides with...to do this: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/python-net/convert-slide/
  3. Read 3D document|Documentation

    Aspose.3D for Java API has support of reading various type of 3D documents....List of 3D supported formats (import) Aspose.3D for Java API has...document format internally. Import 3D document Aspose.3D for Java...

    docs.aspose.com/3d/java/read-3d-document/
  4. Aspose::Words::Document::AppendDocument method ...

    Aspose::Words::Document::AppendDocument method. Appends the specified document to the end of this document in C++....property to "false" to not import any list numbers into the destination..."KeepSourceNumbering" property to "true" import all clashing // list style...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Managing Currency Symbols in Ruby

    Learn how to deal with work variances in Microsoft Project (MPP/XML) files using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...Symbol: " + project . get( Rjb :: import( 'com.aspose.tasks.Prj' ) ...

    docs.aspose.com/tasks/java/managing-currency-sy...
  6. Microsoft Project MPP File Update in Ruby

    Learn how to update Microsoft Project (MPP/XML) project files using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...add( "Task1" ) 3 cal = Rjb :: import( 'java.util.Calendar' ) . getInstance()...

    docs.aspose.com/tasks/java/microsoft-project-mp...
  7. Managing Currency Digits in Ruby

    Learn how to manage Microsoft Project (MPP/XML) currency digits using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...Digits: " + project . get( Rjb :: import( 'com.aspose.tasks.Prj' ) ...

    docs.aspose.com/tasks/java/managing-currency-di...
  8. NodeImporter Class | Aspose.Words for .NET

    Effortlessly transfer document nodes with Aspose.Words.NodeImporter. Streamline your workflow and enhance document management efficiency today!...efficiently perform repeated import of nodes from one document...ImportNode ( Node , bool ) Imports a node from one document into...

    reference.aspose.com/words/net/aspose.words/nod...
  9. Convert PDF to DOCX in Java | Aspose.PDF | java...

    I use aspose-pdf 21.4 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-pdf</artifactId> <version>21.4</version> </dependency> And I want to convert pdf f…...package akd; import com.aspose.pdf.DocSaveOptions; import com.aspose...pdf.Document; import com.aspose.pdf.License; import java.io.FileInputStream;...

    forum.aspose.com/t/convert-pdf-to-docx-in-java-...
  10. Convert PDF to PPTX in Go|Aspose.PDF for Go via...

    Aspose.PDF allows you to convert PDF to PPTX format using Go via C++.... package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-power...