Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 3,726 for

split document

(0.17 sec)
  1. Aspose.Cells Features|Documentation

    Summarize Aspose.Cells for Java features and provide links to detailed feature descriptions....worldwide rely on the thorough document import and export features...convert between several popular document formats. Yes Microsoft Excel...

    docs.aspose.com/cells/java/aspose-cells-features/
  2. Tracking recognition progress|Documentation

    How to track the process of recognition and text extraction from multipage Documents....ASPOSE_OCR_REGIONS_DETECTED The image is split into content blocks . ASPOS...

    docs.aspose.com/ocr/cpp/track-progress/
  3. Get areas with text coordinates via C# | Aspose

    Automatically find the coordinates of image regions containing text paragraphs....Install-Package Visit our documentation for more details. How to...you want to use own image (document) GetAreasWithTextCoor folder...

    products.aspose.com/ocr/net/recognition/get-tex...
  4. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a Document into a particular format in Java....additional options when saving a document into a particular format....the Specify Save Options documentation article. Remarks: An instance...

    reference.aspose.com/words/java/com.aspose.word...
  5. 使用 Aspose.Cells for Node.js via C++ 将文本转换为列|Doc...

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中将文本转换为列。...node" ); // The path to the documents directory. const dataDir =.... setSeparator ( ' ' ); // Split the column A into two columns...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-tex...
  6. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....can ensure that your printed document is easy to read and well‑organized...without any columns or rows being split awkwardly across pages. Consistency...

    docs.aspose.com/cells/net/how-to-print-excel-as...
  7. Working with Sections in C#|Aspose.Words for .NET

    Understanding Document section concepts and manipulation practices using C#. Insert section into a Document C#. Remove section C#. Copy sections between Documents....work with document sections. Sometimes you want a document that does...orientation, or have the first document page as a cover page without...

    docs.aspose.com/words/net/working-with-sections/
  8. How to Convert PDF to HTML in Java

    In this quick tutorial you will learn how to convert PDF to HTML in Java. One can easily save PDF to HTML in Java by adopting simple steps and code executing in Windows, macOS, or Linux with no dependence on Adobe Acrobat or any other third party tool....in your project Instantiate Document class object to load PDF for...exported HTML along with option to split PDF pages to multi page HTML...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-ht...
  9. Android PDF API | Create Parse and Convert PDF ...

    PDF viewer and converter library for mobile apps. Generate merge Split read write and protect PDF or PDF/A Documents with ease... manipulate & render PDF documents. API supports a vast array...PDF documents from scratch Add text & images to document Manipulate...

    products.aspose.com/pdf/android-java/
  10. 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 …...ArrayList<>(); try (Document document = new Document(pdfFilePath))... { PageCollection pages = document.getPages(); pages.forEach(page...

    forum.aspose.com/t/error-when-extracting-images...