Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 9,572 for

page

(0.05 sec)
  1. Add image annotation | GroupDocs

    The Page describes how to add image annotation to a document using GroupDocs.Annotation for Java....annotation Leave feedback On this page Image annotation allows you...to add an image on document page as shown in the picture below:...

    docs.groupdocs.com/annotation/java/add-image-an...
  2. 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....information Leave feedback On this page Overview allows to get document...which includes: Pages dimensions - and for each page in a document...

    docs.groupdocs.com/signature/net/get-document-i...
  3. Adding watermarks | GroupDocs

    Advanced topics on adding text and image watermarks in various document formats using GroupDocs.Watermark for Python via .NET....watermarks Leave feedback On this page This section covers advanced...opacity, and alignment Consider page margins and parent-relative...

    docs.groupdocs.com/watermark/python-net/adding-...
  4. Converting Presentation file to PDF leads to in...

    Headers, footers, Page numbers and more.zip (49.0 KB) When using GroupDocs.Conversion v26.1.0, when we attempt to convert the above file, we have noticed that the headers and footers that are present for each Page norma…...10:25pm 1 Headers, footers, page numbers and more.zip (49.0 KB)...footers that are present for each page normally when viewing the file...

    forum.groupdocs.com/t/converting-presentation-f...
  5. Signing specific pages in the multipage documen...

    This article explains how to sign specific Pages in the multiPage documents...specific pages in the multipage document Signing specific pages in...document Leave feedback On this page Base signature options contains...

    docs.groupdocs.com/signature/net/sign-specific_...
  6. Watermark appear in more than one location in t...

    Is it possible for the watermark to appear in more than one location in the document. For example in the top, center and bottom of each Page...top, center and bottom of each page atir.tahir September 13, 2023...top, center and bottom of each page Below is the example code for...

    forum.groupdocs.com/t/watermark-appear-in-more-...
  7. Advanced search for Text signatures | GroupDocs

     This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....pdf" ); PagesSetup page = new PagesSetup (); page . setFirstPage...setFirstPage ( true ); page . setLastPage ( true ); page . setOddPages (...

    docs.groupdocs.com/signature/java/advanced-sear...
  8. Get file info | GroupDocs

    Read file type, Page count, file size, and Page dimensions before comparison using IDocumentInfo from GroupDocs.Comparison for .NET....info Leave feedback On this page allows you to get the following...represents count of document pages. represents the document file...

    docs.groupdocs.com/comparison/net/get-file-info/
  9. Convert project management formats | GroupDocs

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for .NET....formats Leave feedback On this page A project file is a collection...JPG, , , , , TIF, , , , PDF: Page Description Language: , , ,...

    docs.groupdocs.com/conversion/net/convert/proje...
  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...