HighDots Forums  

nubee question

Website Design comp.infosystems.www.authoring.site-design


Discuss nubee question in the Website Design forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
oscsolution@gmail.com
 
Posts: n/a

Default nubee question - 03-14-2006 , 09:28 PM






i have a web site and i want the visitors to be able to download and
print pages from a book
unfortunatly the book is only available to me in printed pages
i was thinking of scanning the pages and providing a link to download
these pages.
would the visitors be able to print these scanned pages
is this a practical solution or there is a better way of doing this
there are about 1000 pages so i really can not see myself typing them
in a txt format unless i have to


Reply With Quote
  #2  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: nubee question - 03-14-2006 , 10:56 PM






Gazing into my crystal ball I observed oscsolution (AT) gmail (DOT) com writing in
news:1142389682.157901.59330 (AT) v46g2000cwv (DOT) googlegroups.com:

Quote:
i have a web site and i want the visitors to be able to download and
print pages from a book
unfortunatly the book is only available to me in printed pages
i was thinking of scanning the pages and providing a link to download
these pages.
would the visitors be able to print these scanned pages
is this a practical solution or there is a better way of doing this
there are about 1000 pages so i really can not see myself typing them
in a txt format unless i have to


1. Do you have permission to distribute the book?
2. If you do, you might ask the author if he can provide you with the
book in another form.


--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share


Reply With Quote
  #3  
Old   
Chris Beall
 
Posts: n/a

Default Re: nubee question - 03-15-2006 , 11:28 AM



oscsolution (AT) gmail (DOT) com wrote:

Quote:
i have a web site and i want the visitors to be able to download and
print pages from a book
unfortunatly the book is only available to me in printed pages
i was thinking of scanning the pages and providing a link to download
these pages.
would the visitors be able to print these scanned pages
is this a practical solution or there is a better way of doing this
there are about 1000 pages so i really can not see myself typing them
in a txt format unless i have to

oscsolution,

1. Make sure you have permission to distribute the book, i.e. that you
are not violating the author's copyright. If you cannot obtain such
permission, stop. Instead, point your users to the original source.
2. Scan the book and feed the images into an OCR program (Optical
Character Recognition). Many scanners come with such recognition
software. The output will be raw text.
3. Spellcheck the text and proof read it for OCR errors, correcting them.
4. Decide on the format you want to use to present the material. HTML
is good for online viewing, but marginal for printing, especially if you
want to retain page breaks and numbering. PDF might be good, but is a
proprietary technology.
5. Drop your raw text into the desired environment, then manually tailor
it as required. For example, in HTML, add <p> tags as appropriate.
Decide whether to have one HTML page per book page or one HTML page per
book chapter, with appropriate titles. Proofread again, looking for
things like characters with odd code points, such as tabs, quotes and
apostrophes, or symbols for which entity references would be a better
choice. Correct as needed.
6. Style the text as appropriate for online viewing, with separate
styling for the printed page. The latter should match as closely as
possible the appearance of the original book.
7. Add citation information to every printed page and at the front and
back of the online book. This will allow someone who receives one
printed page to locate the complete original book.

Chris Beall



Reply With Quote
  #4  
Old   
Mark Tranchant
 
Posts: n/a

Default Re: nubee question - 03-16-2006 , 03:59 AM



Chris Beall wrote:

Quote:
PDF might be good, but is a proprietary technology.
....but also open, in that anyone may create software to read or write
PDF without having to pay royalties to Adobe.

--
Mark.
http://tranchant.plus.com/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.