Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 32,694 for

saveoptions

(0.61 sec)
  1. Compress XLSM Files Online or via .NET | produc...

    Free online app to compress different XLSM files. .NET compression library code for XLSM documents....Workbook class Define the SaveOptions and set the CompressionType...

    products.aspose.com/total/net/compress/xlsm/
  2. Compress XLSX Files Online or via .NET | produc...

    Free online app to compress different XLSX files. .NET compression library code for XLSX documents....Workbook class Define the SaveOptions and set the CompressionType...

    products.aspose.com/total/net/compress/xlsx/
  3. Export EML to DOCX via C++ | products.aspose.com

    C++ API to Convert EML to DOCX without using Microsoft Word or Outlook...html" , SaveOptions :: get_DefaultHtml ()); //...

    products.aspose.com/total/cpp/conversion/eml-to...
  4. Export EMLX to ODT via C++ | products.aspose.com

    C++ API to Convert EMLX to ODT without using Microsoft Word or Outlook...html" , SaveOptions :: get_DefaultHtml ()); //...

    products.aspose.com/total/cpp/conversion/emlx-t...
  5. Header Alignment issue during mailmerge - Free ...

    We have a MS word document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant document is rendered with some top margin. Due to th…...documentContent; } } private static SaveOptions GetSaveOptions(DocumentFormat...

    forum.aspose.com/t/header-alignment-issue-durin...
  6. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section 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. Marathi PDF to Excel Conversion Showing Garbled...

    We have recently encountered a significant issue related to the formatting of Excel files exported from our system. The output files are not properly formatted. As we maintain over 2,500 reports, modifying the existing c…...ExcelSaveOptions saveOptions = new ExcelSaveOptions(); saveOptions.AutoFitColumns...pdfDocument.Save("output.xlsx", saveOptions); Post-Processing : If the...

    forum.aspose.com/t/marathi-pdf-to-excel-convers...
  8. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NAPI cleanu…...options with watermark const saveOptions = this.configureAsposePd...workbook.save(tmpBasePdfPath, saveOptions); // Apply security/encryption...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  9. Convert EML to OFT via Java | products.aspose.com

    Try the code sample to convert EML files to OFT format in Java. Download Java API to take your email processing applications to the next level....default save options with SaveOptions.getDefaultOft() . System...save ( "Saved File.oft" , SaveOptions. getDefaultOft ()); What...

    products.aspose.com/email/java/conversion/eml-t...
  10. Convert EMLX to OFT via Java | products.aspose.com

    Try the code sample to convert EMLX files to OFT format in Java. Download Java API to take your email processing applications to the next level....specifying the save options with SaveOptions.getDefaultOft() . System...save ( "Saved File.oft" , SaveOptions. getDefaultOft ()); What...

    products.aspose.com/email/java/conversion/emlx-...