Sort Score
Result 10 results
Languages All
Labels All
Results 7,291 - 7,300 of 213,143 for

new

(0.15 sec)
  1. FieldAutoTextList Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoTextList class, designed to streamline document automation with efficient AUTOTEXTLIST field implementation....FieldAutoTextList () { Document doc = new Document (); // Create a glossary...entries. doc . GlossaryDocument = new GlossaryDocument (); AppendAutoTextEntry...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Customize PowerPoint Fonts in .NET|Aspose.Slide...

    Customize fonts in PowerPoint slides with Aspose.Slides for .NET to keep your presentations sharp and consistent across any device....Presentation presentation = new Presentation ( "sample.pptx"...); LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.aspose.com/slides/net/custom-font/
  3. DocumentSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.DocumentSavingArgs class, essential for handling document saving events efficiently in your applications....string ext ) { Document doc = new Document ( MyDir + "Big document...HtmlSaveOptions saveOptions = new HtmlSaveOptions ( saveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Format and Modify Named Ranges with Node.js via...

    Learn how to format and modify named ranges using Aspose.Cells for Node.js via C++....Instantiate a new Workbook. const workbook = new AsposeCells ...StyleFlag object. let flg = new AsposeCells . StyleFlag (); //...

    docs.aspose.com/cells/nodejs-cpp/format-and-mod...
  5. ChartFormat.Stroke | Aspose.Words for .NET

    Discover the ChartFormat Stroke property to enhance line styling in your charts, ensuring professional and visually appealing presentations....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Error using Aspose.Word dll - Free Support Foru...

    XmlOpenedWithWord.png (26.1 KB) AsposeTest.zip (7.9 KB) System Information: .NET 8.0 C# Version 12 Aspose.Word Version 25.4.0 Code Sample in an UnitTest Project: [TestClass] public class TestClass { [TestMethod]…...OpenDocumentByPath() { Document doc = new Document(@"C:\tmp\AsposeTest...memoryStream = new MemoryStream(byteArray); var doc = new Document(memoryStream);...

    forum.aspose.com/t/error-using-aspose-word-dll/...
  7. Aspose.Cells 8.6.2 中的公共 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....Workbook Workbook workbook = new Workbook ( inputFilePath ); //Loading...WorkbookDesigner designer = new WorkbookDesigner ( workbook );...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. Převést PSD PSB nebo AI | products.aspose.com

    Převod obrázků souborů Adobe PhotoShop a Illustrator a další formáty...pdf", new PdfOptions()); image.Save(sourceFileName...Save(sourceFileName + ".jpg", new JpegOptions() { Quality = 75 }); image...

    products.aspose.com/psd/cz/convert/
  9. Convert SVG to PNG – C# code and Online Converter

    Convert SVG to PNG using Aspose.HTML for .NET. Consider various SVG to PNG conversion scenarios in C# examples. Try online SVG Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-svg-to-png/
  10. Pdf to html conversion results in bad backgroun...

    When I use aspose-pdf-10.4.1.java to convert the attached pdf to html, the resulting html has background. The conversion code is simple. // // Generate html from the pdf // ByteArrayInputStream inStream = …...ByteArrayInputStream inStream = new ByteArrayInputStream(pdfBytes);...com.aspose.pdf.Document doc = new com.aspose.pdf.Document(inStream);...

    forum.aspose.com/t/pdf-to-html-conversion-resul...