Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 223,125 for

new

(3.07 sec)
  1. Converting a BMP file to PDF using PHP | Aspose...

    Sample code on PHP for BMP to PDF conversion. Use example code for batch BMP to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input BMP image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/bmp...
  2. Converting a TIFF file to PDF using Android via...

    Sample code on Java for TIFF to PDF conversion. Use example code for batch TIFF to PDF conversion in Android...FrameDimension of the frames Add new page for each frame Save the...Initialize document object document = new Document (); Page page = document...

    products.aspose.com/pdf/android-java/conversion...
  3. Text Becomes Blurry When Saving PPTX As an Imag...

    Hello, I’m trying to save a slide from a PPTX as an image, but the text becomes blurry in the resulting image. Could you please confirm whether this is a bug? Thank you Code: New Presentation("/Users/2132049/Downloa…... Thank you Code: new Presentation("/Users/2132049/Downloads/blurry...forEach(slide -> slide.getImage(new Dimension(1820, 1040)).save(...

    forum.aspose.com/t/text-becomes-blurry-when-sav...
  4. DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.CURVED_TEXT algorithm....detection algorithm: AsposeOCR api = new AsposeOCR (); RecognitionSettings...RecognitionSettings recognitionSettings = new RecognitionSettings (); recognitionSettings...

    docs.aspose.com/ocr/java/areas-detection/curved...
  5. PdfTextCompression Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfTextCompression enum for efficient PDF content compression, enhancing file size and performance while preserving quality....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FieldOptions.IsBidiTextSupportedOnUpdate | Aspo...

    Discover if bidirectional text support is enabled in FieldOptions. Easily manage text updates for enhanced multilingual functionality....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "עֶשְׂרִים" , "שְׁלוֹשִׁים"...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Style.LinkedStyleName | Aspose.Words for .NET

    Discover how to style the LinkedStyleName property, easily manage linked styles, and enhance your design workflow with seamless integration.... Document doc = new Document (); Style styleHeading1...style aliases. Document doc = new Document ( MyDir + "Style with...

    reference.aspose.com/words/net/aspose.words/sty...
  8. ComHelper.Open | Aspose.Words for .NET

    Unlock seamless integration with ComHelper's Open method, enabling effortless document loading from files for your COM applications.... ComHelper comHelper = new ComHelper (); // 1 - Using a...using ( FileStream stream = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words/com...
  9. PageInfo.Colored | Aspose.Words for .NET

    Discover if your page features vibrant colored content with the PageInfo Colored property. Enhance user engagement and improve visual appeal!... Document doc = new Document ( MyDir + "Document...white pages. Document doc = new Document ( MyDir + "Colored pages...

    reference.aspose.com/words/net/aspose.words.ren...
  10. RowFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...formatting of a table row. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...