Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 8,225 for

page

(0.13 sec)
  1. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....signature Leave feedback On this page A digital electronic signature...visual appearance on document pages. PDF document format supports...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Start Leave feedback On this page Create an account Creating an...get_supported_file_formats () Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/annotation/quick-start/
  3. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....Formats Leave feedback On this page This REST API allows getting...preferred language. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  4. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Name Leave feedback On this page This REST API allows to remove...your project. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....Watermarks Leave feedback On this page This REST API allows adding...preferred language. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  6. Next Generation GroupDocs.Conversion Cloud is C...

    GroupDocs.Conversion for Cloud REST API will support converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....whole document, page by page or custom range of pages with storage...Watermarking pages Converting page by page or custom range of pages Specifying...

    blog.groupdocs.cloud/conversion/next-generation...
  7. Embeddable Document Annotation App for PimCore ...

    Enables end users to collaboratively annotate documents, images and drawings directly from within your PimCore website....CSS and embedded to any web-page using iframes. The interface...multi-page documents, quickly jump to a specified page, preview...

    blog.groupdocs.cloud/annotation/add-comprehensi...
  8. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Phrase Leave feedback On this page This REST API allows you to...your project. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual Pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate Pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate Page on 90-degree clockwise; On180Degree - instructs to rotate Page on 180-degree clockwise; On270Degree - instructs to rotate Page on 270-degree clockwise; The following code snippet shows how to rotate output Pages when viewing a document as PDF...Flip/rotate pages Flip/rotate pages Leave feedback On this page The GroupDocs...enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  10. Convert Docx to HTML - Free Support Forum - gro...

    Company Note - Wal-Mart Stores Inc 9.docx (340.3 KB) Hi, I was exploring the APIs to convert word documents in HTML. however, when i try to convert the attached document using your sample Page, the Page gets stuck in d…...document using your sample page, the page gets stuck in downloading...

    forum.groupdocs.cloud/t/convert-docx-to-html/4491