Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 4,094 for

name

(0.19 sec)
  1. Compare PDF Files | Compare PDF Documents in C#

    How to compare PDF files efficiently with GroupDocs.Comparison Cloud SDK. Our detailed guide provides step-by-step instructions to compare two PDF files....list instance and specify the names of files to be compared. TargetFiles...the name of source PDF file and secondPDF with the name of target...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  2. 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...
  3. GitHub - groupdocs-signature-cloud/groupdocs-si...

    Ruby SDK to communicate with the GroupDocs.Signature REST API. Add, Remove or Search for Signatures in Word, Excel, PowerPoint & PDF documents. - groupdocs-signature-cloud/groupdocs-signature-cloud-ruby...file Code Folders and files Name Name Last commit message Last commit...

    github.com/groupdocs-signature-cloud/groupdocs-...
  4. System Error

    Search Options Results per page -- Results per page -- 10 20 30 40 50 100 Sort -- Sort -- Score File Name (ascending)......Sort -- Score File Name (ascending) File Name (descending) Date...

    localhost:8080/error/notfound/
  5. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage Name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example.... Name Description Comment TemplatePath...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/delete-template/
  6. Containerize.Fess

    Search Options Results per page -- Results per page -- 10 20 30 40 50 100 Sort -- Sort -- Score File Name (ascending)......Sort -- Score File Name (ascending) File Name (descending) Date...

    127.0.0.1:8080
  7. Get Images of Result Document | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and can get the result document images path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get images of result document. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/images?outFolder#comparisons%2FoutputImages&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','Name':'source.docx','password':''},'targetFiles':[{'folder':'comparisons','Name':'target.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response [ { "href": "https://api...."{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''}...'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}]...

    docs.groupdocs.cloud/comparison/get-images-of-r...
  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/2022/06/12/convert-pdf-to-...
  9. Convert Word to Image Formats using REST API in...

    GroupDocs Ruby SDK is the best way to convert Word DOCX to image formats. This article is about how to Convert Word to Image Formats using REST API in Ruby...the word file path and storage name. Also, assign “jpeg” as output...ConvertSettings . Also, set the storage name and word file path. Set “jpg”...

    blog.groupdocs.cloud/2022/05/28/convert-word-to...
  10. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category Name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....add by exact tag and category name. cURL example The following...TagOptions ": { " ExactTag ": { " Name ": " Printed ", " Category ":...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/