Git Product home page Git Product logo

pdf2keynote's Introduction

pdf2keynote

Automate the conversion of PDF slides to Apple's Keynote format.

Install

install from git:

pip install git+https://github.com/remymuller/pdf2keynote.git

Usage

example:

pdf2keynote [-o path_to_keynote_presentation] path_to_pdf

PDFs generated using LaTeX+Beamer

If the presentation is generated using Beamer with:

\setbeameroption{show notes on second screen=right}

then Beamer note commands like:

\note
{
        \begin{itemize}
                \item dont forget to say this
                \item and this
                \item and that!
        \end{itemize}
}

are extracted as Keynote's presenter notes.

and media references like

\href{path/to/audio/or/movie}
{
        Alternate Text to be displayed.
}

are extracted as playable sounds or movies

See the Demo example and its source

Credits

Thanks to the following projects to get me started

pdf2keynote's People

Contributors

majorpb avatar remymuller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pdf2keynote's Issues

Applescripts not installed

When I installed pdf2keynote using pip, the AppleScripts were not installed and therefore the program failed to run. I had to manually copy the applescripts directory from the GitHub repo to my pip installation, and the program now works. Can you fix the pip setup so that it automatically installs applescripts as well?

Notes are not detected when using theme

When using theme CambridgeUS, no notes are being detected.
Minimal (not) working example:

`\documentclass{beamer}
\usetheme{CambridgeUS}

\usepackage{pgfpages}

\setbeameroption{show notes on second screen}
\setbeamertemplate{note page}[default]

\title{Title of presentation}
\author{Author}
\institute{Institute}
\date{2022}

\begin{document}

\begin{frame}
\titlepage
\end{frame}

\begin{frame}
\frametitle{Title of this frame}
\begin{itemize}
\item Some item
\item Some item 2
\end{itemize}
\note{
\begin{itemize}
\item Some item
\item Some item 2
\end{itemize}
}
\end{frame}

\end{document}`

Please fix, because your tool is really awesome!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.