All Projects → rstudio → Pagedown

rstudio / Pagedown

Licence: other
Paginate the HTML Output of R Markdown with CSS for Print

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Pagedown

Posterdown
Use RMarkdown to generate PDF Conference Posters via HTML
Stars: ✭ 602 (-2.75%)
Mutual labels:  pdf, r-package, typesetting
Pagedjs
Display paginated content in the browser and generate print books using web technology
Stars: ✭ 228 (-63.17%)
Mutual labels:  pdf, typesetting, printing
Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+56.22%)
Mutual labels:  pdf, typesetting
Sile
Simon’s Improved Layout Engine
Stars: ✭ 1,032 (+66.72%)
Mutual labels:  pdf, typesetting
Invoice Boilerplate
Simple automated LaTeX invoicing system
Stars: ✭ 604 (-2.42%)
Mutual labels:  pdf, typesetting
Simplewpfreporting
Reporting in WPF (XAML) made easy
Stars: ✭ 87 (-85.95%)
Mutual labels:  pdf, printing
Mapbox Gl Print Export For Port
Print/Export for Mapbox GL
Stars: ✭ 14 (-97.74%)
Mutual labels:  pdf, printing
Fulltext
Search across and get full text for OA & closed journals
Stars: ✭ 221 (-64.3%)
Mutual labels:  pdf, r-package
Leerraum.js
A PDF typesetting library with exact positioning and hyphenated line breaking
Stars: ✭ 233 (-62.36%)
Mutual labels:  pdf, typesetting
Rplos
R client for the PLoS Journals API
Stars: ✭ 289 (-53.31%)
Mutual labels:  pdf, r-package
Rinohtype
The Python document processor
Stars: ✭ 365 (-41.03%)
Mutual labels:  pdf, typesetting
Tabulizer
Bindings for Tabula PDF Table Extractor Library
Stars: ✭ 413 (-33.28%)
Mutual labels:  pdf, r-package
Letter Boilerplate
Finest letter typesetting from the command line
Stars: ✭ 374 (-39.58%)
Mutual labels:  pdf, typesetting
One File Pdf
A minimalist Go PDF writer in 1982 lines. Draws text, images and shapes. Helps understand the PDF format. Used in production for reports.
Stars: ✭ 429 (-30.69%)
Mutual labels:  pdf, printing
Pocorgtfo
a "Proof of Concept or GTFO" mirror with extra article index, direct links and clean PDFs.
Stars: ✭ 560 (-9.53%)
Mutual labels:  pdf
Vscode Markdown Pdf
Markdown converter for Visual Studio Code
Stars: ✭ 571 (-7.75%)
Mutual labels:  pdf
Tidybayes
Bayesian analysis + tidy data + geoms (R package)
Stars: ✭ 557 (-10.02%)
Mutual labels:  r-package
Naniar
Tidy data structures, summaries, and visualisations for missing data
Stars: ✭ 557 (-10.02%)
Mutual labels:  r-package
Clj Pdf
PDF generation library for Clojure
Stars: ✭ 571 (-7.75%)
Mutual labels:  pdf
Combine pdf
A Pure ruby library to merge PDF files, number pages and maybe more...
Stars: ✭ 552 (-10.82%)
Mutual labels:  pdf

pagedown

Travis build status Downloads from the RStudio CRAN mirror

pagedown logo

Paginate the HTML Output of R Markdown with CSS for Print. You only need a modern web browser (e.g., Google Chrome) to generate PDF. No need to install LaTeX to get beautiful PDFs.

This R package stands on the shoulders of two giants to support typesetting with CSS for R Markdown documents: Paged.js and ReLaXed (we only borrowed some CSS from the ReLaXed repo and didn't really use the Node package).

You may install this package from Github:

remotes::install_github('rstudio/pagedown')

This package requires a recent version of Pandoc (>= 2.2.3). If you use RStudio, you are recommended to install the latest version (>= 1.2.1335), which has bundled Pandoc 2.x, otherwise you need to install Pandoc separately.

Below are some existing R Markdown output formats and examples.

Paged HTML documents (pagedown::html_paged)

A paged HTML document

Thesis (pagedown::thesis_paged)

A paged HTML thesis

Journal of Statistical Software article (pagedown::jss_paged)

A JSS article

Resume (pagedown::html_resume)

An HTML resume

You may want to check out the datadrivencv package, which allows you to build a CV using data from a spreadsheet and pagedown::html_resume.

Posters

pagedown::poster_relaxed

A poster of the ReLaXed style

pagedown::poster_jacobs

A poster of the Jacobs University style

Want more poster styles? You may take a look at Brent Thorne's posterdown package.

Business cards (pagedown::business_card)

A business card

Letters (pagedown::html_letter)

A letter in HTML

Other examples

Authors and contributors

The 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.

Shuttleworth Funded

You can find the full list of contributors of pagedown here. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].