Sort Score
Result 10 results
Languages All
Labels All
Results 6,651 - 6,660 of 188,108 for

page

(1.55 sec)
  1. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …...PageCollection pages = document.getPages(); pages.forEach(page -> images...images.addAll(getImages(page))); return images; } catch (Exception...

    forum.aspose.com/t/error-when-extracting-images...
  2. 使用 C# 的 PDF 工具提示|Aspose.PDF for .NET

    学习如何使用 C# 和 Aspose.PDF 为 PDF 中的文本片段添加工具提示... Pages . Add (). Paragraphs . Add (...display a tooltip" )); document . Pages [ 1 ]. Paragraphs . Add ( new...

    docs.aspose.com/pdf/zh/net/pdf-tooltip/
  3. Parts of shapes (such as connections / texts) a...

    Dear support, I’m using the Aspose.Diagram for .NET version 24.8.0 I would like to mention that the grouping is working perfectly for what I would like to achieve (removing the ‘whitespace’ of the Page). However, I not…...(removing the ‘whitespace’ of the page). However, I noticed some issues...SaveFileFormat.Svg }; foreach (Page page in diagram.Pages) { svgSaveOptions...

    forum.aspose.com/t/parts-of-shapes-such-as-conn...
  4. Managing DjVu Format in PHP|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....of DjVu Pages in PHP Converting Range of DjVu Pages to Separate...Converting Specific Portion of DjVu Page in Php Exporting Images in PHP...

    docs.aspose.com/imaging/java/managing-djvu-form...
  5. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python.... What is this page about? This page shows how to perform...mouse, but if you have many pages to scroll through, it will take...

    docs.aspose.com/words/python-net/find-and-replace/
  6. Convert TEXT To HTML Javascript

    Convert TEXT to HTML format in JavaScript code. Save TEXT as HTML using JavaScript....txt") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.html`);...

    products.aspose.com/words/nodejs-net/conversion...
  7. Convert DOC To EPUB Javascript

    Convert DOC to EPUB format in JavaScript code. Save DOC as EPUB using JavaScript....doc") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.epub`);...

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert HTML To EPUB Javascript

    Convert HTML to EPUB format in JavaScript code. Save HTML as EPUB using JavaScript....html") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.epub`);...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert HTML To WORD Javascript

    Convert HTML to WORD format in JavaScript code. Save HTML as WORD using JavaScript....html") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.docx`);...

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert JPG To Image Javascript

    Convert JPG to Image format in JavaScript code. Save JPG as Image using JavaScript....jpg") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.jpg`);...

    products.aspose.com/words/nodejs-net/conversion...