Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 22,512 for

loadoptions

(0.83 sec)
  1. Secure Presentations with Passwords in PHP|Aspo...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for PHP. Secure your presentations....presentation: $loadOptions = new LoadOptions (); $loadOptions -> setPassword...Presentation ( "pres.pptx" , $loadOptions ); try { # work with decrypted...

    docs.aspose.com/slides/php-java/password-protec...
  2. CSV to PDF conversion - Free Support Forum - as...

    I am evaluating aspose for converting csv files to pdf(large csv files with rows over a million). I created a workbook object with file path and then saved/converted it to pdf file. The problems I have are : The table…...0 KB) C# LoadOptions opts = new LoadOptions(LoadFormat.CSV);...code in java as LoadOptions opts = new LoadOptions(LoadFormat.CSV);...

    forum.aspose.com/t/csv-to-pdf-conversion/164952
  3. Manage Presentation Properties in C++|Aspose.Sl...

    Master presentation properties in Aspose.Slides for C++ and streamline search, branding and workflow in your PowerPoint and OpenDocument files....System :: SharedPtr < LoadOptions > loadOptions = System :: MakeObject...MakeObject < LoadOptions > (); loadOptions -> set_DefaultTextLanguage...

    docs.aspose.com/slides/cpp/presentation-propert...
  4. LayerGroup.BlendingOptions.Effects is always em...

    Why when I add for example Stroke to the LayerGroup in the photoshop, after load I get empty effects list. PsdLoadoptions Loadoptions = new PsdLoadoptions(); Loadoptions.LoadEffectsResource = true; Loadoptions.All…...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.LoadEffectsResource...LoadEffectsResource = true; loadOptions.AllowWarpRepaint = true; PsdImage...

    forum.aspose.com/t/layergroup-blendingoptions-e...
  5. java.lang.ClassCastException: class com.aspose....

    Hi team, wondering what might causing this error on load method. for input docx file attached ? throwing below error. java.lang.ClassCastException: class com.aspose.words.OfficeMath cannot be cast to class com.aspose.w…...Loading the document with LoadOptions that disables the processing...objects, e.g.: LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/java-lang-classcastexception...
  6. Saving A MSG as PDF|Documentation

    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....Word document LoadOptions lo = new LoadOptions (); lo . setLoadFormat...

    docs.aspose.com/email/java/saving-a-msg-as-pdf/
  7. 使用Python.NET将日期转换为日本日期|Documentation

    学习如何使用Aspose.Cells for Python via .NET将公历日期转换为Excel文件中的日本日期。...cells import Workbook , LoadOptions , LoadFormat , SaveFormat...with XLSX format options = LoadOptions ( LoadFormat . XLSX ) options...

    docs.aspose.com/cells/zh/python-net/convert-dat...
  8. Field.is_dirty property | Aspose.Words for Python

    Field.is_dirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document.... DOCX ) # The LoadOptions object has an option to update...options = aw . loading . LoadOptions () options . update_dirty_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 通过C++中的JavaScript导入HTML时删除行结束后的多余空格|Documentation

    学习如何在使用C++中的Aspose.Cells for JavaScript导入HTML时删除行结束后多余的空格。...keep precision true const loadOptions = new HtmlLoadOptions ( LoadFormat...LoadFormat . Html ); loadOptions . deleteRedundantSpace = true...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  10. Processor.to_stream method | Aspose.Words for P...

    aspose.words.lowcode.Processor.to_stream method... LoadOptions () first_load_options . ignore_ole_data...second_load_options = aw . loading . LoadOptions () second_load_options ....

    reference.aspose.com/words/python-net/aspose.wo...