Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 22,860 for

loadoptions

(0.22 sec)
  1. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++导入HTML时防止大数字被转换为指数形式。...keep precision true const loadOptions = new HtmlLoadOptions ( LoadFormat...LoadFormat . Html ); loadOptions . keepPrecision = true ; //...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-e...
  2. HtmlLoadOptions.convertSvgToEmf property | Aspo...

    HtmlLoadoptions.convertSvgToEmf property. Gets or sets a value indicating whether to convert loaded SVG images to the EMF format... let loadOptions = new aw . Loading . HtmlLoadOptions...HtmlLoadOptions (); loadOptions . convertSvgToEmf = true ; let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HtmlMetafileFormat enumeration | Aspose.Words f...

    Aspose.Words.Saving.HtmlMetafileFormat enumeration. Indicates the format in which metafiles are saved to HTML documents.... let loadOptions = new aw . Loading . HtmlLoadOptions...HtmlLoadOptions (); loadOptions . convertSvgToEmf = true ; let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.PSD for Python via .NET 24.5 - 发行说明|Docu...

    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....psd" loadOptions = PsdLoadOptions () loadOptions . load_effects_resource...load_effects_resource = True loadOptions . use_disk_for_load_effects_resource...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  5. Converting a MHTML file to TXT using C++ | Aspo...

    Sample code for MHTML to TXT conversion using C++. Use C++ example for batch MHTML to TXT conversion....file: // Create LoadOptions auto loadOptions = MakeObject < MhtLoadOptions...> ( u "sourceFile.mht" , loadOptions ); auto ta = MakeObject <...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  6. Error when converting PDF to PDF/A - Free Suppo...

    Hi, We have an issue converting the attached PDF to PDF/A (26.2 .Net): Project Schedule.pdf (252.0 KB) Code used: using (MemoryStream memoryStream = new MemoryStream()) { Boolean Success = aspPdfDocument.Convert(mem…...tainer #=zfmRAeSx8yp$$, LoadOptions #=z7vuU08pIghwq, #=zqijy...#=zkvqntQQ=(Stream #=zdpzPPZ0=, LoadOptions #=z7vuU08pIghwq, #=zqijy...

    forum.aspose.com/t/error-when-converting-pdf-to...
  7. LoadOptions.resource_loading_callback property ...

    Loadoptions.resource_loading_callback property. Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML....resource_loading_callback property LoadOptions.resource_loading_callback...words.loading class LoadOptions LoadOptions.recovery_mode property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。...JavaScript解密ODS文件 要解密ODS文件,请在 LoadOptions.password 中提供密码后加载文件。一旦加载完成,将...Workbook , SaveFormat , LoadOptions , LoadFormat , Utils } =...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  9. Customize PowerPoint Fonts in PHP|Aspose.Slides...

    Customize fonts in PowerPoint slides with Aspose.Slides for PHP via Java to keep your presentations sharp and consistent across any device....(); } $loadOptions = new LoadOptions (); $loadOptions -> getDocumentLevelFont..."assets/fonts" , "global/fonts" )); $loadOptions -> getDocumentLevelFont ()...

    docs.aspose.com/slides/php-java/custom-font/
  10. Converting a EPUB file to PDF using C++ | Aspos...

    Sample code for EPUB to PDF conversion using C++. Use C++ example for batch EPUB to PDF conversion....file: // Create LoadOptions auto loadoptions = MakeObject < EpubLoadOptions...( u "sourceFile.epub" , loadoptions ); // Save the file into...

    products.aspose.com/pdf/cpp/conversion/epub-to-...