Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,076 for

pdf to docx

(0.13 sec)
  1. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you To To render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how To render document without using cloud sTorage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or Pdf Required. File binary Input file To convert Form data, Required pages string Pages range To render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....conversion format: HTML, JPG, PNG or PDF Required. File binary Input file...configuration ); String format = "pdf" ; File fileObj = new File (...

    docs.groupdocs.cloud/viewer/convert-and-download/
  2. GroupDocs.批註雲19.5

    對於開發者來說是個好消息!引入了全新的 GroupDocs.Annotation Cloud 19.5。我們致力於發展 GroupDocs.Annotation Cloud REST API。...docx", FileMode.Open); var request...UploadFileRequest("Annotationdocs/one-page1.docx", fileStream, Common.MyStorage);...

    blog.groupdocs.cloud/zh-hant/annotation/groupdo...
  3. GroupDocs.批注云19.5

    对于开发者来说是个好消息!引入了全新的 GroupDocs.Annotation Cloud 19.5。我们致力于发展 GroupDocs.Annotation Cloud REST API。...docx", FileMode.Open); var request...UploadFileRequest("Annotationdocs/one-page1.docx", fileStream, Common.MyStorage);...

    blog.groupdocs.cloud/zh/annotation/groupdocs.an...
  4. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example To get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer Token>" Response { "credit": 487848, "quantity": 6061570985....docx' ; $request = new Requests\...Requests\ConvertDocumentDirec ( "pdf" , $filePath ); // Get consumption...

    docs.groupdocs.cloud/viewer/metered-consumption/
  5. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Comparison Cloud with Docker Resource URI HTTP GET ~/comparison/consumption cURL example Request * cURL example To get metered license consumption curl -v "http:///v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer Token>" Response { "credit": 487848, "quantity": 6061570985....docx' ; $request = new Requests\...Requests\ConvertDocumentDirec ( "pdf" , $filePath ); // Get consumption...

    docs.groupdocs.cloud/comparison/metered-consump...
  6. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Annotation-Cloud only The metered license can be used in Docker version of GroupDocs.Annotation-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Annotation Cloud with Docker Note about credits consumption when using metered license in docker version STorage calls are not charged Annotation API calls charge is based on document size: 1 credit per call per 20MB Resource URI HTTP GET ~/annotation/consumption...docx' ; $request = new Requests\...Requests\ConvertDocumentDirec ( "pdf" , $filePath ); // Get consumption...

    docs.groupdocs.cloud/annotation/metered-consump...
  7. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To sign a document with multiple signatures. For example, you can add Text and Barcode Signature To a document at same time. To put list of signatures on document (Cells, Images, Pdf, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....on document (Cells, Images, PDF, Slides or Words) Signature API...cloud/v1/signature/01_pages.pdf/collection?folder#storage \ --...

    docs.groupdocs.cloud/signature/working-with-sig...
  8. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Merger Cloud with Docker Note about credits consumption when using metered license in docker version STorage calls are not charged Merger API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....docx' ; $request = new Requests\...Requests\ConvertDocumentDirec ( "pdf" , $filePath ); // Get consumption...

    docs.groupdocs.cloud/merger/metered-consumption/
  9. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Signature-Cloud only The metered license can be used in Docker version of GroupDocs.Signature-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Signature Cloud with Docker Note about credits consumption when using metered license in docker version STorage calls are not charged Signature API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....docx' ; $request = new Requests\...Requests\ConvertDocumentDirec ( "pdf" , $filePath ); // Get consumption...

    docs.groupdocs.cloud/signature/metered-consumpt...
  10. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...configuration ); String format = "pdf" ; File fileObj = new File (..."Resources/SampleFiles/sample.docx" ) if err != nil { fmt . Printf...

    docs.groupdocs.cloud/viewer/quick-start/