{"id":23357901,"url":"https://github.com/thinreports/thinreports","last_synced_at":"2025-04-10T09:47:22.645Z","repository":{"id":44713472,"uuid":"21966937","full_name":"thinreports/thinreports","owner":"thinreports","description":"Thinreports is a PDF generation tools for Ruby, with design tool for editing templates.","archived":false,"fork":false,"pushed_at":"2023-05-09T14:25:26.000Z","size":958,"stargazers_count":80,"open_issues_count":4,"forks_count":6,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-03-24T08:42:26.878Z","etag":null,"topics":["pdf","ruby","thinreports"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thinreports.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2014-07-18T03:50:38.000Z","updated_at":"2025-01-23T11:43:00.000Z","dependencies_parsed_at":"2024-12-21T10:34:21.041Z","dependency_job_id":"80aff925-629b-4ab3-b56b-50b309154b68","html_url":"https://github.com/thinreports/thinreports","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/thinreports%2Fthinreports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinreports%2Fthinreports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinreports%2Fthinreports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinreports%2Fthinreports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinreports","download_url":"https://codeload.github.com/thinreports/thinreports/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248196775,"owners_count":21063502,"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":["pdf","ruby","thinreports"],"created_at":"2024-12-21T10:34:11.039Z","updated_at":"2025-04-10T09:47:22.602Z","avatar_url":"https://github.com/thinreports.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\n    \u003cimg alt=\"Thinreports\" src=\"https://raw.githubusercontent.com/thinreports/thinreports/main/thinreports.png\" width=\"80\"/\u003e\n    \u003cbr/\u003e\n    Thinreports\n  \u003c/h1\u003e\n  \u003cp\u003eA PDF generation tools for Ruby, with design tool for editing templates.\u003c/p\u003e\n\u003c/div\u003e\n\n## Thinreports\n\nThinreports is a PDF generation tool that provides [Thinreports Basic Editor](https://github.com/thinreports/thinreports-basic-editor) and [Thinreports Section Editor](https://github.com/thinreports/thinreports-section-editor), a design tool for editing templates, and [Thinreports Generator](https://github.com/thinreports/thinreports-generator), a Ruby library for generating PDFs.\n\n## Getting Started\n\nThinreports allows you to create PDF layouts using the Thinreports Editor, and then load the created template files with Thinreports Generator to generate PDFs by dynamically embedding values and changing shapes and layouts.\n\n### Two Available Template Formats\n\nCurrently, Thinreports supports two types of template formats. These are called Basic Format and Section Format, respectively.\n\nThe basic functionality of both formats is the same, but Section Format is more functional, expressive, and modern. Also, because of the different design philosophy, the tools and APIs used in each format are different.\n\n### Basic Format\n\nBasic Format is a traditional and stable format in which shapes, text, etc. are placed on a fixed size canvas and a PDF is generated.\n\n- [Installation](https://github.com/thinreports/thinreports/blob/main/getting-started/basic-format.md#installation)\n- [Quick Start](https://github.com/thinreports/thinreports/blob/main/getting-started/basic-format.md#quick-start)\n- [API Reference](https://github.com/thinreports/thinreports-generator/blob/main/README.md#usage)\n- [Examples](https://github.com/thinreports/thinreports-examples)\n- [Rails Application Example](https://github.com/thinreports/thinreports-rails-example)\n\n### Section Format\n\n*Currently under development*\n\nSection Format is a new template format that allows you to define a layout by dividing it into units called sections, and then freely combine them to generate a PDF.\n\n- [Features](https://github.com/thinreports/thinreports/blob/main/getting-started/section-format.md#features)\n- [Installation](https://github.com/thinreports/thinreports/blob/main/getting-started/section-format.md#installation)\n- [Quick Start](https://github.com/thinreports/thinreports/blob/main/getting-started/section-format.md#quick-start)\n- [Examples](https://github.com/thinreports/thinreports/blob/main/getting-started/section-format.md#examples)\n\n## News\n\nPlease see [Announcements at the our GitHub Discussions](https://github.com/orgs/thinreports/discussions/categories/announcement).\n\n## Support\n\nIf you have questions about Thinreports, please feel free to ask them in [the our GitHub Discussions](https://github.com/orgs/thinreports/discussions) forum.\n\n## Contributing\n\nPlease see [How to contribute to Thinreports](https://github.com/thinreports/thinreports/blob/main/CONTRIBUTING.md).\n\n## Code of Conduct\n\nThis project has adopted the [Contributor Covenant](https://github.com/thinreports/thinreports/blob/main/CODE_OF_CONDUCT.md). Unacceptable behavior can be reported to thinreports+conduct@gmail.com which is monitored by the core team.\n\n## Development\n\n[Releasing Thinreports](https://github.com/thinreports/thinreports/blob/main/development/RELEASING.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinreports%2Fthinreports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinreports%2Fthinreports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinreports%2Fthinreports/lists"}