Sort Score
Result 10 results
Languages All
Labels All
Results 8,651 - 8,660 of 222,946 for

new

(0.31 sec)
  1. Binding Worksheet to a Customized Collection Ob...

    This article introduces how to bind a worksheet to a collection in GridWeb....collection MyCollection list = new MyCollection (); //Creating an...class System . Random rand = new System . Random (); //Creating...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. Managing Outlook MAPI Notes in PST Files|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....Notes to PST Files Create a New PST File and Add Subfolders shows...shows how to create a new PST file and add a subfolder to it...

    docs.aspose.com/email/python-net/managing-outlo...
  3. Resize EPS | API Solution for C++

    Resize EPS functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/cpp/resize-eps/
  4. Check Version Number|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....publish new versions of Aspose.Cells, both to introduce new features...minor.hotfix When we release a new build of Aspose.Cells, we update...

    docs.aspose.com/cells/python-net/check-version-...
  5. Edit Word, PDF In C#

    Edit DOCX, DOC, PDF and a variety of other file formats in C#....and other file formats: Insert new document elements Update existing...patterns and replace them with new text Export the result to the...

    products.aspose.com/words/net/edit/
  6. Edit Markdown In C#

    Edit Markdown in C# code....and formatting attributes Add new MD elements Search MD for text...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/net/edit/md/
  7. 在工作簿内复制工作表|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.... //Create a new Workbook. //Open an existing...existing Excel file. Workbook wb = new Workbook ( "ResultedBook.xls"...

    docs.aspose.com/cells/zh/net/copy-worksheets-wi...
  8. Creating a searchable PDF from the scan|Documen...

    Convert a scanned PDF into a searchable, indexable document from which you can select and copy text.... Create a new C# project in Visual Studio....license : License license = new License (); license . SetLicense...

    docs.aspose.com/ocr/net/scanned-pdf-to-searchab...
  9. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java.... Document doc = new Document(getMyDir() + "Revision...the text that we moved in its new position in the document. //...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert PDF to HTML page by page - Free Support...

    I have 100 PDF files, and I want to convert them to HTML on a per-page basis, with a separate folder for each PDF file containing all the HTML pages. I can’t find such a functionality or setting in Aspose PDF Converter. …...code snippet: Document doc = new Document(dataDir + "input.pdf");...Pages) { Document document = new Document(); document.Pages.Add(page);...

    forum.aspose.com/t/convert-pdf-to-html-page-by-...