Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook readerHi, just wondering if anyone's delt with one of these before.
Code:
http://www.vitalsource.com/software/vbk/ |
#2
|
|||
|
|||
Re: Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook reSo it turns out that VitalSource books are printable. I captured the printer output with Adobe PDF "printer" (although there are several other programs out there for this -- including many free ones). However, my new PDF was in raster form and thus not searchable. I opened the PDF with ABBYY Fine Reader, did OCR, then saved a new PDF with ascii text underneath the raster pages. The original .vbk file was 13 megs. After tweaking with the output compression settings on ABBYY and saving a few drafts, I produced a PDF of what I consider identical quality (checked with zooming and I have a pretty good eye for colors and detail) for 15 megs.
Ta-da! |
#3
|
|||
|
|||
Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook readerThe VitalSource Bookshelf software allows you to print your book, but only 5 pages at a time. On the surface this would seem to foil the print-to-PDF method, however using some AppleScript magic we can have their own software do all the work for us
You will need a computer running MacOS in order to do this, however the resulting PDF will work on any computer. There are VMWare images of MacOS available online if you don't have a Mac. The AppleScript code below will dump the entire ebook out into a bunch of pdfs, each containing 5 pages each. We can then easily merge them together to create one DRM-free PDF containing all the pages.
This will get you a low quality .pdf file with a disclaimer at the top of every page. |
#4
|
|||
|
|||
Re: Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook reHello,
I know this thread is a bit old, but I'm now frustratingly faced with a VBK textbook I need to print. I have tried the script, but for some reason I have to manually save to PDF each time it prints the next ten pages (my text allows 10 pages). I don't have a printer installed on my Mac, only the "save as PDF" option. I have a screen shot of what I mean here: https://lh3.googleusercontent.com/SX...w=w485-h371-no I feel like I'm missing something here. Can anyone help me to figure out how to get the automated print thing to work? I would be eternally grateful! |
#5
|
|||
|
|||
Re: Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook reI have created a macro on the Mac that will convert VBK to PDF. It uses the program Keyboard Maestro and was developed with version 7. VitalSource Bookshelf version 6.6 was also used to develop the workflow. All this was done on 10.10.4 (Yosemite).
The workflow will loop through a printing cycle and print the maximum number of pages that are allowed by that publication. There are several things that need to be specified manually, and those are in the color red. Those in orange may or may not need to be changed; it's up to you to test and find out. The main thing to customize in addition to the steps in red or orange is the number of repeat cycles to run. The "Repeat Actions" step loops through the actions to print in blocks of X number. Determine how many times to repeat by <Total number of pages that are specified with integers> divided by <Max Number of pages to print in each run>. For example, if there are 180 pages that are numbered (doesn’t include pages that are numbered with Roman numerals), and you can print a maximum of 10 pages at a time, then set the Repeat action to 18 times. Note that if the number of pages isn’t even divisible, then repeat to the highest possible number, then you’ll have to manually print the excess both after this number, and before if the book uses Roman numerals. I have used this to convert about 2,000 pages into PDFs, and I hope it helps someone else in the future. |
#6
|
|||
|
|||
Re: Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook reThanks, daphnis, I can't wait to try it!
|
#7
|
|||
|
|||
Re: Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook reQuote:
I tried using it, but it was just too confusing for me. I'm not very tech-savvy. Also, VitalSource caught on to this 'bypass' so they changed the maximum allowed number of pages to print to 2 pages. Sigh... I just wanted to view the book on my Kobo e-reader... What a bunch of assholes. |
#8
|
|||
|
|||
Re: Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook reI found someone's github with a method to directly convert the books to epub: https://github.com/GMMan/Extractor.epub
However, it doesn't work on the current version of the vitalsource software. To get it to work on Windows you need to uninstall the current version install the old version from their site that is indicated as being for XP and Vista: https://support.vitalsource.com/hc/e...wnload-Options (works fine on Win10) Apparently it works through the vitalsource program allowing files to interact with each other so someone made up an epub that can extract the actual files from inside the vbk files. I successfully converted 4 out of the 5 books I tried. One wouldn't work but I'm not sure if it is my fault or not. |
#9
|
|||
|
|||
Re: Remove DRM from the vitalbook .vbk format for converting ebook/reading w/ebook reI have tried downloading the pub from github, but when I try to sideload it, it doesn't work.
|
Tags: drm, mcgraw hill, vbk, vbk file format, vital book, vital source, vitalbook, vitalsource, www vitalsource com |
Thread Tools | |
Display Modes | |
|
|