vurskinny.blogg.se

Sharex screenshot as pdf
Sharex screenshot as pdf













  • Install VitalSource Bookshelf: Install Bookshelf on Windows 10.
  • Configure your "after capture tasks" My configuration: After capture tasks.
  • Configure it to have a hotkey to capture last screenshot area with key F3 (any key is valid as long is not occupied by any other application and you adapt the python script):.
  • Install ShareX for handling the screenhots (We don't need to reinvent the wheel):.
  • In the following explanation I assume you have installed python 3.x and you know you to use pip. If you do decide to mass distribute, do so at your own risk. In a nutshell this means no commercial usage or distribution, and only personal use is allowed. Legal disclaimer: Usage of this solution must abide the terms set out by VitalSource at. I've done somehthing much more simpler in Windows 10, I hope it works for you or at least it can inspire you to get your own solution. I've been looking like crazy too, found complicated python scripts to print with pdf printer or do screenshots but it didn't work for me and I was too lazy to debug their scripts. Print out an entire e-book (1200 pages) in/to pdf format from Vitalsourcesafe which limits printing to 2 pages at a time.Įrror message i'm getting: usage: app2.py top_left right_bottom next_button total_pageĪpp2.py: error: the following arguments are required: top_left, right_bottom, next_button, total_page Top_left, right_bottom, next_button, total_page

    sharex screenshot as pdf

    Rect_size = (right_bottom - top_left, right_bottom - top_left) My python script (app2.py) code: import argparseĭef screenshot(top_left, right_bottom, next_page, total_page): However, please note i'm a newbie and learning python. I have tried the suggested solution (by below, but it's not working.

    sharex screenshot as pdf sharex screenshot as pdf

    I'm getting an error when I run my python3 script that is supposed to take screenshots of Vitalsource ebook pages and then convert them into a pdf file.















    Sharex screenshot as pdf