Skip to content
New issue

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

PDF should be up to date. Quitting ... #7

Open
ftharyanto opened this issue May 15, 2020 · 2 comments
Open

PDF should be up to date. Quitting ... #7

ftharyanto opened this issue May 15, 2020 · 2 comments

Comments

@ftharyanto
Copy link

I installed it using python3, and when I tried to use it, this is what I got:
image

I was thinking that I have to install PyPDF2, so I installed it right away using pip3 install PyPDF2 but the issue still occurred. I have lxml installed btw.

This is my system specification:

  • Ubuntu 20.04
  • I have lxml, ghostscript, PyPDF2, and pdfunite installed
  • Using pip3 to install PyPDF2
  • The svg file was created using Inkscape 1.0
@anuyts
Copy link

anuyts commented Jul 31, 2020

I had the same problem; after browsing the python code, I got the idea of using --flat, which solved the issue for me (also because I didn't need the section feature).

@anuyts
Copy link

anuyts commented Aug 1, 2020

Oh I get it, you normally get this message when you rerun inkslides but none of your slides has actually changed. If you happen to run the script on a file with 0 frames, then in no frame it notices a change (even if no prior version exists) and so your "old" pdf is assumed to be still up to date.
I had a file with a flat structure (top-level layers were frames, no sublayers). By omitting --flat, the script interpreted top-level layers as sections and the non-existent sublayers as frames, i.e. I had 0 frames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants