Sort Score
Result 10 results
Languages All
Labels All
Results 6,731 - 6,740 of 222,946 for

new

(0.1 sec)
  1. 在服务器上使用用户配置|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....NetworkCredential credentials = new NetworkCredential ( username...UserConfigurationNam userConfigName = new UserConfigurationNam ( "inbox...

    docs.aspose.com/email/zh/java/working-with-user...
  2. Generate Chart by Processing Smart Markers|Docu...

    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....of Workbook Workbook book = new Workbook (); //Access the first...markers String [] headers = new String []{ "" , "Item 1" , "Item...

    docs.aspose.com/cells/java/generate-chart-by-pr...
  3. 在 PST 文件中使用消息|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....Email-for-Java // Create new PST PersonalStorage personalStorage...FileFormatVersion . Unicode ); // Add new folder "Inbox" personalStorage...

    docs.aspose.com/email/zh/java/working-with-mess...
  4. Managing OLE Objects with JavaScript via C++|Do...

    Learn how to manage OLE objects in Aspose.Cells for JavaScript via C++. Add, extract, and manipulate OLE objects within worksheets....video, 3D, continually updated news, controls, and so forth. Each...OleObjectCollection class, used to add a new OLE object to the collection...

    docs.aspose.com/cells/javascript-cpp/managing-o...
  5. 使用JavaScript通过C++在工作簿之间复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作簿内外复制和移动工作表。高效管理你的工作簿结构。...stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/copy-an...
  6. Convert HTML to PDF in C# using Aspose.PDF | sl...

    Hi, we are using the latest ASPOSE library for C # Net Core. We need to convert small and large html files to pdf with the addition of stamps. Unfortunately, when converting large files, a lot of RAM is eaten up, and thi…...null) { try { var htmlOptions = new HtmlLoadOptions(); htmlOptions...Margin = new MarginInfo(35, 35, 35, 80); var document = new Document(new...

    forum.aspose.com/t/convert-html-to-pdf-in-c-usi...
  7. FormField.TextInputDefault | Aspose.Words for .NET

    Discover the FormField TextInputDefault property, easily set default text or calculations for your forms, enhancing user experience and data accuracy.... When you set a new expression using this property...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Converting a PDF file to TIFF using PHP | Aspos...

    Sample code on PHP for PDF to TIFF conversion. Use example code for batch PDF to TIFF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Create TiffSettings...$document = new Document ( $inputFile ); // Create a new TiffSettings...

    products.aspose.com/pdf/php-java/conversion/pdf...
  9. Create PDF Document|Aspose.PDF for Java

    Learn how to create PDF file in Aspose.PDF for Java....document object Document document = new Document (); //Add page Page...text to new page page . getParagraphs (). add ( new TextFragment...

    docs.aspose.com/pdf/java/create-document/
  10. Create bitmap from scratch or load from file us...

    Create bitmap from scratch or load from file using C# .NET API.... Create New Bitmap in C# Creating a new image from scratch...example shows how to create a new drawing and draw an arc on it...

    docs.aspose.com/drawing/net/create-image/