Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 6,685 for

page

(0.04 sec)
  1. Extract text areas | Documentation

    This article explains that how to extract text areas from documents in Java....objects: Member Description The page that contains the text area...The rectangular area on the page that contains the text area...

    docs.groupdocs.com/parser/java/extract-text-areas/
  2. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....or higher Leave feedback This page describes migration to the 19...rendered page as it is rendered, not when all pages are rendered...

    docs.groupdocs.com/viewer/net/how-to-migrate-to...
  3. Convert web formats | Documentation

    In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Node.js via Java....formats Leave feedback On this page About HTML and other web file...Language) is the extension for web pages created for display in browsers...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Get document information | Documentation

    This article explains how to detect document file type and calculate Pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger.... - indicates count of pages for text processing document...properties for each document page. For example, height and width...

    docs.groupdocs.com/merger/net/get-document-info...
  5. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....resources Leave feedback On this page In some cases documents may...objects found. Every document page has its Resources dictionary...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about Pages in a note document....to obtain information about pages in a note document. Please follow...InspectionPackage . Pages != null ) { foreach ( var page in root . InspectionPackage...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Search options | Documentation

    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. FuzzySearch property The property...

    docs.groupdocs.com/search/net/search-options/
  8. Get text coordinates | Documentation

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document Page image.... foreach ( Page page in viewInfo . Pages ) { Console . WriteLine...WriteLine ( $"Page: {page.Number}" ); Console . WriteLine ( "Text...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  9. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document Page rotation angle using GroupDocs.Merger for Python via .NET API....document operations / Rotate pages Rotate pages Leave feedback allows...allows to change page rotation angle by setting it to 90, 180 or 270...

    docs.groupdocs.com/merger/python-net/rotate-pages/
  10. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about Pages in a note document....to obtain information about pages in a note document. Please follow...() != null ) { for ( NotePage page : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...