Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 32,785 for

saveoptions

(0.12 sec)
  1. FontSavingArgs Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.FontSavingArgs class—enhance document processing with detailed FontSaving event data for superior customization and control....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 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...
  3. 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...
  4. Convert PowerPoint Presentations to HTML in C++...

    Convert PowerPoint presentations to responsive HTML in C++. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....pptx" ); auto saveOptions = System :: MakeObject <...< HtmlOptions > (); saveOptions -> set_SvgResponsiveLayout ( true...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  5. Dense multilingual pdf to word conversion - Fre...

    i am trying to convert a PDF which contains multi languages which includes LTR and RTL. while doing so i notice some charecters are missing. i also notice if i open the output file(docx) in MS word and WPS office, conten…...WordProcessingSaveOp saveOptions = new WordProcessingSaveOp(); saveOptions.setFormat(SaveFormat...crucial for RTL shaping. saveOptions.setPreserveOriginalT(true);...

    forum.aspose.com/t/dense-multilingual-pdf-to-wo...
  6. Compress GLB File Formats via Node.js | product...

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

    products.aspose.com/3d/nodejs-java/compression/...
  7. Compress 3DS File Formats via python-net | prod...

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

    products.aspose.com/3d/python-net/compression/3ds/
  8. VSD to PDF - Text is getting wrapped as compare...

    SampleVsd.zip (187.8 KB) Hi, We are having an issue with the attached VSD. When exporting it to PDF using Aspose, a lot of the text is wrapped compared to Office Export and VSD fidelity (see attached screenshot). Tha…...Diagram(inputPath, loadOptions); var saveOptions = new PdfSaveOptions() {...} visio.Save(outputPath, saveOptions); WithAndWithoutRefres.zip...

    forum.aspose.com/t/vsd-to-pdf-text-is-getting-w...
  9. Aspose::Words::Saving::HtmlSaveOptions::get_Met...

    Aspose::Words::Saving::HtmlSaveoptions::get_MetafileFormat method. Specifies in what format metafiles are saved when exporting to HTML, MHTML, or EPUB. Default value is Png, meaning that metafiles are rendered to raster PNG images in C++....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote document or file using Java API methods....OneSaveOptions saveOptions = new OneSaveOptions(); 7 8 saveOptions. setDocumentPassword..."CreatePasswordProtec_out.one" , saveOptions); Examples-src-main-java...

    docs.aspose.com/note/java/load-a-onenote-document/