Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 214,303 for

new

(0.18 sec)
  1. CompositeNode.removeAllChildren method | Aspose...

    CompositeNode.removeAllChildren method. Removes all the child nodes of the current node.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Printing Documents | Aspose.Note Documentation

    A comprehensive guide on printing documents in Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/printing-documents/
  3. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java.... Document doc = new Document(getMyDir() + "Office...throws Exception { Document doc = new Document(getMyDir() + "Docum...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用 com.aspose.pdf.facades 将注释导入和导出为 XFDF 格式|Asp...

    本节解释如何使用 Aspose.PDF Facades 将 PDF 文件中的注释导出和导入到 XFDF。...ImportAnnotation () { String [] sources = new String [] { _dataDir + "sample_cats_dogs...PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...

    docs.aspose.com/pdf/zh/java/import-export-annot...
  5. 关于CAD转PDF一个错位问题 - Free Support Forum - aspose.com

    1.png (3.0 KB) 1.png (3.0 KB) 图1为原始cad图纸,图2为转换pdf的效果:不知道为什么有两个标记错位了,但是也存在正确位置的标记,不知道问题出在哪里。下面zip为原始图纸 special.zip (188.4 KB) 我的代码: License license = New License(); license.setLicense("Aspose.CAD.Java.lic"); // 加载CAD…...KB) 我的代码: License license = new License(); license.setLicense("Aspose...加载CAD文件并设置指定的编码 LoadOptions loadOptions = new LoadOptions(); loadOptions.s...

    forum.aspose.com/t/cad-pdf/314511
  6. Customize Chart Axes in Presentations on Androi...

    Discover how to use Aspose.Slides for Android via Java to customize chart axes in PowerPoint presentations for reports and visualizations....in Java: Presentation pres = new Presentation (); try { Chart...a chart: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/androidjava/chart-axis/
  7. What are the available options to add images to...

    We are performing mailmerge operation to generate a document using aspose words cloud api, is there any specific to dynamically add images to the document?...sample code: Document doc = new Document(@"C:\Temp\in.docx");...MailMerge.Execute(new string[] { "MyImage" }, new string[] { @"C:\Temp\test...

    forum.aspose.com/t/what-are-the-available-optio...
  8. Email body with tab chacters convert to pdf iss...

    We have a .msg to be converted to PDF. The body contains a sentence, in front of that sentence contains 15+ tab characters. We are converting this msg file to pdf using below logic Ligic#1: Aspose.Words.Document do…...Load(inputPath); using (var msgStream = new MemoryStream()) { message.Save(msgStream...Position = 0; var options = new Aspose.Words.Loading.LoadOptions();...

    forum.aspose.com/t/email-body-with-tab-chacters...
  9. DocumentBuilderOptions | Aspose.Words for Java

    Allows to specify additional options for the document building process in Java.... Document doc = new Document(); DocumentBuilderOptio...DocumentBuilderOptio builderOptions = new DocumentBuilderOptio(); builderOptions...

    reference.aspose.com/words/java/com.aspose.word...
  10. Loading and managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files using JavaScript via C++....Creating a New Workbook The following example creates a new workbook...Workbook object (new blank workbook) const wb = new Workbook ();...

    docs.aspose.com/cells/javascript-cpp/loading-sa...