Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 3,169 for

pdf annotation

(0.22 sec)
  1. GroupDocs.Translation Cloud Product Family | Do...

    An introduction to machine translation technology and how GroupDocs.Translation Cloud can help you use it for your day-to-day business needs....Annotation Product Solution GroupDocs...Microsoft Office documents, PDF and Markdown files, preserving...

    docs.groupdocs.cloud/translation/
  2. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific pages from word processing documents into Pdf documents. 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 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...word processing documents into pdf documents. There are steps that...

    docs.groupdocs.cloud/conversion/convert-specifi...
  3. 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...
  4. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into Pdf document with adding watermark. 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 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...word processing document into pdf document with adding watermark...

    docs.groupdocs.cloud/conversion/add-watermark/
  5. Extract Images by a Page Number Range | Documen...

    This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images by a page number example. cURL example The following example demonstrates how to extract images by a page number range. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs..."FileInfo": { "FilePath": "pdf/template-document.pdf", "StorageName": ""...

    docs.groupdocs.cloud/parser/extract-images-by-a...
  6. Simplifying files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files simplification....Annotation Product Solution GroupDocs...format = "Pdf" ; string path = "/path/to/myFile.pdf" ; byte []...

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  7. 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 Pdf 텍스트 수정을 위한 REST API 솔루션 타사 편집기를 설치하지 않고 모든 ......REST APIs | GroupDocs Cloud PDF 텍스트 수정을 위한 REST API 솔루션 타사 편집기를...주석 솔루션인 GroupDocs.Annotation Cloud를 사용하여 PDF 텍스트를 수정합니다. Recent...

    blog.groupdocs.cloud/ko/tag/text-redaction/inde...
  8. 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 텍스트 수정을 위한 REST API 솔루션 타사 편집기를 설치하지 않고 모......REST APIs | GroupDocs Cloud PDF 텍스트 수정을 위한 REST API 솔루션 타사 편집기를...주석 솔루션인 GroupDocs.Annotation Cloud를 사용하여 PDF 텍스트를 수정합니다. Recent...

    blog.groupdocs.cloud/ko/tag/image-redaction/ind...
  9. 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/
  10. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files....Annotation Product Solution GroupDocs...format = "Pdf" ; string path = "/path/to/myFile.pdf" ; byte []...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/