Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 375,797 for

save

(1.14 sec)
  1. XpsSaveOptions.saveFormat property | Aspose.Wor...

    XpsSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...appear in the outline of a saved XPS document. let doc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Export POWERPOINT to DOT on Andorid via Java or...

    Convert POWERPOINT to DOT in mobile apps without installing any software or online. Test free POWERPOINT to DOT online converter quickly before integrating the code....POWERPOINT to HTML by using save method and set Html as SaveFormat...Document class Save the document to DOT format using save method and...

    products.aspose.com/total/android-java/conversi...
  3. Export POWERPOINT to TEXT on Andorid via Java o...

    Convert POWERPOINT to TEXT in mobile apps without installing any software or online. Test free POWERPOINT to TEXT online converter quickly before integrating the code....POWERPOINT to HTML by using save method and set Html as SaveFormat...Document class Save the document to TEXT format using save method and...

    products.aspose.com/total/android-java/conversi...
  4. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....specification will be used when saving in the DOCX format. Members...compliance specification for a saved document to adhere to. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Adding Image stamps in PDF using Python|Aspose....

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Python library.... Save the modified PDF. import os...add_stamp ( image_stamp ) document . save ( outfile ) Control Image Quality...

    docs.aspose.com/pdf/python-net/image-stamps-in-...
  6. Aspose.Diagram Font Operations|Documentation

    This page describes how to manipulate fonts with Aspose.Diagram library....; // Saving Visio diagram in PDF format diagram . Save ( dataDir...WarningCallback property. During saving of the drawing the instance...

    docs.aspose.com/diagram/net/aspose-diagram-font...
  7. Working with Portfolio in PDF|Aspose.PDF for .NET

    How to Create a PDF Portfolio with C#. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....the Document class’ Save method to save the portfolio document...( image ); // Save PDF document document . Save ( dataDir + "CreatePortfolio_out...

    docs.aspose.com/pdf/net/portfolio/
  8. OoxmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.DOCX](../../aspose.words/Saveformat/#DOCX), [SaveFormat.DOCM](../../aspose.words/Saveformat/#DOCM), [SaveFormat.DOTX](../../aspose.words/Saveformat/#DOTX), [SaveFormat.DOTM](../../aspose.words/Saveformat/#DOTM) or [SaveFormat.FLAT_OPC](../../aspose.words/Saveformat/#FLAT_OPC) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Working with Projects | Aspose.Tasks Documentation

    Learn how to read, modify, Save, and convert Microsoft Project MPP/XML files using Aspose.Tasks for .NET....to create, read, modify, and save projects in multiple formats...= new Project(stream); 13 } Saving and Converting Projects Aspose...

    docs.aspose.com/tasks/net/working-with-projects/
  10. Add Text to PDF Using Go | Aspose.PDF

    Add text to PDF programmatically with Go sample code using Aspose.PDF for Go via C++... Save the file again. Add Text to...log . Fatal ( err ) } // Save() saves previously opened PDF-document...

    products.aspose.com/pdf/go-cpp/text/