-
Notifications
You must be signed in to change notification settings - Fork 53
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
Make python based exportNotebook script (also add support for mac and potentially windows) #22
base: master
Are you sure you want to change the base?
Commits on Jun 14, 2018
-
rM2svg: minor code reorganisation
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 956af56 - Browse repository at this point
Copy the full SHA 956af56View commit details -
rM2svg: make it usable as a python module
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 41942a7 - Browse repository at this point
Copy the full SHA 41942a7View commit details -
exportNotebook.py: preliminary implementation of python based module
It implements a first version of core functions and drops the pdfinfo dependency but introduces the python3 PyPDF2 and paramiko dependencies. Pdftk is now optional but the merge function using PyPDF2 is not yet implemented. Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4a91b42 - Browse repository at this point
Copy the full SHA 4a91b42View commit details -
exportNotebook.py: implement PyPDF2 based pdf merge
When used, this removes the dependency of pdftk. Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4c3d588 - Browse repository at this point
Copy the full SHA 4c3d588View commit details -
exportNotebook.py: implement rescaling at pdf merge stage
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c9ef601 - Browse repository at this point
Copy the full SHA c9ef601View commit details -
exportNotebook: reduce verbosity
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4355e37 - Browse repository at this point
Copy the full SHA 4355e37View commit details -
exportNotebook: workaround PyPDF2 FloatObject inconsistency
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d8d3045 - Browse repository at this point
Copy the full SHA d8d3045View commit details -
exportNotebook: make more modular and add waiting output
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae3de3b - Browse repository at this point
Copy the full SHA ae3de3bView commit details -
exportNotebook: add more information on pdftk flag
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e0c85f7 - Browse repository at this point
Copy the full SHA e0c85f7View commit details -
exportNotebook: remove bash version of exportNotebook
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 18bafa1 - Browse repository at this point
Copy the full SHA 18bafa1View commit details -
exportNotebook: remove TODO leftover
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c84f87 - Browse repository at this point
Copy the full SHA 5c84f87View commit details
Commits on Oct 22, 2018
-
rM2svg: update code as suggested by @niklasb and @ericsfraga
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7febfd5 - Browse repository at this point
Copy the full SHA 7febfd5View commit details -
exportNotebook: update code to use new rM2svg
This should resolve the scaling issues for the PDFs that have all the pages of the same size Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3ced3fc - Browse repository at this point
Copy the full SHA 3ced3fcView commit details