Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 33,601 for

saveoptions

(0.64 sec)
  1. Render MSG to EMF in Andorid App | products.asp...

    Export MSG to EMF without using Microsoft Word or Outlook in you Andorid applications...html" , SaveOptions . getDefaultHtml ()); //...

    products.aspose.com/total/android-java/conversi...
  2. Render MSG to BMP in Andorid App | products.asp...

    Export MSG to BMP without using Microsoft Word or Outlook in you Andorid applications...html" , SaveOptions . getDefaultHtml ()); //...

    products.aspose.com/total/android-java/conversi...
  3. Compress JT File Formats via JAVA | products.as...

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

    products.aspose.com/3d/java/compression/jt/
  4. DOCX prompt on saving file created in .Net - Fr...

    Hey everyone! I am creating a docx file and it looks and prints fine but when trying to save the file I get a prompt. “Your document will be upgraded to the newest file format” How do I keep this from coming up? I am …...is optional; it contains SaveOptions classes if needed. Dim doc...

    forum.aspose.com/t/docx-prompt-on-saving-file-c...
  5. ExportListLabels enumeration | Aspose.Words for...

    Aspose.Words.Saving.ExportListLabels enumeration. Specifies how list labels are exported to HTML, MHTML and EPUB....document to HTML, we can pass a SaveOptions object // to decide which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ExportListLabels enumeration | Aspose.Words for...

    aspose.words.saving.ExportListLabels enumeration. Specifies how list labels are exported to HTML, MHTML and EPUB....document to HTML, we can pass a SaveOptions object # to decide which...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldSeparator | Aspose.Words for Java

    Represents a Word field separator that separates the field code from the field result 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. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a 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...
  9. Excel workbook saved as .docx having issues wit...

    Hi Guys I am facing a problem when saving an excel workbook as .docx. I am trying to convert the following 2 table’s that are present in the following workbook- check.zip (16.3 KB) One is having issues with it’s border…... flag); DocxSaveOptions saveOptions = new DocxSaveOptions();...workbook.Save("output.docx", saveOptions); Column Header Issues :...

    forum.aspose.com/t/excel-workbook-saved-as-docx...
  10. Rending Issue with MathType Equation OLE Object...

    I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…...Bitmap var saveOptions = new ImageSaveOptions(SaveFormat...gMode.ToString()}.png", saveOptions); var warnings = WarningCollector...

    forum.aspose.com/t/rending-issue-with-mathtype-...