Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 214,328 for

new

(0.1 sec)
  1. Open and Save Spreadsheet in xlsx4j|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....file path Workbook workbook = new Workbook ( dataDir + "pivot.xlsm"...OpcPackage pkg = OpcPackage . load ( new java . io . File ( inputfilepath...

    docs.aspose.com/cells/java/open-and-save-spread...
  2. Working with Tasks | Aspose.Tasks Documentation

    Learn how to split and manage tasks in Microsoft Project (MPP/XML) using Aspose.Tasks for .NET. Includes C# examples for creating, splitting, and viewing split tasks....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/split-tasks/
  3. Convert Image To PDF C#

    Convert Image to PDF format in C# code. Save Image as PDF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  4. Convert Image To HTML C#

    Convert Image to HTML format in C# code. Save Image as HTML using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  5. Convert JPG To WORD C#

    Convert JPG to WORD format in C# code. Save JPG as WORD using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...
  6. Convert Image To WORD C#

    Convert Image to WORD format in C# code. Save Image as WORD using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  7. Suppress Blank space if condition did not satis...

    Summary I’m trying to hide a paragraph (conditional content) when a condition is not met. Even with MailMerge.CleanupOptions enabled, the paragraph space remains in the final DOCX. I need the paragraph to be fully remove…... Code var doc = new Document(@"in.docx"); // Read...illustrate this: Document doc = new Document(@"in.docx"); var jsonText...

    forum.aspose.com/t/suppress-blank-space-if-cond...
  8. How to add Underline Annotation using C++ | Asp...

    Add Underline annotations programmatically in PDF with C++ sample code on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/underlin...
  9. 編輯 PDF 應用程式介面 | Aspose.PDF

    使用適用於任何平台的免費跨平台應用程序和高代碼 API 編輯 PDF 文檔。... 編輯 PDF-C# Document doc = new Document ( dataDir + "test.pdf"...TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber ( searchTerm...

    products.aspose.com/pdf/zh-hant/redaction/
  10. XmlDataSource class | Aspose.Words for Python

    aspose.words.reporting.XmlDataSource class. Provides access to data of an XML file or stream to be used within a report...XmlDataSource(xml_path) Creates a new data source with data from an...XmlDataSource(xml_stream) Creates a new data source with data from an...

    reference.aspose.com/words/python-net/aspose.wo...