{"id":20842829,"url":"https://github.com/mudge/prawn","last_synced_at":"2026-06-20T20:31:30.226Z","repository":{"id":66366882,"uuid":"376067","full_name":"mudge/prawn","owner":"mudge","description":"A minimal Rails 2.3 plugin to provide a template handler for the Prawn PDF library.","archived":false,"fork":false,"pushed_at":"2009-11-30T16:31:02.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-27T12:05:58.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/mudge.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-11-17T15:48:23.000Z","updated_at":"2013-11-26T12:46:33.000Z","dependencies_parsed_at":"2023-02-20T02:45:17.857Z","dependency_job_id":null,"html_url":"https://github.com/mudge/prawn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mudge/prawn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fprawn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fprawn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fprawn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fprawn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudge","download_url":"https://codeload.github.com/mudge/prawn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fprawn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34585195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-18T01:25:38.684Z","updated_at":"2026-06-20T20:31:30.208Z","avatar_url":"https://github.com/mudge.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Prawn\n=====\n\nA minimal Rails 2.3+ plugin to render `.pdf.prawn` views in Rails using the\nPrawn PDF generation library.\n\nUsage\n=======\n\nSimply create views ending in `.pdf.prawn` and use the `pdf` variable like so:\n\n    pdf.text \"\u003cb\u003eSome bold text\u003c/b\u003e\"\n    pdf.table [ [1, 2, 3] ]\n    \nThen in your controller you can use the standard `respond_to` semantics:\n\n    def show\n      @article = Article.find(params[:id])\n      respond_to do |format|\n        format.html # app/views/articles/show.html.erb\n        format.pdf  # app/views/articles/show.pdf.prawn\n      end\n    end\n\nCopyright (c) 2009 Paul Mucur, released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudge%2Fprawn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudge%2Fprawn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudge%2Fprawn/lists"}