Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 3,863 for

name

(0.82 sec)
  1. Java Convert HTML to Word DOC or DOCX.

    Learn how to convert HTML to Word (DOC, DOCX) programmatically in Java using GroupDocs.Conversion Cloud REST API, quickly and efficiently....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Next, set the input HTML file...

    blog.groupdocs.cloud/conversion/convert-html-to...
  2. Convert GIF Images to PDF Files in Java - A Ste...

    Learn how to convert GIF images to PDF files in Java using the GroupDocs.Conversion Cloud SDK. Follow step-by-step guide to convert your images today....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Next, set the input GIF file...

    blog.groupdocs.cloud/conversion/convert-gif-ima...
  3. Convert TIFF to PDF in Java

    Learn how to convert TIFF to PDF in Java programmatically. Get accurate and high-quality conversions with customizable settings and secure data handling....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Next, provide the cloud storage name. Set the input TIFF file path...

    blog.groupdocs.cloud/conversion/tiff-file-to-pd...
  4. Convert JPG to SVG in Java - A Step-by-Step Guide.

    Learn how to convert JPG images to SVG files via Java: A Step-by-Step Guide Using GroupDocs.Conversion Cloud SDK for Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Then, provide the cloud storage name. Next, set the input JPG file...

    blog.groupdocs.cloud/conversion/convert-jpg-ima...
  5. Latest GroupDocs.Signature Cloud Product Family...

    Get technical support of GroupDocs.Signature Cloud....given in the field "Account Name" while creating a storage account...envelopes with different Company Names / contacts 3 1363 June 17, 2016...

    forum.groupdocs.cloud/c/signature/13
  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. Display PDF and Microsoft Office Documents on Y...

    This add-on allows Concrete5 developers to easily embed GroupDocs’ HTML5-based document viewer into their websites.... To name just a few, supported file types...

    blog.groupdocs.cloud/viewer/multi-format-embedd...
  8. Creating and Managing Account | Documentation

    Creating a Free Account Go to Dashboard. You will be redirected to our Single Sign On application to authenticate to our services. If you already have an account with our services, please specify the User Name/Email and Password and click on the Sign In button. If you don’t have an account with our services, click on the Don’t have an account? Sign Up button or Sign Up using an existing GitHub or Google account....services, please specify the User Name/Email and Password and click...

    docs.groupdocs.cloud/total/creating-and-managin...
  9. How to use Google Cloud Storage in Docker Conta...

    Hi, I installed the Docker image for GroupDocs.Merger Cloud and I’d like to fetch files from Google Cloud Storage and manipulate them in this container and put them back in Google Cloud Storage. For starting the contain…...CLIENT_SECRET=client_secret \ --name merger_cloud \ groupdocs/merger-cloud...

    forum.groupdocs.cloud/t/how-to-use-google-cloud...
  10. ComparisonOptions | Documentation

    ComparisonOptions data structure defines comparison options ComparisonOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string" } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type....}, "OutputPath" : "string" } Name Description SourceFile about...

    docs.groupdocs.cloud/comparison/comparisonoptions/