Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 8,332 for

page

(0.1 sec)
  1. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....text Leave feedback On this page GroupDocs.Parser provides powerful...search_results = parser . search ( r "page number: \d+" , options ) # Check...

    docs.groupdocs.com/parser/python-net/search-text/
  2. Working with Images | GroupDocs

    Enumerate, filter, and save images extracted with GroupDocs.Parser for Python via .NET....feedback On this page Use image areas to inspect page coordinates...data ) } bytes from page { image_area . page . index + 1 } " )...

    docs.groupdocs.com/parser/python-net/working-wi...
  3. Working with barcodes | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......from document page Extract barcodes from document page area Was this...this page helpful? Not really Yes, thanks Any additional feedback...

    docs.groupdocs.com/parser/java/working-with-bar...
  4. Working with images | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......from document page Extract images from document page area Extract...Extract images to files Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/java/working-with-ima...
  5. Search options | GroupDocs

    This article describes the search options that can be specified in an instance of the SearchOptions class....options Leave feedback This page contains a description of all...feature. For details, see the page. getFuzzySearch method The method...

    docs.groupdocs.com/search/java/search-options/
  6. output.pdf

    Page 1 Page 2 D:20250811121311Z Aspose.PDF for Java 25.2 vlitvinchik Aspose Pty Ltd. D:20250811151312+03'00'...Page 1 Page 2 D:20250811121311Z Aspose.PDF for Java 25.2 vlitvinchik...

    docs.groupdocs.com/viewer/java/sample-files/spl...
  7. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate Pages count with GroupDocs.Watermark....info Leave feedback On this page With you can retrieve the following...PageCount represents the number of pages in a document. FileSize represents...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  8. Getting Document Information | GroupDocs

    Learn how to retrieve document metadata such as file type, Page count, size, and other properties with GroupDocs.Conversion for Python via .NET....Information Leave feedback On this page GroupDocs.Conversion for Python...format, creation date, size, and page count. get_document_info.py...

    docs.groupdocs.com/conversion/python-net/develo...
  9. Single document operations | GroupDocs

    Learn how to move document Pages, remove document Pages, split document into separate Pages, swap document Pages positions, extract specific Pages from document, change Page orientation and rotate Page using GroupDocs.Merger for Java....operations: move document pages, remove document pages, split document...document into separate pages, swap document pages positions, extract...

    docs.groupdocs.com/merger/java/single-document-...
  10. Select specific pages for rasterized PDF | Grou...

    Select specific Pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting Page index (zero based) and the number of Pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultiPageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....specific pages for rasterized PDF Select specific pages for rasterized...Leave feedback Select specific pages for rasterized PDF Saving document...

    docs.groupdocs.com/redaction/java/select-specif...