{ "content": "# Markdown to PDF Demo\n\n## Features\n\nThis is a demonstration of converting Markdown to PDF.\n\n### Text Formatting\n\n- **Bold text**\n- *Italic text*\n- ~~Strikethrough~~\n\n### Code Example\n\n```java\npublic class Hello {\n public static void main(String[] args) {\n System.out.println(\"Hello, World!\");\n }\n}\n```\n\n### Table Example\n\n| Header 1 | Header 2 |\n|----------|----------|\n| Cell 1 | Cell 2 |\n| Cell 3 | Cell 4 |" }
curl --location -g --request POST 'https://api.gugudata.io/v1/imagerecognition/markdown2pdf?appkey=sk-******' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "# Markdown to PDF Demo\n\n## Features\n\nThis is a demonstration of converting Markdown to PDF.\n\n### Text Formatting\n\n- **Bold text**\n- *Italic text*\n- ~~Strikethrough~~\n\n### Code Example\n\n```java\npublic class Hello {\n public static void main(String[] args) {\n System.out.println(\"Hello, World!\");\n }\n}\n```\n\n### Table Example\n\n| Header 1 | Header 2 |\n|----------|----------|\n| Cell 1 | Cell 2 |\n| Cell 3 | Cell 4 |" }'
{ "dataStatus": { "statusCode": 0, "statusDescription": "string", "responseDateTime": "string", "dataTotalCount": 0 }, "data": { "pdfPath": "string" }, "DataStatus": { "StatusCode": 100, "StatusDescription": "OK", "ResponseDateTime": "2026-01-01 00:00:00", "DataTotalCount": 1 } }