Sort Score
Result 10 results
Languages All
Labels All
Results 8,871 - 8,880 of 369,821 for

save

(0.2 sec)
  1. ImagePixelFormat enumeration | Aspose.Words for...

    Aspose.Words.Saving.ImagePixelFormat enumeration. Specifies the pixel format for the generated images of document pages....jpg" ); // When we save the document as an image, we...format for the image that the saving operation will generate. //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Specify Default Presentation Fonts in С++|Aspos...

    Set default fonts in Aspose.Slides for С++ to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....of all missing fonts during saving presentations to different...snippet below demonstrates saving presentation to HTML and PDF...

    docs.aspose.com/slides/cpp/default-font/
  3. Convert PDF to PST in Python | products.aspose.com

    Save PDF to PST within Python applications without using Microsoft Word or Outlook...NET and saved into PST format. The APIs provide...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  4. Convert EMAIL to DOCX in Python | products.aspo...

    Save EMAIL to DOCX in your Python applications without using Microsoft Outlook or Word...NET and saved into the respective Word DOCX...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  5. Convert VCF to JPEG in Python | products.aspose...

    Save VCF to JPEG in your Python applications without using Microsoft Outlook or Word...NET and saved into the respective Word JPEG...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  6. Showcases|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....application Customize QR Codes Save QR Codes API Documentation Plugins...

    docs.aspose.com/barcode/java/showcases/
  7. Urobiť DOCX Pomocou C++

    Vytvorte nový DOCX v C++ v niekoľkých krokoch. Jednoducho vytvorte DOCX pomocou knižnice C++...." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/sk/cpp/make/docx/
  8. Ustvari DOC Z Uporabo C++

    Ustvarite novo DOC v C++ v nekaj korakih. Preprosto ustvarite DOC s knjižnico C++...." ); doc-> Save ( u"Output.doc" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.doc"); using namespace...

    products.aspose.com/words/sl/cpp/make/doc/
  9. Ustvari Dokument V C++

    Ustvarite datoteko s knjižnico C++. Preprosto ustvarite nov dokument v C++ v nekaj korakih...." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/sl/cpp/make/
  10. Merge images|Aspose.PDF for .NET

    Discover how to merge images into a single PDF document in .NET using Aspose.PDF for streamlined document creation.... Then we save our result in FileOutputStream...but the merged images will be saved horizontally. // For complete...

    docs.aspose.com/pdf/net/merge-images/