Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 9,574 for

page

(0.82 sec)
  1. Updating multiple signatures of different types...

     This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/updating-mult...
  2. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....markup Leave feedback On this page This demonstration shows how...the 1st parameter. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/create-editabled...
  4. Export Styles During Document Editing | GroupDocs

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....Editing Leave feedback On this page The , commonly represented by...repository on GitHub. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  5. Evaluation Limitations and Licensing | GroupDocs

    free search api version is available to evaluate the API which will be similar as licensed but with few limitations....SetLicense from within Page_Load methods since it means...will be loaded every time a web page is loaded. Applying Metered...

    docs.groupdocs.com/search/net/evaluation-limita...
  6. Extract text structure | GroupDocs

    This article explains that how to extract text structure from documents....structure Leave feedback On this page GroupDocs.Parser provides the...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/extract-text-stru...
  7. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....document Leave feedback On this page Extracting information about...watermarker . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  8. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using the Python programming language....file Leave feedback On this page This example demonstrates opening...TXT. It exposes the format , page_count , size , is_encrypted...

    docs.groupdocs.com/editor/python-net/edit-xml/
  9. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-editor-net, and run three minimal examples — round-trip edit a DOCX, convert DOCX → PDF through HTML, and read document info — in under five minutes....Guide Leave feedback On this page This guide provides a quick...get_document_info() returns format, page count, size, and encryption...

    docs.groupdocs.com/editor/python-net/quick-star...
  10. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for Python via .NET....Edit TXT Leave feedback On this page This demonstration shows how...(TXT) that contain no images, pages, paragraphs, lists, tables,...

    docs.groupdocs.com/editor/python-net/edit-txt/