Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 223,126 for

new

(0.26 sec)
  1. ChartTitle.Format | Aspose.Words for .NET

    Explore the ChartTitle Format property for enhanced fill and line styling, giving your charts a professional and polished look....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Chart.Format | Aspose.Words for .NET

    Unlock advanced chart formatting with our tool! Easily customize fill and line styles for stunning, professional visuals that enhance your data presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Cleanup();...

    products.aspose.com/words/net/compress/doc/
  4. ExtractPages - when I use ExtractPages it break...

    Good day, when I split the document into sections. I use the following code for this, it breaks the numbering in the document. Could you take a look at it for me? Document docPR = New Document($"{path}4P003q.docx"); D…... Document docPR = new Document($"{path}4P003q.docx");...UpdatePageLayout(); ImportFormatOptions opt = new ImportFormatOptions() { KeepSourceNumbering...

    forum.aspose.com/t/extractpages-when-i-use-extr...
  5. Configure Visio TimeLine Shapes|Documentation

    This section explains how to set the property of a milestone shape with Aspose.Diagram....Load diagram Diagram diagram = new Diagram ( dataDir + "DrawingTimeLine...MilestoneHelper milestoneHelper = new MilestoneHelper ( milestone );...

    docs.aspose.com/diagram/net/configure-visio-tim...
  6. Microsoft Word 6.0/95 document throws FileCorru...

    The attached two Microsoft Word 6.0/95 documents throw an Aspose.Words.FileCorruptedException when opened with Aspose.Words for .Net >= 19.7 (including 19.9). If I reference a version < 19.7, the exception is not thrown. …... Repro // arrange var lic = new License(); lic.SetLicense("Aspose...FileCorruptedExcepti>(() => new Document(path1)); Assert.Throws<Aspose...

    forum.aspose.com/t/microsoft-word-6-0-95-docume...
  7. 用 Java 将 HTML 转换为图像 – PNG、JPG、BMP、GIF、TIFF

    使用 Aspose.HTML for Java 将 HTML 转换为 JPG、PNG、GIF、TIFF 和 BMP 等图像。使用 ImageSaveOptions 可获得精确和可定制的输出结果。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/java/convert-html-to-im...
  8. Memory Cap of 4GB when converting HTML to PDF -...

    Hi - I’m currently testing a conversion of html to pdf with the code below and it looks like the memory usage runs up to about 4GB then gets re-allocated. Do you know if this can be minimized at all for machines that may…...ConvertHTML(TestingHtml, new PdfSaveOptions(), $@".\{Guid...}; List<Task> convertTasks = new List<Task>(); for (int counter...

    forum.aspose.com/t/memory-cap-of-4gb-when-conve...
  9. Specify Maximum Rows of Shared Formula with Jav...

    Learn how to specify the maximum rows for shared formulas using Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...Create a new workbook if no file is provided workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/specify-ma...
  10. How to mail merge - Free Support Forum - aspose...

    I am attaching four files: a Word document for the mail merge, an Excel data source, a manually generated output file, and an output file generated using Aspose C# code. I want the output like manually generated file Th…...= "") { Workbook workbook = new(pathSrcXlFile); Worksheet worksheet...MaxDataColumn + 1, true); Document doc = new(pathSrcDocFile); doc.MailMerge...

    forum.aspose.com/t/how-to-mail-merge/327798