Is this book available in a DRM free format? I’m blind and attempting to read the book word by word on my iPhone to follow code samples and then entering them in the computer is not worth it.
Can I bother you with some accessibility questions? (Sorry HN but no contact info in profile) I am currently converting a giant (2800+ pages) government pdf[1] to markdown so that it can be converted to html/epub/latex/etc. I am casually aware of the DAISY file format but have not found any free software tools for creating DAISY files. Is there anything I can do that would be better for you than DRM free epub/mobi files and/or plain markdown text files?
Things get tricky after the raw txt is created. Once I have the raw output the conversion is a lot of shell scripts and elbow grease. I have not yet been able to create a workflow that is completely automated. The part I am currently struggling with is the footnote replication (footnote extraction is pretty easy with csplit) and the ability to recreate the index. There are thousands of footnotes (as in some sections have thousands of footnotes) and the numbering resets with each section. I think I am going to use python to recreate the footnotes in markdown format.
Once I have the converted it to markdown I am going to use pandoc for output formatting.
Are you familiar with CONAN? It is an amazing work of scholarship, I don't know how to express my appreciation without resorting to hyperbole. It is a shame that it is distributed in a format that does not allow it to shine like it could. There are some neat legal citation extraction scripts in node.js that could lead to a really useful web version. I look forward to the day I can add it to my kindle and read it from start to finish.
They have very light DRM: they print your name (or whatever you give them as your name) in the book. There are no copy prevention measures, they're just straight pdf or other format.
Comments
Is this book available in a DRM free format? I’m blind and attempting to read the book word by word on my iPhone to follow code samples and then entering them in the computer is not worth it.
Can I bother you with some accessibility questions? (Sorry HN but no contact info in profile) I am currently converting a giant (2800+ pages) government pdf[1] to markdown so that it can be converted to html/epub/latex/etc. I am casually aware of the DAISY file format but have not found any free software tools for creating DAISY files. Is there anything I can do that would be better for you than DRM free epub/mobi files and/or plain markdown text files?
[1]: http://www.gpo.gov/fdsys/pkg/GPO-CONAN-2013/pdf/GPO-CONAN-20... -- http://www.gpo.gov/fdsys/pkg/GPO-CONAN-2013/content-detail.h...
Will try to look at that site tonight. I've updated my profile with contact info.
Many thanks. When I have something close to a final product I will get in touch with you.
How are you converting it?
The initial bit is kind of easy. I am just using pdftotext. This is a simplification (I actually use one txt file per page grouped by section):
Things get tricky after the raw txt is created. Once I have the raw output the conversion is a lot of shell scripts and elbow grease. I have not yet been able to create a workflow that is completely automated. The part I am currently struggling with is the footnote replication (footnote extraction is pretty easy with csplit) and the ability to recreate the index. There are thousands of footnotes (as in some sections have thousands of footnotes) and the numbering resets with each section. I think I am going to use python to recreate the footnotes in markdown format.Once I have the converted it to markdown I am going to use pandoc for output formatting.
Are you familiar with CONAN? It is an amazing work of scholarship, I don't know how to express my appreciation without resorting to hyperbole. It is a shame that it is distributed in a format that does not allow it to shine like it could. There are some neat legal citation extraction scripts in node.js that could lead to a really useful web version. I look forward to the day I can add it to my kindle and read it from start to finish.
Yes. While it costs a few dollars more than Amazon, you can buy it from the publisher here: http://www.packtpub.com/python-for-finance/book
Packt says that their ebooks are DRM free in the "Pactk Facts" section here: https://www.packtpub.com/about
Like other tech publishers, they frequently have discount codes on their ebooks, though $20 doesn't seem expensive if the information is useful.
I have bought two or three Packt books.
They have very light DRM: they print your name (or whatever you give them as your name) in the book. There are no copy prevention measures, they're just straight pdf or other format.
It's actually a nice compromise.