{"id":19367822,"url":"https://github.com/datagrove/markdown_to_pdf","last_synced_at":"2025-04-23T14:31:49.118Z","repository":{"id":58357205,"uuid":"531378508","full_name":"datagrove/markdown_to_pdf","owner":"datagrove","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T17:32:52.000Z","size":222,"stargazers_count":3,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T16:50:34.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datagrove.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2022-09-01T05:38:21.000Z","updated_at":"2024-07-03T06:54:46.000Z","dependencies_parsed_at":"2023-01-25T19:16:16.369Z","dependency_job_id":null,"html_url":"https://github.com/datagrove/markdown_to_pdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagrove%2Fmarkdown_to_pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagrove%2Fmarkdown_to_pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagrove%2Fmarkdown_to_pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datagrove%2Fmarkdown_to_pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datagrove","download_url":"https://codeload.github.com/datagrove/markdown_to_pdf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250451825,"owners_count":21432910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T08:04:46.435Z","updated_at":"2025-04-23T14:31:48.781Z","avatar_url":"https://github.com/datagrove.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown-To-PDF\nDart package for transforming markdown files to HTML and HTML to PDF.\n\n## Run and Test\n\nopen test/test.dart, click debug.\nfix code\nrepeat!\n\n## Project Goal:\nA package to convert markdown to html and the resulting html to PDF.\n\nLeverage the following packages:\n- [markdown](https://pub.dev/packages/markdown)\n- [html](https://pub.dev/packages/html)\n- [pdf](https://pub.dev/packages/pdf)\n\n### Requirements:\n- Pure Dart\n- Works on all dart platforms including all flutter platforms\n- Accepts box constraint\n  - Returns amount of html rendered such that rendering can resume on a subsequent page\n- Follow standards and requirements for publication on pub.dev\n- Support enough html to support basic markdown\n- Use the dart markdown extension to extend markdown\n\n### Additional Features:\n- Support for additional html embedded into markdown\n  - Reference the [flutter_html](https://pub.dev/packages/flutter_html) as an example of a package that implements growing and extendible subset of html\n- Be able to create a PDF of marp-style slide decks\n  - [Marp Markdown](https://marp.app)\n- We should have our own plugin system for html2pdf postprocessor. Maybe based on \n\u003cscript class='plugin'\u003e{\n // json\n\n}\u003c/script\u003e\n\n### Additional References:\n- [Python Solution](https://weasyprint.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatagrove%2Fmarkdown_to_pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatagrove%2Fmarkdown_to_pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatagrove%2Fmarkdown_to_pdf/lists"}