Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 223,075 for

new

(0.34 sec)
  1. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....Slides has introduced new classes for reading data from...This feature opens up powerful new possibilities for API users who...

    docs.aspose.com/slides/net/excel-integration/
  2. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...Word2016 var loadOptions = new Aspose.Words.Loading.LoadOptions...LoadOptions { WarningCallback = new DocumentLoadingWarni() }; using...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  3. Adding MapiTask to PST in Ruby|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.... new ( "To Do" , "Just click and type to add new task" ...Date' ) . new , Rjb :: import ( 'java.util.Date' ) . new ) task...

    docs.aspose.com/email/java/adding-mapitask-to-p...
  4. Section|Aspose.Slides for Node.js via .NET Docu...

    Manage slide sections in Aspose.Slides for Node.js via Java: create, rename, reorder, and group slides with JavaScript examples for PPT, PPTX, and ODP....addSection () { let presentation = new aspose . slides . Presentation...getSections (). addSection ( "New Section" , slide ); presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  5. Introduction | Aspose.Note Documentation

    A basic introduction to Java programming concepts....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/introduction/
  6. How to convert Excel to pdf using aspose.cells ...

    I have an encoded base64 string for an .Xlsx file.I want this to be converted to pdf...excelStream = new MemoryStream(excelBytes)) { var workbook = new Workbook(excelStream);...save options var pdfOptions = new PdfSaveOptions { OnePagePerSheet...

    forum.aspose.com/t/how-to-convert-excel-to-pdf-...
  7. MemoryFontSource.FontData | Aspose.Words for .NET

    Discover MemoryFontSource's FontData property for seamless binary font integration. Enhance your projects with efficient font management solutions....MemoryFontSource memoryFontSource = new MemoryFontSource ( fontBytes...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  8. MarkdownLoadOptions | Aspose.Words for .NET

    Discover the MarkdownLoadOptions constructor to easily initialize MarkdownLoadOptions instances for enhanced document processing and customization....MarkdownLoadOptions constructor Initializes a new instance of MarkdownLoadOptions...using ( MemoryStream stream = new MemoryStream ( Encoding . UTF8...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Fonts not loading in linux based Container - Fr...

    Following Specify TrueType Fonts Location in C#|Aspose.Words for .NET , I’m trying to load custom fonts in Linux based container. I modified my code to include both System and Custom Fonts from Resources folder. var f…... var fontSettings = new Aspose.Words.Fonts.FontSettings();...SetFontsSources(new Aspose.Words.Fonts.FontSourceBase[] { new Aspose.Words...

    forum.aspose.com/t/fonts-not-loading-in-linux-b...
  10. ParagraphFormat.addSpaceBetweenFarEastAndAlpha ...

    ParagraphFormat.addSpaceBetweenFarEastAndAlpha property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

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