Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 3,783 for

name

(0.05 sec)
  1. Java JSON to HTML | Convert JSON to HTML | JSON...

    Learn how to convert JSON to HTML using Java. This guide explains step-by-step methods for JSON to HTML conversion using GroupDocs.Conversion Cloud SDK....cloud</id> <name>repository.groupdocs.cloud</name> <url>https://releases...Please replace inputFile with the name of input JSON file and JWTtoken...

    blog.groupdocs.cloud/conversion/convert-json-to...
  2. CSV to PDF | CSV to PDF Conversion in C#. Conve...

    How to convert CSV files to PDF format with ease using our step-by-step guide. Easy and simple CSV to PDF conversion using C# and GroupDocs.Conversion Cloud API....ConvertSettings where we specify the name for input CSV, resultant format...format as pdf and the name for output PDF file as arguments. var...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  3. C#: Convert HTML to XPS | Web to XPS Conversion...

    Learn how to convert HTML to XPS using C# .NET. A step-by-step guide for transforming HTML content into XPS format. HTML to XPS conversion online....ConvertSettings where we specify the name for input HTML, resultant format...format as xps and the name for resultant XPS document as arguments...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....: 0 , "x" : 0 , "y" : 0 } } Name Description Id Id of change...style changes ChangedProperty Name of changed style OldValue Value...

    docs.groupdocs.cloud/comparison/changeinfo/
  5. 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/
  6. 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...
  7. How to self-host GroupDocs.Editor Cloud with Do...

    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 editor_cloud ` В В groupdocs...LICENSE_PRIVATE_KEY#private_key \ В В В В --name editor_cloud \ В В В В groupdocs/editor-cloud...

    docs.groupdocs.cloud/editor/self-host-with-docker/
  8. Configure Google Drive Storage | Documentation

    You have to complete following steps to connect a Google Drive Storage: Google Drive Configurations Create Google account if you don’t have one (Google Plus account can be used) (Optional) Install Google Drive application at your PC (see https://drive.google.com) Go to Google API console: https://code.google.com/apis/console Create a new Project In “APIs & Services” menu Enable Google Drive API Go to Credential options and add information in OAuth consent screen Create “OAuth client ID” API credentials Select Web Application and More options Add https://dashboard....Storage’ and select Enter Storage Name (For example: MyGoogleStorage)...Storage Now you can use it by its name in the service API with this...

    docs.groupdocs.cloud/total/configure-google-dri...
  9. How to convert csv to html - Free Support Forum...

    Can somebody help me out .I m converting csv to html using groupdocs. But In the converted html I m getting this . <p>This page uses frames, but your browser doesn't support them.</p> Bellow is my code let fileApi = c…...Bellow is my csv file content Name,Age,Email,Address John Doe,30...org/TR/REC-html40\">\n\n<head>\n<meta name=\"Excel Workbook Frameset\"...

    forum.groupdocs.cloud/t/how-to-convert-csv-to-h...
  10. 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/