Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 22,645 for

loadoptions

(0.15 sec)
  1. IDocumentConverterPlugin class | Aspose.Words f...

    Aspose.Words.IDocumentConverterPlugin class. Defines an interface for external converter plugin....Description convert(inputStream, loadOptions, outputStream, saveOptions)...convertToImages(inputStream, loadOptions, saveOptions) Converts pages...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. RtfLoadOptions.recognizeUtf8Text property | Asp...

    RtfLoadoptions.recognizeUtf8Text property. When set to ``true``, will try to detect UTF8 characters, they will be preserved during import.... let loadOptions = new aw . Loading . RtfLoadOptions...that may occur in the text. loadOptions . recognizeUtf8Text = recognizeUtf8Text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HtmlLoadOptions.supportVml property | Aspose.Wo...

    HtmlLoadoptions.supportVml property. Gets or sets a value indicating whether to support VML images.... let loadOptions = new aw . Loading . HtmlLoadOptions...parsing the loaded document. loadOptions . supportVml = supportVml...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Unlock ODP Presentation Files using .NET | prod...

    C# source code to remove protection from ODP Presentation....using C# LoadOptions loadOptions = new LoadOptions {Password...Presentation( "pres.odp" , loadOptions)) { presentation.ProtectionManager...

    products.aspose.com/slides/net/unlock/odp/
  5. Load Specific Worksheets in a Workbook with Nod...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for Node.js via C++. Improves performance and reduces memory consumption.... const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...AsposeCells . LoadFormat . Xlsx ); loadOptions . setLoadFilter ( new CustomLoad...

    docs.aspose.com/cells/nodejs-cpp/load-specific-...
  6. Unlock PPTX Presentation Files using C++ | prod...

    C++ source code to remove protection from PPTX Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/pptx/
  7. Unlock ODP Presentation Files using C++ | produ...

    C++ source code to remove protection from ODP Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/odp/
  8. Specify Default Presentation Fonts in Java|Aspo...

    Set default fonts in Aspose.Slides for Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....API: Create an instance of LoadOptions . Set the DefaultRegularFont...asian fonts LoadOptions loadOptions = new LoadOptions ( LoadFormat...

    docs.aspose.com/slides/java/default-font/
  9. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); Loadoptions Loadoptions = new Loadoptions(); load…...lic"); LoadOptions loadOptions = new LoadOptions(); loadOptions...load("D:\\dwgtest\\demo2.dwg",loadOptions); cadImage.updateSize();...

    forum.aspose.com/t/dwg-dwg/314402
  10. Watermarker | Aspose.Words for Java

    Provides methods intended to insert watermarks into the documents in Java....from(InputStream input, LoadOptions loadOptions) Specifies input document...from(String input, LoadOptions loadOptions) Specifies input document...

    reference.aspose.com/words/java/com.aspose.word...