View Single Post
Old 04-18-2012, 11:43 AM   #2
donB006
Connoisseur
donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.
 
Posts: 86
Karma: 186294
Join Date: Jun 2011
Device: Kindle k3G 3.4.2; DXG 2.5.8; DXG 3.1; Iriver Story HD
Quote:
Originally Posted by Bobosmite View Post
I'm studying for my Security+ and the book came with an electronic version. But, the directory is about 20 .PDF files with an .HTML index. Is there a way to use Calibre to combine this into something I can put on my reader? This might be something I could ask the Kindle forum maybe? I'm not too sure where this topic falls best.
You have problems if you want to convert the pdf files to anything with Calibre. Using reflow or extracting the text only works for very simple pdfs. An easier way is to combine all of the pdfs and then put the final pdf in your e-reader.

There are some regular utilities for working with pdf files outside of Calibre. If you have access to a linux machine then just convert all of the pdf files to ps with pdf2ps and then: " cat *.ps | ps2pdf - out.pdf " Be sure you get the ps files in the order you want to read them. The dash is to cause ps2pdf to accept the ps files from stdin and the out.pdf would be your final pdf made from combining all of the 20 ps files made from the 20 pdfs.

I am sure there are many other ways to do the same thing; this is what I have used for many years. The resulting pdf files work fine in an ebook reader if you have sharp eyes or a large size e-reader.
.
donB006 is offline   Reply With Quote