Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 3,199 for

pdf annotation

(0.08 sec)
  1. Image Redaction on Document Processing REST API...

    Image Redaction on Document Processing REST APIs | GroupDocs Cloud Recent content in Image Redaction on Document Processing REST APIs | GroupDocs Cloud Pdf Metnini Redakte Etmek İçin Bir REST API Ç......Cloud PDF Metnini Redakte Etmek İçin Bir REST API Çözümü PDF Metnini...açıklama çözümü olan GroupDocs.Annotation Cloud ile yeniden düzenleyin...

    blog.groupdocs.cloud/tr/tag/image-redaction/ind...
  2. Image Redaction on Document Processing REST API...

    Image Redaction on Document Processing REST APIs | GroupDocs Cloud Recent content in Image Redaction on Document Processing REST APIs | GroupDocs Cloud راه حل REST API برای ویرایش متن Pdf ویرایش مت......ویرایش متن PDF ویرایش متن PDF با GroupDocs.Annotation Cloud، یک...

    blog.groupdocs.cloud/fa/tag/image-redaction/ind...
  3. Text Redaction on Document Processing REST APIs...

    Text Redaction on Document Processing REST APIs | GroupDocs Cloud Recent content in Text Redaction on Document Processing REST APIs | GroupDocs Cloud Una soluzione API REST per oscurare il testo PD......testo PDF Redigere testo PDF con GroupDocs.Annotation Cloud,...

    blog.groupdocs.cloud/it/tag/text-redaction/inde...
  4. 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....Annotation Product Solution GroupDocs...conversion docx document to pdf. Note The GitHub repository for...

    docs.groupdocs.cloud/conversion/quick-start/
  5. Sending files for processing | Documentation

    How to send files for processing to the selected language....Annotation Product Solution GroupDocs...com/0cd7b09d-4d63-4bcd-a9a5-dfd72897aa17.pdf...ff474526313a24821e98", "savingMode":...

    docs.groupdocs.cloud/rewriter/file/request/
  6. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how to convert presentation documents into Pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Annotation Product Solution GroupDocs...presentation documents into pdf documents with load options....

    docs.groupdocs.cloud/conversion/convert-present...
  7. 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...Annotation Product Solution GroupDocs...when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  8. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into Pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Annotation Product Solution GroupDocs...convert email documents into pdf documents with load options....

    docs.groupdocs.cloud/conversion/convert-email-d...
  9. 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)....Annotation Product Solution GroupDocs...appearance on document pages. PDF document format supports digital...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use Pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use Pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use Pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Annotation Product Solution GroupDocs...pages to be converted usePdf Use pdf as intermediate format watermarkOptions...

    docs.groupdocs.cloud/conversion/convertoptions/