Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 33,720 for

saveoptions

(0.1 sec)
  1. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word 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/node/
  2. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...HtmlSaveOptions saveOptions ( SaveFormat :: Html ); saveOptions . GetImageOptions...outDir + u "output.html" , saveOptions ); std :: cout << "Spreadsheet...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  3. Convert EMLX to EML via Java | products.aspose.com

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

    products.aspose.com/email/java/conversion/emlx-...
  4. 用JavaScript通过C++保存文件的不同方式|Documentation

    Aspose.Cells for Java脚本通过C++可以将文件保存为不同格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...const saveOptions = new PdfSaveOptions (); saveOptions . compliance...save ( SaveFormat . Pdf , saveOptions ); const blob2 = new Blob...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  5. LaTeX to raster images | TeX API Solution for C++

    C++ API Solution to work with TeX. Create equations, include graphics and make them set as raster images with Aspose.TeX API for C++....options are properties of the SaveOptions class. C++ code example:...raster images. options -> get_SaveOptions() -> set_RasterizeFormulas(true);...

    products.aspose.com/tex/cpp/raster-formulas-gra...
  6. Performance Problem with AddShape() - Free Supp...

    I have been extensively testing Aspose for some time now with the aim of replacing the existing Microsoft.Interopt interface in our company. In the meantime, I have also succeeded in implementing our requirements with A…... var saveOptions = new VsdxSaveOptions { //...Save("C:\\Output.vsdx", saveOptions); 5. Upgrade to the Latest...

    forum.aspose.com/t/performance-problem-with-add...
  7. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph 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. TeX to JPEG Conversion API| .NET

    TeX to JPEG conversion functionality. Integrate this on-premise .NET library into your project or use cross-platform applications to convert TeX to JPEG....SaveOptions = new {{output camel}}SaveOptions(); // Run...

    products.aspose.com/tex/net/conversion/tex-to-j...
  9. TeX to TIFF Conversion API| .NET

    TeX to TIFF conversion functionality. Integrate this on-premise .NET library into your project or use cross-platform applications to convert TeX to TIFF....SaveOptions = new {{output camel}}SaveOptions(); // Run...

    products.aspose.com/tex/net/conversion/tex-to-t...
  10. TeX to SVG Conversion API| C++

    TeX to SVG conversion functionality. Integrate this on-premise C++ library into your project or use cross-platform applications to convert TeX to SVG.... options->set_SaveOptions(System::MakeObject<{{output...put camel}}SaveOptions>()); // Run {{config}} to {{output upper}}...

    products.aspose.com/tex/cpp/conversion/tex-to-svg/