Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 214,446 for

new

(0.22 sec)
  1. Create PdfBookmarkEntry for Chart Sheet with Ja...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Entry for Sheet1 const ent1 = new PdfBookmarkEntry (); ent1 . destination...

    docs.aspose.com/cells/javascript-cpp/create-pdf...
  2. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...XpsSaveOptions saveOptions = new XpsSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...
  3. AsposeWordsPrintDocument Class | Aspose.Words f...

    Streamline document printing with Aspose.Words.Rendering. Our AsposeWordsPrintDocument class offers seamless integration for .NET applications.... ( Document ) Initializes a new instance of this class. Properties...printing progress. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.ren...
  4. IFieldResultFormatter.FormatNumeric | Aspose.Wo...

    Discover the iFieldResultFormatter FormatNumeric method for Aspose.Words. Enhance your document formatting with powerful numeric switch capabilities!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldOptions.resultFormatter property | Aspose....

    FieldOptions.resultFormatter property. Allows to control how the field result is formatted....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 在PDF中以编程方式添加文本水印|Aspose.PDF for PHP via Java

    使用TextStamp类通过PHP向PDF文件添加文本水印。... // 打开文档 $document = new Document ( $inputFile ); $pages...$colors = new Color (); // 创建文本戳记 $textStamp = new TextStamp...

    docs.aspose.com/pdf/zh/php-java/text-stamps-in-...
  7. Aspose.PSD for .NET 23.10 - 发布说明|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...."692_Fonts" ; var fontFolders = new List < string >( FontSettings...psdImage . Save ( outputFile , new PngOptions () { ColorType = PngColorType...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. 导出 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...
  9. Generate Reports in OST Files via .NET | produc...

    C# source code to generate OST format reports on .NET Framework, .NET Core, and Xamarin Platforms....generate messages in bulk Create a new PST with PersonalStorage.Create...MailMessage MailMessage template = new MailMessage(); // add template...

    products.aspose.com/email/net/assembly/ost/
  10. Working with Footers|Aspose.Words for Java

    Remove footers from a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...fs = null ; fs = new POIFSFileSystem ( new FileInputStream (...

    docs.aspose.com/words/java/working-with-footers/