Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 214,458 for

new

(0.52 sec)
  1. Aspose::Words::Fonts::DefaultFontSubstitutionRu...

    Aspose::Words::Fonts::DefaultFontSubstitutionRule class. Default font substitution rule. To learn more, visit the documentation article in C++....all missing fonts with "Times New Roman". System :: SharedPtr <...get_Enabled ()); ASSERT_EQ ( u "Times New Roman" , defaultFontSubstitut...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. 用JavaScript通过C++加载工作簿中的特定工作表|Documentation

    学习如何用Aspose.Cells for JavaScript通过C++加载特定工作表。提高性能,减少内存占用。...assignment) const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new CustomLoad (); // Create the...

    docs.aspose.com/cells/zh/javascript-cpp/load-sp...
  3. Opening Files with Different Formats with JavaS...

    Aspose.Cells for JavaScript via C++ API allows you to open or read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... const loadOptions = new LoadOptions ( LoadFormat . SpreadsheetML...data const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/opening-fi...
  4. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++....(or leave empty to create a new workbook), and select an image...provided, otherwise create a new one let workbook ; if ( fileInput...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  5. Convert HTML to JPG – C# Examples and Online Co...

    Convert HTML to JPG using Aspose.HTML for .NET. Consider various HTML to JPG conversion scenarios in C# examples. Try online HTML 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-html-to-jpg/
  6. Aspose.PDF raises a System.NullReferenceExcepti...

    Hi there! Aspose.PDF raises a System.NullReferenceException when converting or saving the editorial_twopages_fax4g.pdf (51.5 KB) PDF file. This wasn’t an issue with Aspose.PDF 24.1 or 24.5, but it is with Aspose.PDF 2…...pdfDocument = new Document(stream); pdfDocument.Convert(new PdfForm...v_1_4)); var convertedPdfStream = new MemoryStream(); pdfDocument....

    forum.aspose.com/t/aspose-pdf-raises-a-system-n...
  7. Updated Embedded Excel Data Not Updating, Requi...

    In a C# environment using these packages <PackageReference Include="Aspose.Cells" Version="24.10.0" /> <PackageReference Include="Aspose.Slides.NET" Version="24.10.0" /> I have this powerpoint file with 1 slide slide …...Slides; List<string> queryKeys = new() { "6780253.SLIDE2147483647_OBJECT...Aspose.Slides.Presentation ap = new(ReportStream); foreach (ISlide...

    forum.aspose.com/t/updated-embedded-excel-data-...
  8. Aspose.PSD for .NET 20.5 - Release Notes|Docume...

    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.... Save ( outputPng , new PngOptions ()); input . Save...psd" ; Stream outputStream = new MemoryStream (); ProgressEventHandler...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-5...
  9. Stamp a Paragraph over PDF - Free Support Forum...

    Hello, Can it possible to Stemp a paragraph over PDF by aspose as i want to stamp below text as(Terms and condition ) over PDF can it possible its argent actually tomorrow is demo with clientdo need full ASAP Thanks in …...document PdfFileStamp fileStamp = new PdfFileStamp(); fileStamp.Bi...Pdf.Facades.Stamp logoStamp = new Aspose.Pdf.Facades.Stamp(); //Instantiate...

    forum.aspose.com/t/stamp-a-paragraph-over-pdf/8...
  10. Import and Export Data|Aspose.PDF for .NET

    This section explains how to import and Export Data with Aspose.PDF Facades using Form Class....s (); using ( var pdfForm = new Aspose . Pdf . Facades . Form...using ( var xmlInputStream = new FileStream ( dataDir + "input...

    docs.aspose.com/pdf/net/import-and-export-data/