Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 8,274 for

page

(0.05 sec)
  1. Convert to eBook with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to eBook formats (EPUB, MOBI, AZW3) with Page size, orientation, and other customizations using GroupDocs.Conversion for .NET....options Leave feedback On this page Introduction GroupDocs.Conversion...Mobi, Azw3 PageSize Sets the page size for the converted eBook...

    docs.groupdocs.com/conversion/net/convert-to-eb...
  2. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....files Leave feedback On this page allows you to render your PDF...document or specific pages. Supported Page Layout file formats...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  3. Known Issues | GroupDocs

    FIPS mode limitations Connection to remote email servers doesn’t support FIPS mode....Issues Leave feedback On this page FIPS mode limitations Connection...support FIPS mode. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/known-issues/
  4. 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-...
  5. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...sections Leave feedback On this page To extract a text from Microsoft...or a text from the selected page. Raw mode is not supported for...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Float and paginal modes | GroupDocs

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....modes Leave feedback On this page How to enable different document...and paginal (also known as paged ), where first one — float,...

    docs.groupdocs.com/editor/java/float-and-pagina...
  7. Extract text from PDF documents | GroupDocs

    To extract a text from PDF documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected Page. Here are the steps to extract a text from PDF document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....or a text from the selected page. Here are the steps to extract...steps to extract a text from the page of PDF document: Instantiate...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Working with metadata in Note formats | GroupDocs

    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...
  9. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for Python via .NET. Extract text with position data, rectangles, and text styles....areas Leave feedback On this page GroupDocs.Parser provides functionality...on a page containing text. Each text area includes: Page index:...

    docs.groupdocs.com/parser/python-net/extract-te...
  10. Extract pages | GroupDocs

    Following this guide you will learn how to extract Pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....Extract pages Extract pages Leave feedback Extract pages allows...allows to extract pages from source document. The result is a new...

    docs.groupdocs.com/merger/java/extract-pages/