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

new

(0.15 sec)
  1. Extract Assets from ASE File Formats via Java |...

    Sample Java extract assets code for ASE file. Use this example code to extract assets from ASE 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/ase/
  2. Extract Assets from DRC File Formats via Java |...

    Sample Java extract assets code for DRC file. Use this example code to extract assets from DRC 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/drc/
  3. Convert WORD To PNG Javascript

    Convert a Word document to PNG format in JavaScript code. Save a Word document as PNG using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) for...require('@aspose/words'); var doc = new aw.Document("Input.docx") doc...

    products.aspose.com/words/nodejs-net/conversion...
  4. 使用 JavaScript 通过 C++ 设置边距|Documentation

    在本文中,您将学习如何使用示例代码设置 Excel 工作表的边距,也学习如何通过 JavaScript API 通过 C++ 编程设置页面中心、页眉和页脚的边距。...length ) { // Proceed with a new empty workbook if no file selected...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  5. 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/
  6. Public API Changes in Aspose.Cells 8.4.2|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.... It includes not only new and updated public methods, added...cell A1 to D4 . Java //Add a new chart of type Column to chart...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Edit Markdown in C# – Aspose.HTML for .NET

    Code to edit Markdown files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an MD file....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/editor/md/
  8. 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...
  9. docx转PDF,创建Document程序卡死 - Free Support Forum - ...

    版本:23.8 编程语言:java 现象: 在客户的阿里云云服务器(windows操作系统), 执行以下代码时(Document doc = New Document(New ByteArrayInputStream(bytes));),进程卡死 异常文件: 龙华站合同终止_通知函_20251125 补充非电 -1126 Clean.docx (37.7 KB) jstack命令输出结果:...执行以下代码时(Document doc = new Document(new ByteArrayInputStream(bytes));),进程卡死...服务器上执行 Document doc = new Document(new ByteArrayInputStream(bytes));...

    forum.aspose.com/t/docx-pdf-document/322211
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = New Document(file.getInputStream()); ByteArrayOutputStream outputStream = New ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea(); document...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...