Sort Score
Result 10 results
Languages All
Labels All
Results 7,181 - 7,190 of 213,606 for

new

(0.98 sec)
  1. Aspose.Words: Converting a Word document to HTM...

    Aspose version: Aspose Words.NET version 23.6.0 We are using Aspose.Words to convert a Word Document (docx) to HTML by simply saving the loaded docx (loaded into Aspose.Words.Document) as HTML. The document can contain…...base64 using (MemoryStream ms = new MemoryStream()) { args.Image...StringBuilder chunkedBase64 = new StringBuilder(); for (int i =...

    forum.aspose.com/t/aspose-words-converting-a-wo...
  2. Converting PPTX with multimedia to PDF adds man...

    When calling Presentation.Save() with SaveFormat.Pdf, and the option to show Notes below the slides, on a PPTX file containing multimedia, the output PDF has over a thousand blank pages inserted between the slide content…...outputFilePath) { using (var ppt = new Presentation(inputPowerPointPath))...Path)) { var pdfOptions = new PdfOptions { ShowHiddenSlides =...

    forum.aspose.com/t/converting-pptx-with-multime...
  3. Manage Chart Data Labels in Presentations in .N...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for .NET for more engaging slides....using ( Presentation pres = new Presentation ()) { IChart chart...Presentation presentation = new Presentation (); ISlide slide...

    docs.aspose.com/slides/net/chart-data-label/
  4. Edit TEXT In C#

    Edit TEXT in C# code....and formatting attributes Add new text elements Search text for...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/net/edit/text/
  5. Edit HTML In C#

    Edit HTML in C# code....and formatting attributes Add new HTML elements Search HTML for...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/net/edit/html/
  6. Convert EMF to EPS using API for .NET

    EMF to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/convert/emf-to-eps/
  7. Public API Changes in Aspose.Cells 8.4.0|Docume...

    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.... It includes not only new and updated public methods, added...4.0 has exposed a series of new classes and properties in the...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Aspose.Words Convert Docx to HTML Header missin...

    Hello. We have tried converting the following document to html: docHeaderOnly.docx (53.2 KB) We are using latest version of [Aspose.Words 25.6.0], in .net8. The code used is the following: var docxFilePath = "docHead…...html"; var saveOptions = new Aspose.Words.Saving.HtmlSaveOptions...false }; var docxDocument = new Aspose.Words.Document(docxFilePath);...

    forum.aspose.com/t/aspose-words-convert-docx-to...
  9. Create extension taxonomy - Free Support Forum ...

    Is there any way to create the extension taxonomy based on a XbrlDocument? I need to create the xyz.xsd xyz_pre.xml xyz_cal.xml xyz_def.xml xyz_lab-de.xml cant find anything about it...Document : Start by initializing a new instance of the XbrlDocument...Xbrl; XbrlDocument document = new XbrlDocument(); XbrlInstanceCollecti...

    forum.aspose.com/t/create-extension-taxonomy/31...
  10. FileFormatInfo class | Aspose.Words for Node.js

    Aspose.Words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) document format detection methods... let doc = new aw . Document (); // Configure...document. let saveOptions = new aw . Saving . OdtSaveOptions...

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