Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 199,180 for

new

(0.15 sec)
  1. PageRange | Aspose.Words for Java

    Represents a continuous range of pages in Java.... Document doc = new Document(getMyDir() + "Images...ImageSaveOptions imageOptions = new ImageSaveOptions(SaveFormat.TIFF);...

    reference.aspose.com/words/java/com.aspose.word...
  2. ChartSeriesGroupCollection.Add | Aspose.Words f...

    Discover the ChartSeriesGroupCollection Add method to effortlessly add New series groups, enhancing your data visualization capabilities....Add method Adds a new series group of the specified...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Watermarker.Create | Aspose.Words for .NET

    Create a New watermarker processor with our innovative method for enhancing your images and protecting your content effortlessly....Create method Creates new instance of the watermarker processor...WatermarkerContext watermarkerContext = new WatermarkerContext (); watermarkerContext...

    reference.aspose.com/words/net/aspose.words.low...
  4. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf document with 1 table 20K rows and 10 columns. Here is an example of my code private static final int ROWS_COUNT = 20000; private sta…...path) { Document document = new Document(); Page page = document...getPages().add(); Table table = new Table(); for (int i = 0; i <...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  5. Quick Start|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.... $license = new License (); $license -> setLicense...= "code_128.gif" ; $reader = new BarCodeReader ( $filePath , null...

    docs.aspose.com/barcode/phpjava/quick-start/
  6. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。...创建文档实例 Document pdfDocument = new Document (); // 向PDF文件的页面集合添加页面...创建具有特定尺寸的Drawing对象 Graph graph = new Graph ( 400 , 400 ); // 设置Drawing对象的边框...

    docs.aspose.com/pdf/zh/java/add-ellipse/
  7. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/net/add-ellipse/
  8. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "PDFOperators...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  9. Using Tooltip|Aspose.PDF for Java

    Learn how to add tooltip to the text fragment in PDF using Java and Aspose.PDF....document with text Document doc = new Document (); doc . getPages ()...(). getParagraphs (). add ( new TextFragment ( "Move the mouse...

    docs.aspose.com/pdf/java/pdf-tooltip/
  10. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...