Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,808 for

name

(0.17 sec)
  1. Convert JPG to PowerPoint and PowerPoint to JPG...

    Convert JPG files to PPT and PPT to JPG file format using fast and secure REST API. Let's see how to convert JPG to PowerPoint and PowerPoint to JPG in Java...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...instance Then, set the storage name and input the JPG file path...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  2. Java Convert Word Document to HTML File

    Automatically convert a Word DOCX file to HTML file using Java GroupDocs API. This article is about how to convert Word file to HTML in Java using REST API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Then, set the input Word file...

    blog.groupdocs.cloud/conversion/convert-word-fi...
  3. Java Convert PPT and PPTX to HTML Document.

    Convert PowerPoint PPT to HTML in Java using easy-to-use Cloud REST API. This article is about how to convert PowerPoint PPT or PPTX to HTML using Java API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Then, set the input PowerPoint...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  4. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font Name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....enables you to set default font name which may be useful in following...shows how to set default font name. API Usage There are steps that...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  5. Configure DropBox Storage | Documentation

    You have to complete following steps to configure Dropbox Storage: Log into Dashboard Access the Storages Page Select DropBox Storage from the ‘Create New Storage’ menu Enter Storage Name (For example: MyDropboxStorage) and click on Generate Token button Log into Dropbox and Authorize our app Dropbox will generate your Access Token and you will be redirected to our Dashboard Press Save button to create storage Now you can use this storage with GroupDocs REST APIs....Storage’ menu Enter Storage Name (For example: MyDropboxStorage)...

    docs.groupdocs.cloud/total/configure-dropbox-st...
  6. Get View Info for Outlook Data File | Documenta...

    GroupDocs.Viewer Cloud provides additional information for Outlook Data Files when calling Info method. Following example demonstrates how to retrieve view information for Outlook Data File. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details...."attachments" : [ { "name" : "(Inbox)0.msg" }, { "name" : "(Inbox)1.msg"...msg" }, { "name" : "(Inbox)2.msg" } ], "archiveViewInfo" : null...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  7. Convert PDF to JPG and JPG to PDF Programmatica...

    Use our quick and secure PDF image conversion API to convert PDF file to image. Let's see how to convert PDF to JPG and JPG to PDF Programmatically in Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...instance. Next, define the storage name and enter the PDF file’s path...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  8. Signing up | Documentation

    Learn how to sign up for GroupDocs.Rewriter Cloud service....GroupDocs, sign in with your user name and password. Otherwise, click...

    docs.groupdocs.cloud/rewriter/sign-up/
  9. RevisionInfo | Documentation

    RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author..."GroupDpcs" , "type" : "Insertion" } Name Description id Id of revision...

    docs.groupdocs.cloud/comparison/revisioninfo/
  10. RemoveOptions | Documentation

    RemoveOptions structure defines options for removing document annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...: "string" } FileInfo fields Name Description FileInfo Input file...

    docs.groupdocs.cloud/annotation/removeoptions/