Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 199,309 for

new

(0.06 sec)
  1. | Aspose

    Sample code for DJVU to DOC Java conversion. Use API example code for batch DJVU files to DOC conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/djvu-to...
  2. | Aspose

    Sample code for BMP to JSON Java conversion. Use API example code for batch BMP files to JSON conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/bmp-to-...
  3. | Aspose

    Sample code for BMP to PDF Java conversion. Use API example code for batch BMP files to PDF conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/bmp-to-...
  4. | Aspose

    Sample code for JPEG to TXT Java conversion. Use API example code for batch JPEG files to TXT conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/jpeg-to...
  5. | Aspose

    Sample code for JPEG to PDF Java conversion. Use API example code for batch JPEG files to PDF conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/jpeg-to...
  6. | Aspose

    Sample code for JPG to Searchable PDF Java conversion. Use API example code for batch JPG files to Searchable PDF conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/jpg-to-...
  7. | Aspose

    Sample code for JPG to PDF Java conversion. Use API example code for batch JPG files to PDF conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/jpg-to-...
  8. Convert PowerPoint Presentations to Word Docume...

    Learn how to effortlessly convert PowerPoint and OpenDocument presentations to Word documents using Aspose.Slides for .NET. Our step-by-step guide with sample C# code provides the solution for developers looking to streamline their document workflows.... using var presentation = new Presentation ( "sample.pptx"...var document = new Document (); var builder = new DocumentBuilder...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  9. How to add Highlight Annotation using Java | As...

    Java sample code to add Highlight annotations in PDF file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( _dataDir + "sample...

    products.aspose.com/pdf/java/annotation/highlig...
  10. The First Slide Displays for Longer When Genera...

    Hello, I am generating a GIF with a PPTX file with a delay of 0.25s between each slide (using DefaultDelay = 250 from Aspose.Slides.Export.GifOptions), then I am saving it with Aspose.Imaging for my GIF to loop. But the…...(Presentation presentation = new Presentation("your_presentation...pptx")) { GifOptions gifOptions = new GifOptions { DefaultDelay = 250...

    forum.aspose.com/t/the-first-slide-displays-for...