Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 216,915 for

new

(0.46 sec)
  1. 用 JavaScript 通过 C++ 创建透明 Excel 工作表图片|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 生成 Excel 工作表的透明图片。...uploaded file const wb = new Workbook ( new Uint8Array ( arrayBuffer...print options const imgOption = new ImageOrPrintOptions (); imgOption...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  2. Asynchronous Email Handling with POP3 Client|Do...

    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....using ( Pop3Client client = new Pop3Client ( host , 995 , senderEmail...CancellationTokenSou cancellationTokenSou = new CancellationTokenSou (); AutoResetEvent...

    docs.aspose.com/email/net/asynchronous-email-ha...
  3. Extract images from PDF in PHP | Aspose.PDF

    PHP sample code for extracting images from PDF file on on any platform....the PDF document $document = new Document ( $inputFile ); // Get...get_Item ( 1 ); // Create a new FileOutputStream object to save...

    products.aspose.com/pdf/php-java/parser/images/
  4. Import Presentations from PDF or HTML on Androi...

    Import PDF and HTML documents into PowerPoint and OpenDocument presentations in Java with Aspose.Slides for Android for seamless, high-performance slide processing....operation: Presentation pres = new Presentation (); try { pres ...Presentation presentation = new Presentation (); try { FileInputStream...

    docs.aspose.com/slides/androidjava/import-prese...
  5. Import Presentations from PDF or HTML in Java|A...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument presentations in Java with Aspose.Slides for seamless, high-performance slide processing....operation: Presentation pres = new Presentation (); try { pres ...Presentation presentation = new Presentation (); try { FileInputStream...

    docs.aspose.com/slides/java/import-presentation/
  6. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" document using Aspose.PDF for Python... Create a new PDF document object using the...document_get_pages function. Add a new page to the pages collection...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...
  7. Merge PS files using .NET | Aspose.PDF

    Merge PS files programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var options = new Aspose . Pdf . PsLoadOptions...PsLoadOptions (); var pdfDocument1 = new Aspose . Pdf . Document ( inputFile1...

    products.aspose.com/pdf/net/merger/ps/
  8. Merge SVG files using Java | Aspose.PDF

    Merge SVG files programmatically with Java sample code using Aspose.PDF for Java...svgLoadOptions = new SvgLoadOptions (); Document pdfDocument1 = new Document...svgLoadOptions ); Document pdfDocument2 = new Document ( "sample2.svg" , svgLoadOptions...

    products.aspose.com/pdf/java/merger/svg/
  9. Merge XML files using .NET | Aspose.PDF

    Merge XML files programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var options = new Aspose . Pdf . XmlLoadOptions...Document object var pdfDocument1 = new Aspose . Pdf . Document ( "document1...

    products.aspose.com/pdf/net/merger/xml/
  10. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....a VSD file Diagram diagram = new Diagram ( dataDir + "ExportToImage...load diagram Diagram diagram = new Diagram ( dataDir + "ExportPageToImage...

    docs.aspose.com/diagram/java/convert-visio-to-i...