Socket
Socket
Sign inDemoInstall

beamer-to-pptx

Package Overview
Dependencies
2
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    beamer-to-pptx

Command line tool to convert Beamer-generated PDFs to Powerpoint files, using SVGs for lossless conversion and including speaker notes.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
6.98 MB
Created
Weekly downloads
 

Readme

Source

beamer-to-pptx

Command line tool to convert Beamer-generated PDFs to Powerpoint files, using SVGs for lossless conversion and including speaker notes.

Requirements:

  • Poppler PDF tools, with pdftocairo and pdftotext available in your PATH.
  • Node/Javascript runtime and npm (or similar) to install the Javscript dependencies.

Setup:

  1. Make sure you Poppler working.
  2. Go into this directory and run npm install -g . to install beamer-to-pptx as a command line tool.
  3. Run beamer-to-pptx in your shell to output the usage instructions:
  _                                         _                          _                   
 | |__   ___  __ _ _ __ ___   ___ _ __     | |_ ___        _ __  _ __ | |___  __           
 | '_ \ / _ \/ _` | '_ ` _ \ / _ \ '__|____| __/ _ \ _____| '_ \| '_ \| __\ \/ /  
 | |_) |  __/ (_| | | | | | |  __/ | |_____| || (_) |_____| |_) | |_) | |_ >  <            
 |_.__/ \___|\__,_|_| |_| |_|\___|_|        \__\___/      | .__/| .__/ \__/_/\_\   
                                                          |_|   |_|                        
 
 Convert Beamer slides to Powerpoint presentations losslessly*, including your 
 speaker notes! 
 
 Usage: 
   1. Compile your Beamer slides with: 
      \setbeameroption{show notes on second screen=right} 
      \setbeamertemplate{note page}[plain] 
   2. Convert the PDF into a Powerpoint presentation: 
      beamer-to-pptx <presentation.pdf> 
 
 This utility uses poppler's pdftocairo to render each slide to an SVG (with 
 fonts converted to glyphs to avoid breakage). It then runs pdftotext to get 
 the textual content of the speaker notes. These are combined into a Powerpoint 
 presentation with each slide consisting of a fullscreen SVG and speaker notes. 
 
 The resulting Powerpoint presentation is saved as <presentation>.pptx with 
 <presentation> taken from the input file name <presentation.pdf>. The output is 
 intended to be read-only (so you can use speaker prompts at venues that only 
 support Powerpoint). They aren't editable in any meaningful way. 
 
 Note that your presentation must be in 4x3, 16x10 or 16x9 aspect ratio due to 
 some bugs I haven't been able to fix. 
 
 * If `pdftocairo -svg` is lossless for your PDF, then this tool should be as 
   well. The `pdftotext` transformation of speaker notes is likely to be lossy. 

FAQs

Last updated on 23 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc