Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 214,328 for

new

(0.32 sec)
  1. ImageSaveOptions.paperColor property | Aspose.W...

    ImageSaveOptions.paperColor property. Gets or sets the background (paper) color for the generated images...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . name = "Times New Roman" ; builder . font . size...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for Java library allows to convert various images formats to PDF....convert BMP images: Initialize a new Document Load sample BMP image...document object Document document = new Document (); Page page = document...

    docs.aspose.com/pdf/java/convert-images-format-...
  3. Edit PDF in C++ | products.aspose.com

    Edit PDF in C++. Use C++ library API to edit PDF document...edit an PDF doc by adding a new line of text to it. Edit PDF...Slides for C++ , you can add a new line of text to an PDF document...

    products.aspose.com/slides/cpp/editor/pdf/
  4. Signed License Support - Alternative to License...

    Does Aspose.PDF for .NET support signed licenses? For example, instead of using a physical license file: license.SetLicense(“path/to/file.lic”); Can I use a signed license string directly in code like: license.SetLic…...License File : License license = new License(); license.SetLicens...: using (FileStream stream = new FileStream("path/to/your/license/file...

    forum.aspose.com/t/signed-license-support-alter...
  5. Add, Extract, or Remove Attachments in PDF usin...

    Java source code to add, extract and remove Attachments in PDF file.... Create a new Java project. Add a reference...document Document pdfDocument = new Document ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/attachments/
  6. Document.viewOptions property | Aspose.Words fo...

    Document.viewOptions property. Provides options to control how the document is displayed in Microsoft Word....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...
  7. Section.appendContent method | Aspose.Words for...

    Section.appendContent method. Inserts a copy of content of the source section at the end of this section.... No new section is created in the destination...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. MarkupLevel enumeration | Aspose.Words for Node.js

    Aspose.Words.Markup.MarkupLevel enumeration. Specifies the level in the document tree where a particular [StructuredDocumentTag](../structureddocumenttag/) can occur....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Quote ); let sdtPlainText = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Manage Workbooks with Go via C++|Documentation

    Learn how to manage workbooks through the Aspose.Cells for C++ APIs.... Creating a New Workbook To create a new workbook: Create...Adding a Worksheet To add a new worksheet: Access the WorksheetCollection...

    docs.aspose.com/cells/go-cpp/managing-workbooks...
  10. 导出 Excel 数据以填写 PDF 表单|Aspose.PDF for .NET

    本节解释了如何使用 AutoFiller 类导出 Excel 工作表数据以填写 PDF 表单。...GetDataDir_AsposePdf_Excel (); var workbook = new Workbook (); // Creating a file...using ( FileStream fstream = new FileStream ( dataDir + "newBook1...

    docs.aspose.com/pdf/zh/net/export-excel-workshe...