Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 46,720 for

json

(0.21 sec)
  1. Convert GeoJSON to KML GIS Data via .NET or C# ...

    Try our On-Premise APIs to convert GeoJson to KML on .NET Framework, .NET Core, C#.... GeoJSON is a JSON based format designed to represent...This format defines different JSON (JavaScript Object Notation)...

    products.aspose.com/gis/net/conversion/geojson-...
  2. Queries about Aspose cells smart markers - Free...

    Hi , We are facing following issues when working with smart markers. Dynamic formulas : When using a Json data source with dynamic formulas in the template, the formula execution does not start from the current row a…...rendering array of objects in JSON data. I noticed for index 0...String data = "smart_marker.json"; String fileName = "src/te...

    forum.aspose.com/t/queries-about-aspose-cells-s...
  3. Encode Image to Base64 – Python Code and online...

    Convert Images to Base64 online or in Python with Aspose.SVG. Embed them directly into HTML, XML, CSS, or Json, reducing HTTP requests and simplifying data transfer....embedded in various formats such as JSON, XML, data URIs, or CSS. Base64...</root> Embed a Base64 Image in JSON Converting an image to Base64...

    products.aspose.com/svg/python-net/base64-encoder/
  4. 使用 JavaScript 通过 C++ 将 BMP 转换为 EPS

    本文将通过 C++ 讲解并演示 Aspose.Page API 解决方案提供的 JavaScript 将 BMP 转换为 EPS 的功能。...onload = (event) => { 4 const JSON = AsposeSaveImageAsEps(event...); 5 if (JSON. errorCode == 0) { 6 DownloadFile(JSON. fileNameResult...

    docs.aspose.com/page/zh/javascript-cpp/convert/...
  5. 使用 Aspose.Page Node.js 通过 C++ API 转换 XPS

    本文通过代码片段描述并演示了 Aspose.Page API 解决方案中包含的 XPS 到 PDF 转换功能。... 结果 JSON 包含 fileNameResult 中的文件名。 如果...DownloadFile 函数下载文件:“DownloadFile(JSON.fileNameResult, “image/pdf”);”...

    docs.aspose.com/page/zh/nodejs-cpp/convert-xps/
  6. Summarised Data from Pivot Table - Free Support...

    Is there any way to get Summarised Data / Flattened Data from pivot Table? Example Config Row fields: Location > Department > Designation > Employee Type Column fields: Gender > Band > Grade > Age-Group Aggregation fie…...Json.JsonConvert.SerializeObject(data, Newtonsoft.Json.Formatting...can be easily serialized to JSON format. This approach effectively...

    forum.aspose.com/t/summarised-data-from-pivot-t...
  7. Extract Table Data from HTML – C# code

    Learn how to extract data from html table using the Aspose.HTML library in C#. Optimize your data collection and analysis!...a structured format, such as JSON, CSV, or Excel, is often necessary...table data, and output it in JSON format. Let’s say that a table...

    products.aspose.com/html/net/extract-data-from-...
  8. Saving recognition results|Documentation

    Aspose.OCR for Java can save OCR results to a text file or return them as text, XML, or Json....Getting recognition results as JSON Getting recognition results...

    docs.aspose.com/ocr/java/save/
  9. Aspose.PDF for AWS: change-fonts fontReplacemen...

    Specifically in this link, it mentions that the API expects a fontReplacementsJson: Aspose.PDF for AWS|Documentation. I can’t identify in the documentation what the expected Json format is exactly. Can anyone help me wi…...documentation what the expected JSON format is exactly. Can anyone...

    forum.aspose.com/t/aspose-pdf-for-aws-change-fo...
  10. Issue with text placeholders in table cells whe...

    I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later filling custom tags in the PDF using Aspose.PDF.Drawing. We use a custom tagging format in the DOCX files: #REG_DATUMS# #RE…...FillDocumentWithJson(Document document, string json) { Dictionary<string, object>...DeserializeObject<Dictionary<string, object>>(json); } catch (Exception ex) { throw...

    forum.aspose.com/t/issue-with-text-placeholders...