Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 33,585 for

saveoptions

(0.13 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportDropDownFormFieldAsText method. Controls how drop-down form fields are saved to HTML or MHTML. Default value is false in C++...."ExportDropDownFormFi" flag of this SaveOptions object allows us to // control...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how to use HtmlSaveoptions ExportShapesAsSvg to convert Shape nodes to SVG images when saving to HTML, MHTML, EPUB, or AZW3 formats....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/net/aspose.words.sav...
  3. HtmlSaveOptions.officeMathOutputMode property |...

    HtmlSaveoptions.officeMathOutputMode property. Controls how OfficeMath objects are exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Is LightCellsDataProvider available in Cellsfor...

    I’m writing monstrous spreadsheets that are 200K x 350 columns wide. I need to write 4mm rows over say 20 workbooks. I’m worried about memory. I was able to to create most of them using the standard aspose functions,…...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); saveOptions.ExportCellName...xlsx"); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...

    forum.aspose.com/t/is-lightcellsdataprovider-av...
  5. Handling Windows Metafiles|Aspose.Words for Pyt...

    Aspose.Words for Python via .NET implements its own Windows Metafile player to play Metafile format on all platforms and supports the handling of the basic metafile features and can perform fallback to a different type of metafile player.... VECTOR_WITH_FALLBACK saveOptions = aw . saving . PdfSaveOptions...PdfSaveOptions () saveOptions . metafile_rendering_options = metafileRenderingOpt...

    docs.aspose.com/words/python-net/handling-windo...
  6. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setMet...HandleBinaryRasterWa.pdf", saveOptions); Assert.assertEquals(1,...

    reference.aspose.com/words/java/com.aspose.word...
  9. Exporting documents with images to Markdown fai...

    When I try to use ASPOSE Words to convert a document with images to Markdown, and FIPS mode is enabled, I get the following error: An attempt to open a file which uses MD5 algorithm. This algorithm is not on the FIPS ap…...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set...try { doc.save(outputPath, saveOptions); System.out.println("SUCCESS:...

    forum.aspose.com/t/exporting-documents-with-ima...
  10. Render Project to Multipage TIFF | Aspose.Tasks...

    Learn how to export project files (MPP/XML/Primavera XML) as multipage TIFF using Aspose.Tasks for .NET....tif" , (SaveOptions)options); 10 11 // Remove..."RenderMultipageTIFF_comp_none_out.tif" , (SaveOptions)options); Examples-CShar...

    docs.aspose.com/tasks/net/render-project-to-mul...