Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 45,264 for

page

(0.07 sec)
  1. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. 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 parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....PageIndex The page index. An integer value that...represents the index of the page where the template item is located;...

    docs.groupdocs.cloud/parser/parse-by-template/
  2. split word file into multiple files

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....हिंदी čeština How to Extract Pages From Word Documents in Python...document into multiple documents by page programmatically. By splitting...

    blog.groupdocs.cloud/tag/split-word-file-into-m...
  3. how to change word document from portrait to la...

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Polski हिंदी čeština Change Page Orientation in Word Documents...(horizontal). Normally, the default page size of a Word document is “Letter”...

    blog.groupdocs.cloud/tag/how-to-change-word-doc...
  4. Working with Attachments | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Viewer Cloud V1 Articles in this section...The features listed in this page are supported only in GroupDocs...Attachment Pages Attachment Page Resources Was this page helpful...

    docs.groupdocs.cloud/viewer/attachments/
  5. Pricing Plan | Documentation

    GroupDocs builds incredible easy to use Software as a Service (SaaS) that developers can fully evaluate before committing to buying. To do this, we rely on a slightly different sales model.Please check the Pricing Plan and How to Purchase web-Page that gives an overview of our single pricing plan and why there are no “upgrades” or “downgrades”....Please check the web-page that gives an overview of our...“upgrades” or “downgrades”. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/editor/pricing-plan/
  6. Get Stream of Result Document - Changes | Docum...

    Note Note: The features listed in this Page are working only with GroupDocs.Comparison Cloud V1 You can compare documents, update the changes (accept/reject), 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 stream of result document (changes)....On this page Note Note: The features listed in this page are working...(Changes) C# PHP Java Ruby Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/get-stream-of-r...
  7. Get Document - Changes | Documentation

    Note Note: The features listed in this Page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and update the changes (Accept/Reject) by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get document (changes). cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/changes/update?outPath#comparisons%2Foutput.docx&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X PUT -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':'Accept'},{'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....On this page Note Note: The features listed in this page are working...(Changes) C# PHP Java Ruby Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/get-document-ch...
  8. Get Changes Categories | Documentation

    Note Note: The features listed in this Page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and get list of changes categories by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get compared documents changes categories. Enumeration of categories of changes enum ComparisonCategoriesType { ByTypeChanged, * "take categories by TypeChanged" ByNodeType, * "take categories by nodes Types" ContainsNumbers, * "take categories with changes which contains numbers" OnlyNumbers * "take categories with changes which contains only numbers" } cURL example Request curl -v "https:~/~/api....On this page Note Note: The features listed in this page are working...Documents C# PHP Java Ruby Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/get-changes-cat...
  9. 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....Extract formatted text by setting pages extraction mode option; Extract...text from specific pages by setting the pages range. For protected...

    docs.groupdocs.cloud/parser/extract-text/
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....AnnotationInfo Leave feedback On this page AnnotationInfo data structure...PageNumber Gets or sets the number of page where annotation will be placed...

    docs.groupdocs.cloud/annotation/annotationinfo/