Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 223,114 for

new

(0.17 sec)
  1. IFieldResultFormatter.FormatDateTime | Aspose.W...

    Discover the iFieldResultFormatter FormatDateTime method for Aspose.Words. Effortlessly format dates with ease using the dd.MM.yyyy switch!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Unable to open EMF file in Aspose Image view on...

    Hi Team, We have obtained a temporary license for Aspose.Imaging for Python via .NET to evaluate the library for the use case mentioned below. Use Case: We are trying to convert SVG files to EMF using the code below a…...0 var license = new Aspose.Imaging.License(); license...options = new EmfOptions { VectorRasterizationO = new SvgRasterizationOpti...

    forum.aspose.com/t/unable-to-open-emf-file-in-a...
  3. Nuget package version for Windows Server 2019 -...

    I was able to get Aspose.OCR v 20.12.1 to work, but it uses older methods. I’ve tried the Newest version (v 25.9.1) and it gives me a ‘access violation’ error. I’m trying to do Recognize using a bitmap over a memory st…...(MemoryStream memoryStream = new MemoryStream()) { // Load your...memory stream Bitmap bitmap = new Bitmap("path_to_your_image.png");...

    forum.aspose.com/t/nuget-package-version-for-wi...
  4. LINQ Reporting Engine – How to Join Two Arrays ...

    Hi Aspose Team, I’m using Aspose.Words with the LINQ Reporting Engine, and I have a JSON data source with two separate arrays: one contains person names and IDs, and the other contains addresses and person IDs. I want t…...<</foreach>> JsonDataSource ds = new JsonDataSource(@"C:\Temp\data...a.json"); Document doc = new Document(@"C:\Temp\in.docx"); ReportingEngine...

    forum.aspose.com/t/linq-reporting-engine-how-to...
  5. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in C# Aspose.PDF for .NET PDF library. Save PDF document to file system, to stream, and in Web applications....document using ( var document = new Aspose . Pdf . Document ( dataDir...Make some manipation, i.g add new empty page document . Pages ...

    docs.aspose.com/pdf/net/save-pdf-document/
  6. 发送会议请求|Documentation

    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.... Application outlookApp = new Outlook . Application (); //...MailAddressCollectio attendees = new MailAddressCollectio (); attendees...

    docs.aspose.com/email/zh/net/sending-meeting-re...
  7. 加载文件时自动调整行高,使用JavaScript通过C++|Documentation

    学习如何在使用Aspose.Cells for Java脚本通过C++加载文件时调整非自定义高度的行。...arrayBuffer (); const data = new Uint8Array ( arrayBuffer ); //...as out.pdf const workbook = new Workbook ( data ); const outputData...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  8. DocumentBuilder.insertBreak method | Aspose.Wor...

    DocumentBuilder.insertBreak method. Inserts a break of the specified type into the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 用 JavaScript 通过 C++ 格式化工作簿中的工作表单元格|Documentation

    学习如何使用 C++ 脚本格式化工作簿中的工作表单元格,定制电子表格中数据的外观和样式。...ame) { const cellsLicense = new AsposeCells.License(); cellsLicense...workbook = new AsposeCells.Workbook(); workbook.changePalette(new AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  10. Split Table in Node.js|Aspose.Words for Node.js

    Split table in Node.js. How to split one table into two separate tables Python....from the original table to the new one. To do this, we need to pick...children ( clone(false) ) so the new table starts empty; the rows...

    docs.aspose.com/words/nodejs-net/split-table/