Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 228,094 for

new

(0.53 sec)
  1. Aspose OCR failing to read text from rectangle ...

    Hello, I am attempting to use Aspose to OCR some information from a document. The document is a long PDF that contains several sub documents of varying lengths in an arbitrary order that will not be known before the co…...I am looking for: var Ocr = new AsposeOcr(); // Instantiates...OCR Engine using (var Input = new OcrInput(InputType.PDF)) { Input...

    forum.aspose.com/t/aspose-ocr-failing-to-read-t...
  2. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-text/
  3. Format Worksheet Cells in a Workbook with Node....

    Learn how to format worksheet cells in a workbook using Aspose.Cells for Node.js via C++. Customize the appearance and style of data in spreadsheets.... Create a new console application. Add a reference...filename ) { const cellsLicense = new AsposeCells . License (); cellsLicense...

    docs.aspose.com/cells/nodejs-cpp/format-workshe...
  4. Funnel Chart Support in LINQ - Free Support For...

    Hello! When using the LINQ Reporting Engine to display data, we want to be able to include various chart types relating to data sent and some of those charts we’ve been able to get working properly. However, when workin…...set; } = new(); } Test code: SalesChartReport report = new SalesChartReport...(USD)", Points = new List<SalesChartPoint> { new SalesChartPoint...

    forum.aspose.com/t/funnel-chart-support-in-linq...
  5. Create organization chart in VTX document via ....

    C# source code to create organization chart in vtx file on .NET Framework, .NET Core, Mono Platforms....or template // And add in the new diagram string visioStencil =...string > listPos = new List< string >( new string [] { "0" , "0:0"...

    products.aspose.com/diagram/net/organizationcha...
  6. Create organization chart in VSSM document via ...

    C# source code to create organization chart in vssm file on .NET Framework, .NET Core, Mono Platforms....or template // And add in the new diagram string visioStencil =...string > listPos = new List< string >( new string [] { "0" , "0:0"...

    products.aspose.com/diagram/net/organizationcha...
  7. Save PDF Document|Aspose.PDF for Java

    Learn how to save PDF file with Aspose.PDF for Java library....pdf" ; Document pdfDocument = new Document ( originalFileName );...make some manipation, i.g add new empty page pdfDocument . getPages...

    docs.aspose.com/pdf/java/save-pdf-document/
  8. Document.CopyStylesFromTemplate | Aspose.Words ...

    Effortlessly copy styles from your chosen template to any document with the CopyStylesFromTemplate method, enhancing your workflow and document consistency.... Document template = new Document (); Style style = template...style . Font . Name = "Times New Roman" ; style . Font . Color...

    reference.aspose.com/words/net/aspose.words/doc...
  9. 在 XPS 文件中使用渐变 | .NET

    Aspose.Page API 解决方案解答了如何在 XPS 文件中添加垂直、水平或线性渐变的问题。了解 .NET 的功能...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/xps/working-with-gr...
  10. Convert HTML to PDF in .NET|Aspose.PDF for .NET

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.PDF....HtmlLoadOptions var options = new Aspose . Pdf . HtmlLoadOptions...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/convert-html-to-pdf/