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

new

(0.3 sec)
  1. 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...
  2. 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-...
  3. 在工作簿内复制工作表|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...
  4. Export DataTable from GridWeb|Documentation

    This article introduces how to export a DataTable from GridWeb.... To a New DataTable Sometimes, you don’t...export the worksheet data to a new DataTable object. The example...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. Other TeX conversion output formats | .NET

    Conversion functionality of Aspose.TeX API solution for .NET allows converting LaTeX files and your own custom TeX files. Here are some code examples....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tex/net/other-tex-formats/
  6. 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/...
  7. 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-...
  8. Font.nameOther property | Aspose.Words for Node.js

    Font.nameOther property. Returns or sets the font used for characters with character codes from 128 through 255....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...font . nameOther = "Courier New" ; // Insert a run with one word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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/
  10. Convert PDF to Xps creates bloated file - Free ...

    I converted the attached 10 page 10mb pdf file to xps and created a massive bloated 71mb .xps file using the following code: Is there a better way? help! MemoryStream inStreamPdf = New MemoryStream(inDocument); …... MemoryStream inStreamPdf = new MemoryStream(inDocument); Aspose...Aspose.Pdf.Document pdfDoc = new Aspose.Pdf.Document(inStreamPdf);...

    forum.aspose.com/t/convert-pdf-to-xps-creates-b...