Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 3,738 for

name

(0.04 sec)
  1. 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....false , } } ViewOptions fields Name Description API Version ViewFormat...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/viewer/viewoptions/
  2. GroupDocs.Annotation Cloud SDKs | Documentation

    GroupDocs.Annotation Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....y </id> <name> GroupDocs Artifact Repository </name> <url> https://releases...y </id> <name> GroupDocs Artifact Repository </name> <url> http://releases...

    docs.groupdocs.cloud/annotation/available-sdks/
  3. Working with Stamp Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API....object which contains document name, folder location and command...parameters to specify desired file name and folder to save file. When...

    docs.groupdocs.cloud/signature/working-with-sta...
  4. Render Documents to HTML5 with REST API in Java...

    GroupDocs.Viewer Cloud is a Document Rendering and Viewing REST API Solution, that gives complete freedom of platform and programming languages....ory</id> <name>GroupDocs Artifact Repository</name> <url>http://repository...

    blog.groupdocs.cloud/viewer/render-documents-to...
  5. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when extracting text from a document.... Name Description Comment FileInfo...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/extract-text/
  6. How to self-host GroupDocs.Comparison 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...."LICENSE_PRIVATE_KEY#private_key" ` - -name comparison_cloud ` groupdocs...LICENSE_PRIVATE_KEY#private_key \ --name comparison_cloud \ groupdocs/comparison-cloud...

    docs.groupdocs.cloud/comparison/self-host-with-...
  7. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder... If you do not pass storage name API will find folder in GroupDocs...Path of the file including file name and extension e.g. /Folder1/file...

    docs.groupdocs.cloud/viewer/working-with-folder/
  8. Convert PDF to HTML using REST API in Ruby

    GroupDocs.Conversion is an advanced document conversion API solutuion. This article is about how to convert PDF to HTML using REST API in Ruby....Next, provide the files storage name Set the input PDF file path...Then, provide the output path name After that, create the ConvertDocumentReque...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  9. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder Name}~~{Sub folder Name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder Named “Orion” that resides in a folder Named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....the following convention for naming folders and subfolders to specify...option: {Parent folder name}~~{Sub folder name} . Thus, if you need...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  10. 在 Node.js 中使用 REST API 从 PDF 中提取数据

    使用 Document Parser Cloud SDK 在 Node.js 中使用 REST API 以编程方式从 PDF 中提取数据。这篇文章是关于从 PDF 中自动提取数据的。...log("Field name: " + data.name + ". Text :" + data.pageArea...{ console.log("Table name: " + data.name); data.pageArea.pageTableArea...

    blog.groupdocs.cloud/zh/parser/extract-data-fro...