Sort Score
Result 10 results
Languages All
Labels All
Results 6,231 - 6,240 of 162,156 for

new

(0.35 sec)
  1. DocumentPartSavingArgs.DocumentPartFileName | A...

    Discover the DocumentPartFileName property for DocumentPartSavingArgs. Easily manage file names for seamless document part saving without paths....DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // If we...

    reference.aspose.com/words/net/aspose.words.sav...
  2. SVG Converter – Convert SVG in C#

    In this article, you learn how to convert SVG to other formats using Aspose.HTML API and consider a C# example of SVG to PNG conversion....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/net/svg-converter/
  3. FixedPageSaveOptions class | Aspose.Words for N...

    Aspose.Words.Saving.FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc)...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...into an image. let options = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Parts of shapes (such as connections / texts) a...

    Dear support, I’m using the Aspose.Diagram for .NET version 24.8.0 I would like to mention that the grouping is working perfectly for what I would like to achieve (removing the ‘whitespace’ of the page). However, I not…...used: using (Diagram diagram = new(vsdFileName, LoadFileFormat.Vsd))...SVGSaveOptions svgSaveOptions = new() { ExportHiddenPage = false...

    forum.aspose.com/t/parts-of-shapes-such-as-conn...
  5. 转换幻灯片|Aspose.Slides 文档

    在Java中将PowerPoint幻灯片转换为图像(位图、PNG或JPG)...式保存该图像: Presentation pres = new Presentation ( "Presentation...方法将演示文稿的第一张幻灯片转换为位图对象: Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/zh/java/convert-slide/
  6. Managing Message Files with Aspose.Email.Outloo...

    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....Email-for-Java MapiMessage msg = new MapiMessage ( "sender@test.com"...MailConversionOption options = new MailConversionOption (); options...

    docs.aspose.com/email/java/managing-message-fil...
  7. Risk Analysis Tool

    Learn how to perform risk analysis on your Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/risk-analysis-tool/
  8. Aspose.Cells 8.8.0中的公共API更改|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....HTMLLoadOptions loadOptions = new Aspose . Cells . HTMLLoadOptions...true ; MemoryStream stream = new MemoryStream ( byteArray ); Workbook...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. Microsoft Project MPP File Update

    Learn how to update Microsoft Project (MPP/XML) project files using Aspose.Tasks for Java....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/microsoft-project-mp...
  10. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...html"; var workbook = new Workbook(input); var name = workbook...SetStyle(style); } } using var fs = new FileStream(output, FileMode.Create);...

    forum.aspose.com/t/aspose-cells-incorrect-html-...