Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 33,720 for

saveoptions

(0.18 sec)
  1. 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...
  2. Adding Attachments and HTML Text to Outlook MSG...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... save ( strSaveFile , SaveOptions . getDefaultMsgUnicode ());...

    docs.aspose.com/email/java/adding-attachments-a...
  3. 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...
  4. HtmlSaveOptions.exportListLabels property | Asp...

    HtmlSaveoptions.exportListLabels property. Controls how list labels are output to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object // to decide which...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Workbook links are not working in .xlsm or .xls...

    Hi Sir/madam, We want to change the Excel export from .xls to .xlsm, using Aspose.cells v25.12.0 Generating a single excel file works correct. When generating 2 excel files, with workbook links, a lot of workbook link…...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); saveOptions.SortExternalNames...Save(dir + " B425.xlsx", saveOptions); jacco.de.vos February 3...

    forum.aspose.com/t/workbook-links-are-not-worki...
  6. 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...
  7. Bug 5062: Converting GeoJson(json) to all forma...

    Hi Alexander, Screenshot in QGIS: Screenshot in mygeodata: Input/output data: 5062 -GeoJson -Csv.zip (692 Bytes) Thanks,...Open(geoJsonPath)) { var saveOptions = new CsvSaveOptions { //...collection.Save(csvPath, saveOptions); } Key options explained...

    forum.aspose.com/t/bug-5062-converting-geojson-...
  8. 用C++保存文件的不同方法|Documentation

    Aspose.Cells for C++可以将文件保存为不同格式。保存为PDF。保存为HTML。保存为DOCX。保存为PPTX。保存为JSON。保存为MHTML。...PDFA-1a PdfSaveOptions saveOptions ; saveOptions . SetCompliance (...Save ( u "pdfa1a.pdf" , saveOptions ); Aspose :: Cells :: Cleanup...

    docs.aspose.com/cells/zh/cpp/different-ways-to-...
  9. Convert PowerPoint Presentations to HTML in Jav...

    Convert PowerPoint presentations to responsive HTML in Java. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....HtmlOptions saveOptions = new HtmlOptions (); saveOptions . setSvgResponsiveLayo...html" , SaveFormat . Html , saveOptions ); } finally { if ( pres...

    docs.aspose.com/slides/java/convert-powerpoint-...
  10. Convert PowerPoint Presentations to HTML in Jav...

    Convert PowerPoint presentations to responsive HTML. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....pptx" ); try { var saveOptions = new aspose . slides . HtmlOptions...HtmlOptions (); saveOptions . setSvgResponsiveLayo ( true );...

    docs.aspose.com/slides/nodejs-java/convert-powe...