Skip to content

Converting .xopp files to .pdf and vice versa on windows (fast) #3673

Answered by rolandlo
leonausp asked this question in Q&A
Discussion options

You must be logged in to vote

First please note it is xournalpp, not xournalapp.
Converting all xopp-files to pdf is easy in a console using bash:

for file in *.xopp; do echo Processing $file; xournalpp -p "${file%.*}"_export.pdf $file; done

Since you are on Windows, you don't have a console using bash right away, but you could install MSYS2 for that purpose. That will also solve your problem with not getting console output.

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
3 replies
@leonausp
Comment options

@rolandlo
Comment options

@leonausp
Comment options

Answer selected by Technius
Comment options

You must be logged in to vote
4 replies
@leonausp
Comment options

@rolandlo
Comment options

@leonausp
Comment options

@rolandlo
Comment options

Comment options

You must be logged in to vote
8 replies
@flckf
Comment options

@rolandlo
Comment options

@flckf
Comment options

@rolandlo
Comment options

@flckf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants