Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 222,888 for

new

(0.17 sec)
  1. Convert HTML, XHTML, MD, MHTML, EPUB, and SVG O...

    Convert HTML to PDF, DOCX, Markdown, XHTML, MHTML and Images with a few lines of C# code using Aspose.HTML for .NET. Check free online HTML Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/conversion/
  2. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...the document Document doc = new Document("input.docx"); // Force...LayoutCollector collector = new LayoutCollector(doc); int targetPage...

    forum.aspose.com/t/first-and-last-paragraph/322113
  3. Փոխարկել WORD HTML C#

    Փոխարկեք WORD ը HTML ձևաչափի C# կոդով: Պահեք WORD որպես HTML օգտագործելով C#:...Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/wor...
  4. Փոխարկել TEXT PDF C#

    Փոխարկեք TEXT ը PDF ձևաչափի C# կոդով: Պահեք TEXT որպես PDF օգտագործելով C#:...Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/tex...
  5. 设置形状或文本框中文本段落的行距|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++设置形状或文本框中段落的行距...arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { wb = new Workbook (); } const ws = wb . worksheets...

    docs.aspose.com/cells/zh/javascript-cpp/set-lin...
  6. 用JavaScript通过C++删除命名范围|Documentation

    你可以学习如何使用Aspose.Cells for JavaScript通过C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  7. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...here"; List<string> PrintAreas = new() { "Demographics!R137C4:R169C15"...Document doc = new Document(); DocumentBuilder Builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/name-error-when-inserting-a-...
  8. Working with Masters|Documentation

    This section explains how to add master or get master information with Aspose.Diagram....diagram Diagram vdxDiagram = new Diagram ( dataDir + "RetrieveMasterInfo...Load diagram Diagram diagram = new Diagram (); // Load stencil to...

    docs.aspose.com/diagram/net/working-with-masters/
  9. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML files in a Workbook using Aspose.Cells for JavaScript via C++.... const ms = new TextEncoder (). encode ( sampleHtml...stream into workbook. const wb1 = new Workbook ( ms ); // Save the...

    docs.aspose.com/cells/javascript-cpp/autofit-co...
  10. Converting a TEX file to PDF using PHP | Aspose...

    Sample code on PHP for TEX to PDF conversion. Use example code for batch TEX to PDF conversion with Aspose.PDF for PHP via Java...Create a new instance of the TeXLoadOptions class Create a new instance...PDF Output file: // Create a new instance of the TeXLoadOptions...

    products.aspose.com/pdf/php-java/conversion/tex...