Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 3,006 for

one

(0.28 sec)
  1. GroupDocs Newsletter August 2017– .NET, Java AP...

    GroupDocs developer newsletter August 2017 describes API updates, new features, .NET and Java code examples within GroupDocs document manipulation APIs....NET APIs packaged into one product suite. GroupDocs.Total...our Java APIs packaged into one product suite. GroupDocs.Total...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  2. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of June 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs.... Convert ONE, DGN, DNG, VSSX and VSTX Documents...that allows converting from ONE, DGN, DNG, VSSX and VSTX file...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  3. How to Combine Multiple Word Documents using Py...

    Our API is designed to merge documents and files in various formats online. This article is about how to combine multiple word documents using Python....multiple word documents into one word document online instead...instead of processing files one by one. As a Python developer, you can...

    blog.groupdocs.cloud/merger/how-to-combine-mult...
  4. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several One-page documents by providing exact page numbers. The following example demonstrates how to split the document into three One-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....Split the Document Into Several One-Page Documents GroupDocs.Merger...split the document into several one-page documents by providing exact...

    docs.groupdocs.cloud/merger/split-document/
  5. How to Add pagination in the converted html - F...

    how will add Pagination in HTML Output during DOCX to HTML Conversion....RenderToSinglePage to render into one page....

    forum.groupdocs.cloud/t/how-to-add-pagination-i...
  6. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/One-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/One-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage...."FileInfo" : { "FilePath" : "signed/one-page.pdf" , "Password" : "1234567890"...12345 , "DownloadUrl" : "signed/one-page.pdf" , "succeeded" : [ {...

    docs.groupdocs.cloud/signature/signresult/
  7. Change Page Orientation in Word Documents using...

    Change One page orientation in word to make word landscape or portrait using Python. Let's see how to change page orientation in Word documents using Python...change the page orientation for one page or multiple pages in word...code example to see how to make one page landscape in word. Landscape...

    blog.groupdocs.cloud/merger/change-page-orienta...
  8. How to Merge Word Documents in Ruby using REST API

    How to Merge Word Documents in Ruby using REST API...instead of processing all files one by one. As a Ruby developer, you...single document, or split up one source document into multiple...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...
  9. Text Strikeout Annotation | Documentation

    Text Strikeout annotation marks text fragment with a strikethrough styling API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': "...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/text-strikeout-...
  10. Watermark Annotation | Documentation

    Watermark annotation adds text watermark API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': "...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/watermark-annot...