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

new

(1.72 sec)
  1. Azure AD Setup & Microsoft Graph Auth - Aspose....

    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....Directory → App Registrations → New Registration . Enter a Name for...to Certificates & Secrets → New Client Secret . Add a description...

    docs.aspose.com/email/java/microsoft-graph-auth...
  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. Presentation-to-Image Conversion in C# Is Not P...

    I am using a pptx file and converting it to images. The images are not correct. Note that this works fine on windows but fails on Ubuntu linux servers. The images are created but are missing parts of the slide. I am usin…...PresentationImageSiz BaseThumbnailSize = new PresentationImageSiz(192, 108);...PresentationImageSiz BaseSlideSize = new PresentationImageSiz(1920, 1080);...

    forum.aspose.com/t/presentation-to-image-conver...
  4. Text Rendering using TrueType Font | Java

    Java APIs for the developers to manipulate font files. Learn the fundamentals on how to render TrueType and OpenType fonts within Java products....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/java/text-rendering-truety...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  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/