{"id":42911865,"url":"https://github.com/blackfly19/easypdf","last_synced_at":"2026-01-30T16:58:08.843Z","repository":{"id":206770873,"uuid":"613525587","full_name":"blackfly19/easypdf","owner":"blackfly19","description":"Create pdfs from markdown files with a single command","archived":false,"fork":false,"pushed_at":"2026-01-12T08:06:27.000Z","size":42,"stargazers_count":24,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T17:58:06.931Z","etag":null,"topics":["cli","markdown-to-pdf","project-report","resume-creator","wkhtmltopdf"],"latest_commit_sha":null,"homepage":"","language":"Go","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/blackfly19.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-13T18:37:01.000Z","updated_at":"2026-01-12T08:06:31.000Z","dependencies_parsed_at":"2026-01-12T11:05:20.085Z","dependency_job_id":null,"html_url":"https://github.com/blackfly19/easypdf","commit_stats":null,"previous_names":["blackfly19/easypdf"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/blackfly19/easypdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackfly19%2Feasypdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackfly19%2Feasypdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackfly19%2Feasypdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackfly19%2Feasypdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackfly19","download_url":"https://codeload.github.com/blackfly19/easypdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackfly19%2Feasypdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","markdown-to-pdf","project-report","resume-creator","wkhtmltopdf"],"created_at":"2026-01-30T16:58:08.179Z","updated_at":"2026-01-30T16:58:08.835Z","avatar_url":"https://github.com/blackfly19.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easypdf\nA simple CLI application to convert multiple markdown files to pdf using wkhtmltopdf.\n\n# Prerequisites\n- [Go](https://go.dev/dl/) 1.19 or above \n- [wkhtmltopdf](https://wkhtmltopdf.org/downloads.html) 0.12.6 or above\n\n# Installation\n\n\n Clone the repository and build a binary.\n ```\ngit clone https://github.com/blackfly19/Easypdf\ncd Easypdf\nmake cmd-first-build\n```\n# Usage\nYou can either give specific files or mention the directory of files you want to convert.\n```\neasypdf convert -f testdoc1.md -f testdoc2.md -c cover.md -o test.pdf\n```\n```\neasypdf convert -d basic_example -o test.pdf\n```\n\nCreate table of contents with a single flag.\n```\neasypdf convert -d basic_example -o test.pdf --toc\n```\nUse watch mode to see changes in pdf without having to run the command again\n```\neasypdf convert -d basic_example -o test.pdf -w\n```\nOther options:\n```\neasypdf convert -h\nConverts single or multiple markdown files to pdf\n\nUsage:\n  easypdf convert [flags]\n\nFlags:\n  -c, --cover string        Cover page of the document\n      --css string          css file name\n      --ddl                 Disable dotted lines in toc\n  -d, --dir string          Directory name containing markdown files\n      --dtl                 Disable toc links\n  -f, --files stringArray   Single file or multiple files\n  -h, --help                help for convert\n  -o, --output string       Output file name (default \"2c88f9cf-c24e-41b7-8e40-f7a5f725cb0b\")\n      --tht string          Toc header text (default \"Table of Contents\")\n      --tli uint            Toc level indentation (default 1)\n  -t, --toc                 Add table of contents\n      --ttss float          Font scaling for each level of heading (default 0.8)\n  -w, --watch               Enable watch mode to see changes in real time\n\n```\n# Contributing\nPull requests and feature requests are welcome. Please give proper descriptions when making a PR or raising an issue.\n\n# License\n[MIT](https://github.com/blackfly19/Easypdf/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackfly19%2Feasypdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackfly19%2Feasypdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackfly19%2Feasypdf/lists"}