Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 22,507 for

loadoptions

(0.15 sec)
  1. HtmlSaveOptions.MetafileFormat | Aspose.Words f...

    Discover the HtmlSaveOptions MetafileFormat property for exporting to HTML, MHTML, or EPUB. Save metafiles as high-quality PNG images by default!... HtmlLoadOptions loadOptions = new HtmlLoadOptions { ConvertSvgToEmf...UTF8 . GetBytes ( html )), loadOptions ); // This document contains...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Supported CSS properties for HTML to PDF conver...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. We would like to understand the CSS properties that are fully supported during the conversion process. Having this information will h…...pdfDoc = new Document(); var loadOptions = new HtmlLoadOptions();...Aspose.Pdf.HtmlFragment(html, loadOptions)); pdfDoc.Save("output.pdf");...

    forum.aspose.com/t/supported-css-properties-for...
  3. Memory leak when extract attachments in PST - F...

    When I used ‘ExtractAttachments’ to parse attachments in a PST file, memory was not released. It appears that Dispose() method does not take effect. SharedPtr<PersonalStorage> pst = PersonalStorage::FromFile(pstFile, …...PersonalStorage::FromFile(pstFile, loadOptions); SharedPtr<FolderInfo> root...PersonalStorage::FromFile(pstFile, loadOptions); SharedPtr<FolderInfo> root...

    forum.aspose.com/t/memory-leak-when-extract-att...
  4. Specify Individual or Private Set of Fonts for ...

    Learn how to specify individual or private sets of fonts for workbook rendering using Aspose.Cells for JavaScript via C++....Workbook , SaveFormat , LoadOptions , IndividualFontConfig }...configs. const opts = new LoadOptions ( AsposeCells . LoadFormat...

    docs.aspose.com/cells/javascript-cpp/specify-in...
  5. 用 C++ 加密Excel文件|Documentation

    学习如何用 Aspose.Cells 和 C++对Excel文件进行加密和密码保护。...return 0 ; } 要解密ODS文件,通过在 LoadOptions.GetPassword() 中提供密码来加载文件。一旦文件加载完成,将...encrypted ODS file LoadOptions loadOptions ( LoadFormat :: Ods...

    docs.aspose.com/cells/zh/cpp/encrypting-excel-f...
  6. Aspose.PSD for .NET 22.5 - Release Notes|Docume...

    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.... Load ( inputFile , new LoadOptions ())) { Layer workLayer =... Load ( inputFile , new LoadOptions ())) { psdImage . Save (...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-5...
  7. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…..., true); LoadOptions loadOptions = new LoadOptions(); var doc...

    forum.aspose.com/t/word/316558
  8. BlockImportMode | Aspose.Words for Java

    Specifies how properties of block-level elements are imported from HTML-based documents in Java....2\n\n\n"; HtmlLoadOptions loadOptions = new HtmlLoadOptions();...HTML block-level elements. loadOptions.setBlockImportMode(blockImportMode);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Convert Worksheet to Image - Remove Whitespace ...

    Learn how to convert a worksheet to an image and remove whitespace around the data using Aspose.Cells for C++....// Define LoadOptions and set LoadFilter LoadOptions options ;...

    docs.aspose.com/cells/cpp/convert-worksheet-to-...
  10. Aspose::Words::Saving::OdtSaveOptions::OdtSaveO...

    Aspose::Words::Saving::OdtSaveOptions::OdtSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Odt format in C++....we will have to provide a LoadOptions object with the correct password...Aspose :: Words :: Loading :: LoadOptions > ( u "@sposeEncrypted_1145"...

    reference.aspose.com/words/cpp/aspose.words.sav...