Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 214,313 for

new

(0.42 sec)
  1. WebExtensionProperty | Aspose.Words for Java

    Specifies a web extension custom property in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Rendition with layer effects - Free Support For...

    Is it possible to create a rendition of a layer with the layer effects applied?...code: PsdLoadOptions loadOpt = new PsdLoadOptions(); // For the...gradientColorPoints = new IGradientColorPoint[] { new GradientColorPoint(Color...

    forum.aspose.com/t/rendition-with-layer-effects...
  3. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...Document asposeDocTarget = new Aspose.Pdf.Document(file_non_ocr))...Document(file_non_ocr)) { Aspose.Pdf.Page page_new = asposeDocTarget.Pages[1]; using...

    forum.aspose.com/t/copying-text-from-one-pdf-to...
  4. Convert PDF to text|Aspose.PDF for Android via ...

    With Aspose.PDF for Android via Java you can convert a whole PDF document to a text file or convert only a PDF page to a text file....Open document try { document = new Document ( inputStream ); } catch...TextAbsorber ta = new TextAbsorber (); int [] pages = new int [] { 1...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  5. Add Text to PDF file|Aspose.PDF for PHP via Java

    Explore how to add text to PDF files in PHP using Aspose.PDF for easy content editing....// Open document $document = new Document ( $inputFile ); // get...text fragment $textFragment = new TextFragment ( "Aspose.PDF" );...

    docs.aspose.com/pdf/php-java/add-text-to-pdf-file/
  6. Font.Superscript | Aspose.Words for .NET

    Discover the Font Superscript property, easily format text as superscript for enhanced readability and style in your documents. Boost your design today!... Document doc = new Document (); Paragraph para =...above the baseline. Run run = new Run ( doc , "Raised text. " );...

    reference.aspose.com/words/net/aspose.words/fon...
  7. ChartDataTable.HasOutlineBorder | Aspose.Words ...

    Discover the ChartDataTable HasOutlineBorder property, control the display of outline borders around series and category names for enhanced data clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); double [] xValues = new double [] { 2020 , 2021 , 2022...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose.PSD for Java 23.10 - Release Notes|Docum...

    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....List < String > fontFolders = new List <>( FontSettings . getFontsFolders...setFontsFolders ( fontFolders . toArray ( new String [ 0 ]), true ); try (...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  9. Import and Export Data in JSON|Aspose.PDF for .NET

    This section explains how to import and Export Data in JSON...file and imports them into a new PDF document. // For complete...with indentation var options = new Aspose . Pdf . ExportFieldsToJsonOp...

    docs.aspose.com/pdf/net/import-export-json/
  10. ShapeBase.SizeInPoints | Aspose.Words for .NET

    Discover the ShapeBase SizeInPoints property to easily retrieve and manage shape dimensions in points for precise design control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SizeInPoints , Is . EqualTo ( new SizeF ( 300 , 300 ))); See Also...

    reference.aspose.com/words/net/aspose.words.dra...