Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 2,211 for

body

(0.02 sec)
  1. Get Signature from PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to get signature from PDF Document. Check the Node.js source code to get signature from PDF file.... body . code == 200 && response . body . fields ) {...showSignatureFieldsA ( response . body . fields ); } else console ...

    products.aspose.cloud/pdf/nodejs/signature/get/
  2. Authorization in Go SDK|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... In the request body, specify the following parameters:...%v\n" , err ) } defer resp . Body . Close () if resp . StatusCode...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  3. Set Barcode Text|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....are provided in the request body. POST Request (Multipart Form)...POST request with JSON or XML body. generateMultipart : Generates...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  4. Read Squiggly Annotation information from a PDF...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....><body xmlns=\"http://www.w3.org/1999/xhtml\"....0pt\">Contents</span></p></body>" , "Color" :{ "A" : 255 , "R"...

    docs.aspose.cloud/pdf/read-squiggly-annotation-...
  5. Convert HTML Invoice to PDF – Aspose.HTML Cloud

    Learn how to convert HTML invoices into PDF documents using Aspose.HTML Cloud API, with detailed examples in C# and JavaScript....to PDF: Copy 1 < html > 2 < body style = "font-family: Arial;"...</ tr > 28 </ table > 29 </ body > 30 </ html > API Request for...

    docs.aspose.cloud/html/common-usecases/invoice-...
  6. Add or Replace Square Annotations in a PDF Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....><body xmlns=\"http://www.w3.org/1999/xhtml\"....0pt\">Contents</span></p></body>" , "Color" : { "A" : 255 ,...

    docs.aspose.cloud/pdf/add-or-replace-square-ann...
  7. Add or Replace Text Annotations in a PDF Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....><body xmlns=\"http://www.w3.org/1999/xhtml\"....0pt\">Contents</span></p></body>" , "Color" : { "A" : 255 ,...

    docs.aspose.cloud/pdf/add-or-replace-text-annot...
  8. Convert Microsoft Word to PDF in C# using Aspos...

    Hi, I am using the code snippet, to convert pdf to doc however the image and highlighting is missing WordsApi wordsApi = new WordsApi(Common.APP_KEY, Common.APP_SID, Common.BASEPATH); StorageApi storageApi = new Stora…...SaveOptionsData body = new Com.Aspose.Words.Model...SaveOptionsData(); body.SaveFormat = "pdf"; body.FileName = "output...

    forum.aspose.cloud/t/convert-microsoft-word-to-...
  9. Convert HTML to PDF | HTML to JPG | Web to Word...

    Unlock the potential to effortless Web to Image conversion. Perform HTML to PDF, HTML to JPG Image or HTML to Word document conversion with Cloud SDK....setup options in the request body) to update page setup. Convert...save options in the request body) to convert web pages. In addition...

    blog.aspose.cloud/total/work-with-sections-and-...
  10. Update Metadata in PDF Document via Cloud Node....

    Update PDF metadata properties using Node.js and Aspose.PDF Cloud SDK.... body . properties . find ( property...); console . log ( result . body . status ); metadata = await...

    products.aspose.cloud/pdf/nodejs/metadata/update/