Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 213,038 for

new

(0.16 sec)
  1. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...conversion: LoadOptions loadOptions = new LoadOptions(); loadOptions.s...InputStream is = new BufferedInputStream(new FileInputStream(input));...

    forum.aspose.com/t/getting-nullpointerexception...
  2. 公共 API 与向后不兼容的更改(Aspose.Slides for .NET 15.1.0)...

    审阅 Aspose.Slides for .NET 的公共 API 更新和破坏性更改,顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...以下示例演示如何在演示文稿中替换字体: Presentation pres = new Presentation ( "PresContainsArialFon...sourceFont = new FontData ( "Arial" ); IFontData destFont = new FontData...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  3. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for .NET, supporting OMML, formatting controls, and clear C# code samples.... Create new math expressions or edit previously...text: using ( var presentation = new Presentation ()) { var mathShape...

    docs.aspose.com/slides/net/powerpoint-math-equa...
  4. Aspose.PSD为.NET 21.3版 - 发布说明|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.... Save ( outputFile , new PngOptions ()); } PSDNET-789...PsdImage ) Image . Load ( srcFile , new PsdLoadOptions () { LoadEffectsResource...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  5. Modifying AcroForms|Aspose.PDF for PHP via Java

    This section explains how to modifying forms in your PDF document with Aspose.PDF for PHP via Java....Open a document $document = new Document ( $inputFile ); // Get...font object $fontRepository = new FontRepository (); $font = $fontRepository...

    docs.aspose.com/pdf/php-java/modifing-form/
  6. 将DICOM转换为PDF|Aspose.PDF for Android via Java

    使用Aspose.PDF for Android via Java将以DICOM格式保存的医学图像转换为PDF文件。...convertDICOMtoPDF () { // 初始化文档对象 document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    docs.aspose.com/pdf/zh/androidjava/convert-dico...
  7. Export Math Equations from Presentations on And...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Android via Java—preserve formatting and boost compatibility....MathML: Presentation pres = new Presentation (); try { IAutoShape...getMathParagraph (); mathParagraph . add ( new MathematicalText ( "a" ). setSuperscript...

    docs.aspose.com/slides/androidjava/exporting-ma...
  8. FindReplaceOptions constructor | Aspose.Words f...

    Aspose.Words.Replacing.FindReplaceOptions constructor...FindReplaceOptions() Initializes a new instance of the FindReplaceOptions...FindReplaceOptions(direction) Initializes a new instance of the FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Specify Fallback Fonts for Presentations on And...

    Master Aspose.Slides for Android via Java to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS....IFontFallBackRule firstRule = new FontFallBackRule ( startUnicodeIndex...IFontFallBackRule secondRule = new FontFallBackRule ( 0x3040 , 0x309F...

    docs.aspose.com/slides/androidjava/create-fallb...
  10. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...pdfContent = new MemoryStream(); var license = new License(); license...lic”); var document = new Document(new MemoryStream(documentBytes));...

    forum.aspose.com/t/key-not-found-exception/293338