Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 33,589 for

saveoptions

(0.12 sec)
  1. Supported Features on Document Save|Aspise.Word...

    Save your document to any supported format using Python. Convert and export a document of any size.... A: Use the SaveOptions object for the target format...

    docs.aspose.com/words/python-net/supported-feat...
  2. Compress USD File Formats via python-net | prod...

    Sample Python compression code for USD file. Use this example code to compress USD file within any Web based application....file Create an instance of SaveOptions Call the Scene.Save method...

    products.aspose.com/3d/python-net/compression/usd/
  3. Aspose::Words::SubDocument class | Aspose.Words...

    Aspose::Words::SubDocument class. Represents a SubDocument - which is a reference to an externally stored document. To learn more, visit the documentation article in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) Exports the content of...

    reference.aspose.com/words/cpp/aspose.words/sub...
  4. Docx-Pdf: Long running conversion issue: JAVA -...

    Hi , We are having l Supplemental_file.docx (2.5 MB) which impacting many of our clients specially from China. Please find snippet from our POM <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-cells</…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setUse...can re-enable it using: saveOptions.setUseJAIImageRender(true);...

    forum.aspose.com/t/docx-pdf-long-running-conver...
  5. 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...."Compliance" property of the SaveOptions object to "OoxmlCompliance...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::HtmlMetafileFormat enum ...

    Aspose::Words::Saving::HtmlMetafileFormat enum. Indicates the format in which metafiles are saved to HTML documents in C++....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Save a Document in C++|Aspose.Words for C++

    Save a document in any supported format using C++....override this behavior, pass a SaveOptions object with the desired SaveFormat...

    docs.aspose.com/words/cpp/save-a-document/
  8. Compress DAE File Formats via python-net | prod...

    Sample Python compression code for DAE file. Use this example code to compress DAE file within any Web based application....file Create an instance of SaveOptions Call the Scene.Save method...

    products.aspose.com/3d/python-net/compression/dae/
  9. Compress VRML File Formats via python-net | pro...

    Sample Python compression code for VRML file. Use this example code to compress VRML file within any Web based application....file Create an instance of SaveOptions Call the Scene.Save method...

    products.aspose.com/3d/python-net/compression/v...
  10. Convert WORD To XPS C#

    Convert a Word document to XPS format in C# code. Save a Word document as XPS using C#....docx"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/word-t...