Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 213,190 for

new

(0.14 sec)
  1. Սեղմել WORD Ը Java Ում

    Սեղմեք WORD ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք WORD բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...*; Document doc = new Document ( "Input.docx" ); doc...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions...

    products.aspose.com/words/hy/java/compress/word/
  2. Print Barcodes in Report|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....contents below and create a new file called BarCodeReport.jrxml...engine.JRRenderable" ><![ CDATA [ new com . aspose . barcode . jr ...

    docs.aspose.com/barcode/jasperreports/print-bar...
  3. Error when executing a static function call - F...

    Hello, The following template syntax throws an error during execution <<var [commonInfo = CommonInfo]>> <<var[graphic = MyClass.GetGraphics(“Overview”, <<[commonInfo.Param1]>>, <<[commonInfo.Param2]>>, <<[commonInfo.P…...JsonDataSource ds = new JsonDataSource(new MemoryStream(Encoding...GetBytes(json))); Document doc = new Document(@"C:\Temp\in.docx");...

    forum.aspose.com/t/error-when-executing-a-stati...
  4. Extract Assets from USDZ File Formats via Java ...

    Sample Java extract assets code for USDZ file. Use this example code to extract assets from USDZ file within any Web or Desktop Java based application....instance of Scene Scene scene = new Scene(); scene.open(file, FileFormat..."OutputFile.zip" ; File newFile= new File(zipOutput); newFile.createNewFile();...

    products.aspose.com/3d/java/extractor/usdz/
  5. 用 JavaScript 通过 C++ 加密和解密 Excel 文件|Documentation

    如何用 JavaScript 通过 C++ 加密和解密 Excel 文件。锁定和解锁 Excel 文件。... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  6. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java.... To easily insert a new field into a document, use the...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. HTML to PDF conversion memory leak - Free Suppo...

    I am using the latest version of .NET Aspose.HTML 25.2.0. I noticed that converting a single HTML to PDF document does not consume a large amount of resources, and running that process multiple times sequentially does no…...ConvertHTML(TestingHtml, new PdfSaveOptions(), $@".\{Guid...{ List<Task> convertTasks = new List<Task>(); for (int counter...

    forum.aspose.com/t/html-to-pdf-conversion-memor...
  8. Create XLTX using Python | products.aspose.com

    Generate Microsoft Excel XLTX documents using Python applications without using Microsoft Office....Create XLTX File in Python Create new Workbook class object having...Template file used to create new workbooks with predefined formatting...

    products.aspose.com/total/python-java/create/xltx/
  9. Create a Presentation Viewer in JavaScript|Aspo...

    Create a custom presentation viewer in JavaScript with Aspose.Slides for Node.js. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....slideIndex = 0 ; var presentation = new aspose . slides . Presentation...slideIndex = 0 ; var presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/presentation...
  10. MD to PDF Merge using Java | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add MD file to new PDF...

    products.aspose.com/pdf/java/merger/md-to-pdf/