Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a book in html format, archived into one zip file. Starting from "index.html" there are links to the chapters, from there to sections, etc...
I'd like to make a single pdf so I can annotate it with Okular.
I have found many tools to convert a *single* html page into pdf. But none yet that is also able to follow links between the pages in order to create a single document out of it. It would be nice if the links could be preserved. But getting it all into a neat pdf is really the most important.
Does anyone in here know about a tool/method/way/... to do that ?
well html links are non linear, so whilst it might work in your example, you can't flatten them into a single document like that. Personally I'd look to whip off the header and footer sections of each page and concatenate the outputs to make a single page.
well html links are non linear, so whilst it might work in your example, you can't flatten them into a single document like that. Personally I'd look to whip off the header and footer sections of each page and concatenate the outputs to make a single page.
That's a possibility. But how to specific the page breaks for the final pdf conversion ?
I've just installed locally (I use on a server normally) and the gui is perfect.
Yes it does follow your links within your pages. I tested it with a 3 page set up and from page 3 you can jump back to page 1 or page 2 using an existing html link.
But it's quite picky about style. You must use an H1 heading on each page or it will ignore the page. It uses H1 headings as chapter markers.
Last edited by smoker; 03-21-2010 at 05:18 PM.
Reason: headings not headers
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.