Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 9,496 for

page

(0.2 sec)
  1. Load from stream | GroupDocs

    This article explains how to load from stream while using GroupDocs. Watermarks Java API....stream Leave feedback On this page The following example democtrates...document . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/load-from-str...
  2. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF document Page rotation angle using GroupDocs.Merger for Python via .NET API....Rotate pages Rotate pages Leave feedback On this page lets you...you rotate specific pages (or all pages) in a PDF document by...

    docs.groupdocs.com/merger/python-net/rotate-pages/
  3. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert EBooks to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your EBooks...save all elements of an HTML page (including text, graphics, and...

    docs.groupdocs.com/viewer/nodejs-java/render-eb...
  4. input2.pdf

    This is example text Page 1 This is example text Page 2 D:20220106124019+00'00' Aspose.PDF for .NET 20.6 Aspose Ltd. D:20220106124019+00'00'...is example text Page 1 This is example text Page 2 D:20220106124019+00'00'...

    docs.groupdocs.com/merger/python-net/_sample_fi...
  5. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more files and get the difference between them....Overview Leave feedback On this page is a robust cross-platform library...Information extraction – file type, page count, etc. Handful differences...

    docs.groupdocs.com/comparison/python-net/groupd...
  6. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Node.js via Java — API to compare two or more files and get the difference between them....Overview Leave feedback On this page is a robust cross-platform library...Information extraction – file type, page count, etc. Handful differences...

    docs.groupdocs.com/comparison/nodejs-java/group...
  7. Add button component | GroupDocs

    The Page describes how to add button component to a document using GroupDocs.Annotation for .NET....component Leave feedback On this page Button component creates a button...appropriate properties (position, page number, etc). Call the method...

    docs.groupdocs.com/annotation/net/add-button-co...
  8. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word 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. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....or a text from the selected page. parameter is ignored for Microsoft...steps to extract a text from the page of Microsoft Office Word document:...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Get Image Representation of a Document

    Did you ever wish to get image representation of a document? GroupDocs.Merger for Java 19.6 will make your wish come true. This feature is also helpful for front end application development. Let’s have a look at its implementation. It will return Page number and Page stream. Using getPagePreview method you will get list of Page image representations for a document of known format. So, source document file format should be specified.... It will return page number and page stream. Using getPagePreview...method you will get list of page image representations for a...

    blog.groupdocs.com/merger/get-image-representat...
  10. Working with metadata in Note formats | GroupDocs

    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...