{"id":21131290,"url":"https://github.com/poundifdef/go-remarkable2pdf","last_synced_at":"2025-07-09T01:33:44.432Z","repository":{"id":57559259,"uuid":"323999993","full_name":"poundifdef/go-remarkable2pdf","owner":"poundifdef","description":"Go library to parse and render Remarkable lines files","archived":false,"fork":false,"pushed_at":"2020-12-27T08:10:58.000Z","size":1606,"stargazers_count":41,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-04T14:51:16.461Z","etag":null,"topics":["remarkable","remarkable-notebooks","remarkable-tablet"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poundifdef.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}},"created_at":"2020-12-23T20:56:02.000Z","updated_at":"2025-02-22T21:57:59.000Z","dependencies_parsed_at":"2022-08-28T14:02:52.479Z","dependency_job_id":null,"html_url":"https://github.com/poundifdef/go-remarkable2pdf","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/poundifdef/go-remarkable2pdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fgo-remarkable2pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fgo-remarkable2pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fgo-remarkable2pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fgo-remarkable2pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poundifdef","download_url":"https://codeload.github.com/poundifdef/go-remarkable2pdf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poundifdef%2Fgo-remarkable2pdf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264375610,"owners_count":23598414,"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":["remarkable","remarkable-notebooks","remarkable-tablet"],"created_at":"2024-11-20T05:53:16.309Z","updated_at":"2025-07-09T01:33:43.037Z","avatar_url":"https://github.com/poundifdef.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-remarkable2pdf\nGo library to parse and render Remarkable lines files as PDF.\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"os\"\n\n\trm2pdf \"github.com/poundifdef/go-remarkable2pdf\"\n)\n\nfunc main() {\n    // Render a single .rm lines file as PDF\n    input, _ := os.Open(\"4.rm\")\n    output, _ := os.Create(\"out.pdf\")\n    rm2pdf.RenderRmFile(input, output)\n    output.Close()\n\n    // Render a full Notebook file as PDF\n    output, _ := os.Create(\"out.pdf\")\n    rm2pdf.RenderRmNotebook(\"Notebook.zip\", output)\n    output.Close()\n}\n\n```\n\n## Features Supported\n\n- [x] Line thickness\n- [x] Eraser\n- [x] Highlighter\n- [x] Multiple layers\n- [x] Multiple pages\n- [x] .rm lines file\n- [x] Notebook .zip file\n\n## Not Currently Supported\n\n- [ ] Background templates (grid, lines, etc)\n- [ ] PDF annotations\n- [ ] ePUB\n- [ ] Layer naming and visibility\n- [ ] Line effects (ie, the painbrush shows \"brush marks\" based on the speed of your stroke)\n\n## Example Output\n\n**go-remarkable2pdf**\n\n![](/static/go-remarkable2pdf.png)\n\n**Original**\n\n![](/static/original.jpg)\n\n## Contributing\n\n1. If you want to make any other modification or refactor: please create an\n   issue and talk to me prior to making your PR. This way we can talk about the\n   feature, approach, and my own ability to commit to reviewing and merging code.\n\n2. I don't guarantee that I will keep this repo up to date, or that I will respond\n   in any sort of timely fashion! Your best bet for any change is to keep PRs small\n   and focused on the minimum changeset to add your feature.\n\n3. Of course, you are welcome to fork, modify, and distribute this code with your\n   changes in accordance with the LICENSE.\n\n## Acknowledgements\n\n- https://plasma.ninja/blog/devices/remarkable/binary/format/2017/12/26/reMarkable-lines-file-format.html\n- https://remarkablewiki.com/tech/filesystem#lines_file_format\n- https://github.com/juruen/rmapi","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoundifdef%2Fgo-remarkable2pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoundifdef%2Fgo-remarkable2pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoundifdef%2Fgo-remarkable2pdf/lists"}