Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 1,876 for

conversion family

(0.09 sec)
  1. Convert Word DOC to PDF Programmatically in CSharp

    Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....article: Document and File Conversion API - .NET File Format Library...PDF in C# Document and File Conversion API - .NET File Format Library...

    blog.groupdocs.cloud/conversion/convert-word-to...
  2. PDF file containing progress bars doesn’t get p...

    Hey, I’m using Groupdocs Conversion API using Node.js to convert PDF to WORD. I’m able to convert PDF to WORD but the converted word document is not 100% identical to the PDF file. I’ve attaching both PDF and the conv…...Conversion Cloud Product Family CVJURY February...Hey, I’m using Groupdocs conversion API using Node.js to convert...

    forum.groupdocs.cloud/t/pdf-file-containing-pro...
  3. Python Convert PDF to Microsoft Word Document w...

    The groupdocs.cloud’s API generated the following error: Error: ConvertDocument. Parameters: convertSettings ‘{“FilePath”:“Sample.pdf”,“Format”:“docx”,“LoadOptions”:{“RemoveEmbeddedFiles”:false,“HidePdfAnnotations”:true…...Conversion Cloud Product Family pdf-to-word-python...credentials Install GroupDocs.Conversion Cloud SDK for PHP from PIP...

    forum.groupdocs.cloud/t/python-convert-pdf-to-m...
  4. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. That will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/quick-start/
  5. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. This will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/quickstart/
  6. Get Streams of Images of Result Document | Docu...

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents, saves the result document to streams as a set of images and returns the array of streams of images by providing the JsonRequest Object data in the request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to Get streams of images of result document. cURL example Request curl -v "https://api....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-streams-of-...
  7. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata/
  8. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata/
  9. Get 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 path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get document. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments?outPath#comparisons%2Fcomparedoutput.docx&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.groupdocs.cloud/storage/file/comparisons/output.docx", "rel": "self", "type": null, "title": null } SDK example The API is completely independent of your operating system, database system or development language....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-document/
  10. Available SDKs | Documentation

    GroupDocs.Metadata Cloud SDKs GroupDocs.Metadata 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/available-sdks/