Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 22,570 for

loadoptions

(0.72 sec)
  1. 用C++加载特定工作表的工作簿|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载特定工作表以提升性能和减少内存使用。...specified worksheet only LoadOptions loadOptions ( LoadFormat :: Xlsx...Xlsx ); loadOptions . SetLoadFilter ( new CustomLoad ()); // Create...

    docs.aspose.com/cells/zh/cpp/load-specific-work...
  2. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...steps: Load Options : Use LoadOptions to specify additional settings...with LoadOptions LoadOptions loadOptions = new LoadOptions(); Document...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  3. HtmlLoadOptions.BlockImportMode | Aspose.Words ...

    Discover HtmlLoadoptions' BlockImportMode property to customize block-level element imports. Control merging for optimal content management!...html )); HtmlLoadOptions loadOptions = new HtmlLoadOptions ();...HTML block-level elements. loadOptions . BlockImportMode = blockImportMode...

    reference.aspose.com/words/net/aspose.words.loa...
  4. Specify Default Presentation Fonts on Android|A...

    Set default fonts in Aspose.Slides for Android via 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/androidjava/default-font/
  5. RtfLoadOptions | Aspose.Words for .NET

    Discover the RtfLoadoptions constructor that effortlessly initializes your class with default values, enhancing your coding efficiency and productivity.... RtfLoadOptions loadOptions = new RtfLoadOptions ();...that may occur in the text. loadOptions . RecognizeUtf8Text = recognizeUtf8Text...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Unlock PPTX Presentation Files using Python | p...

    Python source code to remove protection from PPTX Presentation....slides loadOptions = slides . LoadOptions() loadOptions . password..."encrypted-pres.pptx" , loadOptions) as pres: pres . protection_manager...

    products.aspose.com/slides/python-net/unlock/pptx/
  7. Unlock PPT Presentation Files using Python | pr...

    Python source code to remove protection from PPT Presentation....slides loadOptions = slides . LoadOptions() loadOptions . password...Presentation( "encrypted-pres.ppt" , loadOptions) as pres: pres . protection_manager...

    products.aspose.com/slides/python-net/unlock/ppt/
  8. MergeFormatMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.MergeFormatMode enum to optimize document merging. Enhance formatting control when combining multiple files effortlessly....KeepSourceLayout ); LoadOptions firstLoadOptions = new LoadOptions () { IgnoreOleData...true }; LoadOptions secondLoadOptions = new LoadOptions () { IgnoreOleData...

    reference.aspose.com/words/net/aspose.words.low...
  9. 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/
  10. Saving an Email 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....// create an instance of LoadOptions and set the LoadFormat to...to Mhtml var loadOptions = new Aspose . Words . Loading . LoadOptions...

    docs.aspose.com/email/net/saving-an-email-as-pdf/