You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed it using python3, and when I tried to use it, this is what I got:
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
The text was updated successfully, but these errors were encountered:
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).
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.
I installed it using python3, and when I tried to use it, this is what I got:

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:
The text was updated successfully, but these errors were encountered: