Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 8,331 for

page

(0.46 sec)
  1. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....component (label) on the document page. - text annotation with different...to image and put to document page. This implementation makes sense...

    docs.groupdocs.com/signature/java/sign-document...
  2. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....document - file type, size, pages count, page height and width etc....document. Preview document pages Document preview feature allows...

    docs.groupdocs.com/signature/java/features-over...
  3. Search text in Microsoft OneNote sections | Gro...

    This article explains that how to search text from Microsoft OneNote sections presentations...sections Leave feedback On this page To search a keyword in Microsoft...SearchResult > sr = parser . Search ( "page number" ); // Iterate over search...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  4. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....eBooks Leave feedback On this page To search a keyword in EPUB...SearchResult > sr = parser . Search ( "page number" ); // Iterate over search...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  5. Install GroupDocs.Viewer for Node.js via Java |...

    Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....Java Leave feedback On this page Prerequisites Node.js: 20 LTS...toolchain) See full details on the page. Install from npm All Java-bridged...

    docs.groupdocs.com/viewer/nodejs-java/installat...
  6. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Templates Leave feedback On this page Templates let you extract structured...= data [ "InvoiceNumber" ] . page_area . text print ( f "Invoice...

    docs.groupdocs.com/parser/python-net/working-wi...
  7. Watermarks in PDF document | GroupDocs

    Add watermarks as XObjects, Artifacts, and Annotations using Python via .NET....document Leave feedback On this page Learn the ways GroupDocs.Watermark...TextWatermark respectively. XObjects are page real content and are not removed...

    docs.groupdocs.com/watermark/python-net/waterma...
  8. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...instantiate and release the output page streams. defines the methods...List < ByteArrayOutputStrea > pages = new ArrayList <>(); try (...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  9. Render Project documents as HTML, PDF, and imag...

    Convert Microsoft Project files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....files Leave feedback On this page allows you to render Project...entire document or specific pages. Supported Project Management...

    docs.groupdocs.com/viewer/python-net/render-ms-...
  10. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (Pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....watermarks Leave feedback On this page GroupDocs.Watermar API supports...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/java/adding-image-...