Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 214,341 for

new

(0.17 sec)
  1. Aspose.PSD for .NET 21.5 - Release Notes|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.... List < string > fonts = new System . Collections . Generic...)) { image . Save ( output , new PngOptions ()); } PSDNET-758...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-5...
  2. Create Signature Line in an Excel Workbook usin...

    This article describes how to create a Signature Line in an Excel Workbook using JavaScript code with Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Create signature...

    docs.aspose.com/cells/javascript-cpp/create-sig...
  3. Render Solid Gridlines while converting Excel t...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells for JavaScript via C++....example) const workbook = new Workbook ( new Uint8Array ( arrayBuffer...an empty Workbook const wb = new Workbook (); // Prepare data...

    docs.aspose.com/cells/javascript-cpp/render-sol...
  4. ChartDataPoint.format property | Aspose.Words f...

    ChartDataPoint.format property. Provides access to fill and line formatting of this data point....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...
  5. DocumentBuilder.InsertNode | Aspose.Words for .NET

    Enhance your document creation with the DocumentBuilder InsertNode method. Effortlessly insert nodes before the cursor for seamless editing!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...contain the image. Shape shape = new Shape ( builder . Document ,...

    reference.aspose.com/words/net/aspose.words/doc...
  6. 从 Visio 中的形状中提取所有图像|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....a VSD file Diagram diagram = new Diagram ( "ExtractImageFromShap... IO . MemoryStream stream = new System . IO . MemoryStream (...

    docs.aspose.com/diagram/zh/net/extract-all-imag...
  7. WarningInfoCollection.Warning | Aspose.Words fo...

    Discover the WarningInfoCollection method that enhances your application by implementing IWarningCallback, effortlessly adding warnings to your collection.... Document doc = new Document ( MyDir + "Missing font...WarningInfoCollectio warningCollector = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/war...
  8. 使用 C# 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for .NET 透過 C# 範例程式碼以程式方式列印 PDF 文檔...pdf" ); var viewer = new Aspose . Pdf . Facades . PdfViewer...PrintPageDialog = false ; var ps = new Aspose . Pdf . Printing . PrinterSettings...

    products.aspose.com/pdf/zh-hant/net/print/
  9. Aspose Tex to PDF support - Free Support Forum ...

    Hello team, We are working on converting tex file to pdf by following TEX to PDF Converter using Java | Aspose.PDF. In our tex file, we are using some external tex dependent files as below (CTAN: /tex-archive/macros/g…...setOutputWorkingDire(new OutputFileSystemDire("path/t...final OutputStream pdfStream = new FileOutputStream("output.pdf");...

    forum.aspose.com/t/aspose-tex-to-pdf-support/31...
  10. Redact PDF using Java | Aspose.PDF

    Redact PDF documents programmatically with Java sample code using Aspose.PDF for Java...Java Document pdfDocument = new Document ( "sourceFile.pdf" );...); Rectangle rect = new Rectangle ( 200 , 500 , 300 , 600 );...

    products.aspose.com/pdf/java/redaction/