Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 214,432 for

new

(0.22 sec)
  1. Convert PDF to TIFF|Aspose.PDF for Android via ...

    This article describes how to convert pages in PDF document into TIFF image. You will learn how to convert all or single pages to TIFF images with Aspose.PDF for Android via Android via Java....Open document try { document = new Document ( inputStream ); } catch...object Resolution resolution = new Resolution ( 300 ); // Create...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  2. ChartSeriesCollection Class | Aspose.Words for ...

    Discover the Aspose.Words.Drawing.Charts.ChartSeriesCollection class, your solution for managing and customizing chart series effortlessly....Add ( string, double[] ) Adds new ChartSeries to this collection...ChartMultilevelValue[], double[] ) Adds new ChartSeries to this collection...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartMultilevelValue class | Aspose.Words for P...

    aspose.words.drawing.charts.ChartMultilevelValue class. Represents a value for charts that display multilevel data....level2, level3) Initializes a new instance of this class that represents...vel1, level2) Initializes a new instance of this class that represents...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Work with a Document Stored in a Liferay|Aspose...

    Compare Word documents shared in Liferay using C#. Work with documents stored in Liferay – various input formats, including Word, OpenOffice, Image and eBook.... Preset Start a new Liferay Portal instance by running...Create a New Console Application Project To create a new console...

    docs.aspose.com/words/net/work-with-document-st...
  5. Extract Text From Stamps|Aspose.PDF for Java

    Learn how to extract text from stamps in PDF files using Aspose.PDF for Java. Follow this guide for precise text retrieval....annotations of a page Define a new object of TextAbsorber class...get the Text Document doc = new Document ( dataDir + "test.pdf"...

    docs.aspose.com/pdf/java/extract-text-from-stamps/
  6. Changing Plane Orientation|Documentation

    Aspose.3D for Node.js via Java allows changing orientation of a scene. In order to change the orientation, getUp() and setUp() methods are introduced in Plane Class....Initialize Scene var scene = new aspose . threed . Scene (); //...Initialize Plane var plane = new aspose . threed . Plane (); //...

    docs.aspose.com/3d/nodejs-java/changing-plane-o...
  7. GraphicsQualityOptions.StringFormat | Aspose.Wo...

    Discover the GraphicsQualityOptions StringFormat property for enhanced text layout control, including alignment, ellipsis, and OpenType features for better display.... Document doc = new Document ( MyDir + "Rendering...GraphicsQualityOptio qualityOptions = new GraphicsQualityOptio { SmoothingMode...

    reference.aspose.com/words/net/aspose.words.sav...
  8. MarkdownSaveOptions.LinkExportMode | Aspose.Wor...

    Discover the MarkdownSaveOptions LinkExportMode property to control link formatting in output files. Optimize your document exports effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 在 Visio 中插入新页面|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.... // Add a new blank page Application . ActiveDocument...Load diagram Diagram diagram = new Diagram ( @"E:\Aspose\Aspose...

    docs.aspose.com/diagram/zh/net/inserting-a-new-...
  10. Modify Annotations in your PDF File (facades)|A...

    This section explains how to modify annotations from PDF file to XFDF with Aspose.PDF Facades....PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...ModifyAnnotations () { Document document = new Document ( _dataDir + "sample_cats_dogs...

    docs.aspose.com/pdf/java/modify-annotations/