Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 8,275 for

page

(0.31 sec)
  1. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents using Java.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/storing-text-of-...
  2. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python.... Get the file type and the pages count from a file The following...to get the file type and the pages count from a file: Python from...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  3. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/common-master-...
  4. Update QR-code signatures in document | GroupDocs

    This article explains how to update QR-code electronic signatures with GroupDocs.Signature API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/net/update-qr-code...
  5. Delete Barcode signatures from documents | Grou...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/delete-barcod...
  6. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/java/detect-file-type...
  7. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/search-by-chunks/
  8. Render DOC as HTML using Python

    Automate how to render doc as html using python. This walkthrough explains how to convert doc to html in python without installing extra software....into clean, embeddable HTML pages. If your goal is to convert...generate HTML pages from the DOC file Each page of the Word document...

    kb.groupdocs.com/viewer/python/render-doc-as-ht...
  9. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Responsive design aims to make web pages render well on a variety of...of the class to render HTML pages with responsive layout. The...

    docs.groupdocs.com/viewer/net/render-with-respo...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/ocr-support/