Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,164 for

pdf annotation

(0.06 sec)
  1. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files....Annotation Product Solution GroupDocs...filePath = "/path/to/myfile.pdf" ; string savePath = "/path/to/savefile/"...

    docs.groupdocs.cloud/translation/file/sdk/
  2. Fetching file results | Documentation

    How to fetch the result from the GroupDocs.Rewriter Cloud queue....Annotation Product Solution GroupDocs..."status" : 200 , "message" : "Pdf document paraphrased" , "url"...

    docs.groupdocs.cloud/rewriter/file/fetch/
  3. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, Pdf....Annotation Product Solution GroupDocs...values are: HTML, JPG, PNG, PDF. Default value is “HTML”. FileInfo...

    docs.groupdocs.cloud/viewer/viewoptions/
  4. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Annotation Product Solution GroupDocs...attachments file PDF file path. Returned instead of pages, if PDF view format...

    docs.groupdocs.cloud/viewer/viewresult/
  5. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. 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 text by a page number example. cURL example The following example demonstrates how to extract text 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\\pages-document.pdf", "StorageName": ""...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  6. Cloud on Document Processing REST APIs | GroupD...

    Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Cloud on Document Processing REST APIs | GroupDocs Cloud 이제 Java 및 Ruby용 GroupDocs.Annotation Cloud SDK를 사용할 수 있습니다. Group......Annotation Cloud SDK를 사용할 수 있습니다. GroupDocs...사용할 수 있습니다. 차세대 GroupDocs.Annotation Cloud를 곧 사용할 수 있습니다. Cloud...

    blog.groupdocs.cloud/ko/tag/cloud/index.xml
  7. Cloud on Document Processing REST APIs | GroupD...

    Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Cloud on Document Processing REST APIs | GroupDocs Cloud GroupDocs.Annotation Cloud SDKs لـ Java و Ruby متاحة الآن عرض Gro......Annotation Cloud SDKs لـ Java و Ruby...الجيل القادم من GroupDocs.Annotation Cloud قريبًا GroupDocs.Conversion...

    blog.groupdocs.cloud/ar/tag/cloud/index.xml
  8. Cloud on Document Processing REST APIs | GroupD...

    Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Cloud on Document Processing REST APIs | GroupDocs Cloud Тепер доступні хмарні SDK GroupDocs.Annotation для Java і Ruby Пр......Annotation для Java і Ruby Пропозиція...доступна хмара GroupDocs.Annotation нового покоління GroupDocs...

    blog.groupdocs.cloud/uk/tag/cloud/index.xml
  9. Cloud on Document Processing REST APIs | GroupD...

    Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Cloud on Document Processing REST APIs | GroupDocs Cloud 适用于 Java 和 Ruby 的 GroupDocs.Annotation Cloud SDK 现已推出 GroupDocs.c......Annotation Cloud SDK 现已推出 GroupDocs...可在您的应用程序中用于文档转换功能。 下一代GroupDocs.Annotation Cloud即将推出 Cloud REST API...

    blog.groupdocs.cloud/zh/tag/cloud/index.xml
  10. How to self-host GroupDocs.Conversion Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Annotation Product Solution GroupDocs..."WordProcessing/four-pages.docx" , Format = "pdf" , OutputPath = "converted" };...

    docs.groupdocs.cloud/conversion/self-host-with-...