{"id":13755971,"url":"https://github.com/rstudio/pagedown","last_synced_at":"2025-04-14T23:15:28.072Z","repository":{"id":40643618,"uuid":"150595516","full_name":"rstudio/pagedown","owner":"rstudio","description":"Paginate the HTML Output of R Markdown with CSS for Print","archived":false,"fork":false,"pushed_at":"2025-01-07T15:27:23.000Z","size":4262,"stargazers_count":908,"open_issues_count":93,"forks_count":126,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-04-14T23:15:19.736Z","etag":null,"topics":["css","html","paged-media","pdf","printing","r","r-package","typesetting"],"latest_commit_sha":null,"homepage":"https://pagedown.rbind.io","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstudio.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/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},"funding":{"github":["yihui"],"patreon":null,"custom":null}},"created_at":"2018-09-27T13:58:17.000Z","updated_at":"2025-04-14T04:25:22.000Z","dependencies_parsed_at":"2023-12-29T23:25:37.033Z","dependency_job_id":"31bfd88b-8881-47e9-ab2a-da2a85bf52d1","html_url":"https://github.com/rstudio/pagedown","commit_stats":{"total_commits":436,"total_committers":19,"mean_commits":22.94736842105263,"dds":"0.45871559633027525","last_synced_commit":"551bae6032877e161e3a959184188b8d2c27d8b7"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fpagedown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fpagedown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fpagedown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fpagedown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio","download_url":"https://codeload.github.com/rstudio/pagedown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975329,"owners_count":21192210,"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":["css","html","paged-media","pdf","printing","r","r-package","typesetting"],"created_at":"2024-08-03T11:00:33.532Z","updated_at":"2025-04-14T23:15:28.054Z","avatar_url":"https://github.com/rstudio.png","language":"R","funding_links":["https://github.com/sponsors/yihui"],"categories":["R","Rmarkdown Templates"],"sub_categories":["HTML Page"],"readme":"# pagedown \u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"138\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/rstudio/pagedown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/pagedown/actions/workflows/R-CMD-check.yaml)\n[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/pagedown)](https://cran.r-project.org/package=pagedown)\n\u003c!-- badges: end --\u003e\n\nPaginate the HTML Output of R Markdown with CSS for Print. You only need a modern web browser (e.g., Google Chrome or Microsoft Edge) to generate PDF. No need to install LaTeX to get beautiful PDFs.\n\nThis R package stands on the shoulders of two giants to support typesetting with CSS for R Markdown documents: [Paged.js](https://pagedjs.org) and [ReLaXed](https://github.com/RelaxedJS/ReLaXed) (we only borrowed some CSS from the ReLaXed repo and didn't really use the Node package).\n\nYou may install this package from Github:\n\n```r\n# install.packages(\"pak\")\npak::pak('rstudio/pagedown')\n```\n\nThis package requires a recent version of Pandoc (\u003e= 2.2.3). If you use RStudio, you are recommended to install the [latest version](https://posit.co/download/rstudio-desktop/) (\u003e= 1.2.1335), which has bundled Pandoc 2.x, otherwise you need to install Pandoc separately.\n\nBelow are some existing R Markdown output formats and examples.\n\n## Paged HTML documents (`pagedown::html_paged`)\n\n[![A paged HTML document](https://user-images.githubusercontent.com/163582/47673682-58b11880-db83-11e8-87fd-b5e753af7288.png)](https://pagedown.rbind.io)\n\n### Thesis (`pagedown::thesis_paged`)\n\n[![A paged HTML thesis](https://user-images.githubusercontent.com/19177171/60126180-b129cb80-978d-11e9-8e32-7ba48f303b6f.png)](https://pagedown.rbind.io/thesis-paged/)\n\n### Journal of Statistical Software article (`pagedown::jss_paged`)\n\n[![A JSS article](https://user-images.githubusercontent.com/19177171/51005498-5b46cb80-153f-11e9-9026-4b50a9f3d3f1.png)](https://pagedown.rbind.io/jss-paged/)\n\n## Resume (`pagedown::html_resume`)\n\n[![An HTML resume](https://user-images.githubusercontent.com/163582/46879762-7a34a500-ce0c-11e8-87e3-496f3577ff05.png)](https://pagedown.rbind.io/html-resume/)\n\nYou may want to check out [the **datadrivencv** package](https://github.com/nstrayer/datadrivencv), which allows you to build a CV using data from a spreadsheet and `pagedown::html_resume`.\n\n## Posters\n\n### `pagedown::poster_relaxed`\n\n[![A poster of the ReLaXed style](https://user-images.githubusercontent.com/163582/47672385-e12dba00-db7f-11e8-92de-af94d5bab12f.jpg)](https://pagedown.rbind.io/poster-relaxed/)\n\n### `pagedown::poster_jacobs`\n\n[![A poster of the Jacobs University style](https://user-images.githubusercontent.com/163582/49780277-7b326780-fcd3-11e8-9eb6-69e46292158c.png)](https://pagedown.rbind.io/poster-jacobs/)\n\nWant more poster styles? You may take a look at [Brent Thorne's **posterdown** package](https://github.com/brentthorne/posterdown).\n\n## Business cards (`pagedown::business_card`)\n\n[![A business card](https://user-images.githubusercontent.com/163582/47741877-68933000-dc49-11e8-94f8-92724b67e9a6.png)](https://pagedown.rbind.io/business-card/)\n\n## Letters (`pagedown::html_letter`)\n\n[![A letter in HTML](https://user-images.githubusercontent.com/163582/47872372-61e8f200-dddc-11e8-839b-d8e8ef8f51eb.png)](https://pagedown.rbind.io/html-letter)\n\n## Other examples\n\n- Nick Strayer's CV: https://github.com/nstrayer/cv (also includes instructions on how to build your own CV).\n\n- \"Template of Exec Summaries with pagedown\" by Joshua David Barillas: https://github.com/jdbarillas/executive_summary\n\n- Ulrik Lyngs's CVs: https://ulyngs.github.io/pagedown-cv/\n\n- Jiena Gu McLellan's CV: https://github.com/jienagu/Jiena_McLellan_CV\n\n- Thomas Vroylandt's template for the French Scouts and Guides Association: https://github.com/tvroylandt/sgdf_pagedown\n\n- Beatriz Milz's CV: https://beatrizmilz.github.io/resume/resume.html\n\n- **pagedreport** by Thomas Vroylandt and David Keyes which helps using **pagedown** with some templates proposals: https://github.com/rfortherestofus/pagedreport\n\n- Jodavid Ferreira's CV (in Portuguese) : https://jodavid.github.io/cv/ (source: https://github.com/jodavid/cv)\n\n## Authors and contributors\n\nThe main authors of this package are Yihui Xie (RStudio) and Romain Lesur. Romain has received a grant from the Shuttleworth Foundation for his work on both Paged.js and **pagedown**.\n\n[![Shuttleworth Funded](https://user-images.githubusercontent.com/163582/49319242-72ff4e80-f4c1-11e8-89fe-d8749355d261.jpg)](https://www.shuttleworthfoundation.org)\n\nYou can find [the full list of contributors of **pagedown** here](https://github.com/rstudio/pagedown/graphs/contributors). We always welcome new contributions. In particular, if you are familiar with CSS, we'd love to include your contributions of more creative and beautiful CSS stylesheets in this package. It is also very helpful if you don't know CSS but just tell us the creative and beautiful web pages you have seen, since other CSS experts may be able to port them into **pagedown**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fpagedown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio%2Fpagedown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fpagedown/lists"}