Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 7,978 for

paged

(0.28 sec)
  1. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Java supported document types...Extract pages Move page Remove pages Swap pages Change page orientation...orientation Rotate pages Import document Cross-format merge to PDF...

    docs.groupdocs.com/merger/java/supported-docume...
  2. 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 Node.js via Java....operations: move document pages, remove document pages, split document...document into separate pages, swap document pages positions, extract...

    docs.groupdocs.com/merger/nodejs-java/single-do...
  3. Get document information | GroupDocs

    This article explains how to detect document file type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document file with GroupDocs.Signature....which includes: Pages dimensions - and for each page in a document...docInfo . getPageCount () + " pages" ); System . out . print ( "File...

    docs.groupdocs.com/signature/java/get-document-...
  4. Render Print Area in Worksheets using GroupDocs...

    Here we go! Another monthly release of GroupDocs.Viewer for .NET is out now. In the current release, you will find new options to render print area and to include or exclude hidden columns and rows in the Cells documents. Furthermore, we have added the support of rendering POTX, PPTM, and EPS file formats. Below you find the list of new features, improvements, and fixes added in GroupDocs.Viewer for .NET 18...._AutoFitColumn_; // Get pages List pages = htmlHandler.GetPages(guid...(PageHtml page in pages) { Console.WriteLine("Page number: {0}"...

    blog.groupdocs.com/viewer/render-print-area-in-...
  5. Get a list of changes | GroupDocs

    This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java....changes Leave feedback On this page allows you to get a list of...change = changes [ index ]; const page = change . getPageInfo (). getPageNumber...

    docs.groupdocs.com/comparison/nodejs-java/get-l...
  6. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....options Leave feedback On this page GroupDocs.Conversion provides...converted to. sets the desired page width in points after conversion...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  7. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Search only page with specified number (None for all pages) search_options...search_options . page_number = None # Specify as True to search all...

    docs.groupdocs.com/signature/python-net/search-...
  8. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to get load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options...worksheets into pages Render whole worksheet on one page Split worksheet...worksheet by page breaks Render only print area Render print area...

    blog.groupdocs.com/viewer/working-with-spreadsh...
  9. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your spreadsheet...entire document or specific pages. Supported spreadsheet file...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  10. 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...