Get started
Installation
- Download zip file from the release page
- Unzip it as a directory into
~/.config/xournalpp/plugins
.
After that,main.lua
should be in located at~/.config/xournalpp/plugins/AdvancedExport/main.lua
- Then you are good to go.
- Download zip file from the release page
- Unzip it as a directory into
C:\Users\<user>\AppData\Local\xournalpp\plugins
(replace<user>
with your username).
After that,main.lua
should be located atC:\Users\<user>\AppData\Local\xournalpp\plugins\AdvancedExport\main.lua
- Install poppler and configure it in the system path. (Because the python package pdf2Image depends on it)
- Download the latest poppler package from @oschwartz10612 version which is the most up-to-date.
- Move the extracted directory to the desired place on your system
- Add the
bin/
directory to your PATH- Test that all went well by opening cmd and making sure that you can call
pdftoppm -h
This block is extracted from pdf2image's documentation
- Add the path to xournal++ (
C:\Program Files\Xournal++\bin
) to the system environment Path. - Then you are good to go.
Currently, Xournapp Advanced Export doesn't have a bundle for macOS.
So macOS users need to setup the plugin manually from source.
See Development for more information.
Warning
The plugin is only tested under Linux (.deb installer) and Windows (.exe installer), so I am not sure it works on macOS.
Usage
After installation, you can start using the plugin.
- Open a xopp file with Xournal++.
- Press the key G to start executing the plugin.
- After executation, you should see the image being generated in the same directory as the xopp file.
Config pipeline
To change the pipeline of the plugin, go to pipeline for more information.
Other Configurations
To change shortcuts and manage multiple config files, go to Other Configuration for more information.
Development
To develop the plugin, go to Development for more information.