Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 192,641 for

new

(0.06 sec)
  1. Noise removal|Documentation

    How to remove dirt, spots, scratches, glare, and other image defects to improve recognition accuracy.... AsposeOCR api = new AsposeOCR (); // Apply automatic...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/denoise/
  2. Convert PowerPoint to Word|Aspose.Slides Docume...

    Convert PowerPoint Presentation to Word in Java...presentation (PPT or PPTX) in new ways, you may benefit from converting...pres = new Presentation ( "sample.pptx" ); Document doc = new Document...

    docs.aspose.com/slides/androidjava/convert-powe...
  3. Imported polygon annotation is not showing - Fr...

    I have a PDF and i want to import annotations from a XFDF file, the code i am using with Aspose.PDF 25.2.0 Document pdfDocument = New Document(inputPdf); // Create a PdfAnnotationEditor object PdfAnnot…...0 Document pdfDocument = new Document(inputPdf); // Create...PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor(); // Bind...

    forum.aspose.com/t/imported-polygon-annotation-...
  4. TextPath.SameLetterHeights | Aspose.Words for .NET

    Discover the TextPath SameLetterHeights property to ensure uniform letter height, enhancing text readability and design consistency across your project....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt...doc , "Kerning: VAV" , "Times New Roman" , 90 , 24 , Color . Orange...

    reference.aspose.com/words/net/aspose.words.dra...
  5. TextPath.Trim | Aspose.Words for .NET

    Discover the TextPath Trim property to enhance your design by removing unwanted space above and below text for a cleaner, more polished look....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt...doc , "Kerning: VAV" , "Times New Roman" , 90 , 24 , Color . Orange...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TextPath.Spacing | Aspose.Words for .NET

    Discover TextPath Spacing. Control text spacing effortlessly. Optimize readability with precise adjustments—1 equals 100 for perfect alignment!...InsertTextPaths () { Document doc = new Document (); // Insert a WordArt...doc , "Kerning: VAV" , "Times New Roman" , 90 , 24 , Color . Orange...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ShapeBase.IsWordArt | Aspose.Words for .NET

    Discover if your shape is a WordArt object with ShapeBase. Get accurate results and enhance your design projects effortlessly!...InsertTextPaths () { Document doc = new Document (); // Insert a WordArt...doc , "Kerning: VAV" , "Times New Roman" , 90 , 24 , Color . Orange...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextPathAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.TextPathAlignment enum for precise WordArt alignment. Enhance your document design with versatile text options!...InsertTextPaths () { Document doc = new Document (); // Insert a WordArt...doc , "Kerning: VAV" , "Times New Roman" , 90 , 24 , Color . Orange...

    reference.aspose.com/words/net/aspose.words.dra...
  9. BookmarksOutlineLevelCollection.Item | Aspose.W...

    Manage your bookmarks effortlessly with the BookmarksOutlineLevelCollection. Set and retrieve outline levels by bookmark name for seamless organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); BookmarksOutlineLeve...

    reference.aspose.com/words/net/aspose.words.sav...
  10. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a New workbook from the stream, this workbook will not contain the correct values. In ad…... If you create a new workbook from the stream, this...using Workbook saveWorkbook = new(); Worksheet sheet = saveWorkbook...

    forum.aspose.com/t/savetostream-on-a-workbook-w...