We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a note, on ubuntu 14, I had redmine errors about missing pdf files,
after debugging, I have realised that there are some libreoffice processes running, and after manually killing them, plugin worked!
here are commands:
ps -afx | grep libr then kill -9 (libre office PID's)...
So this is not an issue, just sharing with community, maybe you can add it somewhere as a note in Readme...
The text was updated successfully, but these errors were encountered:
Also it doesn't show file on first attempt, it should display some kind of loading gif, until conversion to PDF is complete, then display file..
Sorry, something went wrong.
No branches or pull requests
Just a note, on ubuntu 14, I had redmine errors about missing pdf files,
after debugging, I have realised that there are some libreoffice processes running, and
after manually killing them, plugin worked!
here are commands:
ps -afx | grep libr
then
kill -9 (libre office PID's)...
So this is not an issue, just sharing with community, maybe you can add it somewhere as a note in Readme...
The text was updated successfully, but these errors were encountered: