Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 7,095 for

json

(0.11 sec)
  1. C# .NET On Premise APIs for Document Automation

    Download DLL on-premise C# class libraries to build Document Automation Apps via high code .NET APIs. Viewer Parser Editor Splitter Merger Search Redaction etc....sources, such as XML, OData, JSON, etc. PM> Install-Package GroupDocs...

    releases.groupdocs.com/total/net/new-releases/g...
  2. Supported file formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Hypertext Markup Language File ✅ ✅ Json File ✅ ✅ MHTML Web Archive ✅...

    docs.groupdocs.com/conversion/java/supported-do...
  3. Supported file formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Hypertext Markup Language File ✅ ✅ Json File ✅ ✅ MHTML Web Archive ✅...

    docs.groupdocs.com/conversion/java/supported-fi...
  4. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, Json, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....sources including databases, XML, JSON, OData, objects of custom .NET...custom objects through WCF or JSON Supported (using a third-party...

    docs.groupdocs.com/assembly/net/features-overview/
  5. Online pdf Editor | Free GroupDocs Apps

    Free online pdf document editor. View, edit and save edited pdf files online in different formats with advanced WYSIWYG editor....yml) JSON EDITOR JavaScript Object Notation (.json) HTML EDITOR...

    products.groupdocs.app/editor/pdf
  6. HTTP messages - HTTP | MDN

    HTTP messages are the mechanism used to exchange data between a server and a client in the HTTP protocol. There are two types of messages: requests sent by the client to trigger an action on the server, and responses, the answer that the server sends in response to a request....data that the server expects: json { "firstName": "Brian", "lastName":...Created Content-Type: application/json Location: http://example.com/users/123...

    developer.mozilla.org/en-US/docs/Web/HTTP/Messages
  7. index.json

    [{"content":"In today’s digital landscape, almost everyone uses popular formats like MS Word (DOC/DOCX) and PDF. Each format has its own strengths, making them widely used across various industries...... JSON is a text format that is completely...will explore various aspects of JSON comparisons and demonstrate...

    blog.groupdocs.com/index.json
  8. How to Use Swagger UI to Test GroupDocs REST API

    The GroupDocs APIs are designed to be REST compliant so that they are familiar and easy to use. This post looks at how to use Swagger to test the GroupDocs APIs. Before showing you how to run a test, it explains Swagger and REST, and why we use them. Why we use Swagger and REST Swagger is a specification and a framework for building interactive API documentation and sandboxes, and to generate the code of an API client....quantity of formats (HTML, XML, JSON) via HTTP. REST perfectly suits...0/spec/spec-files/resources.json . The easiest way to master...

    blog.groupdocs.com/total/how-to-use-swagger-ui-...
  9. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....support common serialization like JSon or custom data format /// </summary>...

    docs.groupdocs.com/signature/net/search-embed-n...
  10. Sending forms through JavaScript - Learn web de...

    When a user submits an HTML form, for example by clicking the submit button, the browser makes an HTTP request to send the data in the form. But instead of this declarative approach, web apps sometimes use JavaScript APIs such as fetch() to send data programmatically to an endpoint that expects a form submission. This article explains why this is an important use case and how to do it....they choose: for example, as a JSON object. However, if the server...}); console.log(await response.json()); } catch (e) { console.error(e);...

    developer.mozilla.org/en-US/docs/Learn/Forms/Se...