Posts Tagged ‘book’

New book: OCaml from the Very Beginning

Monday, June 10th, 2013

I’ve written a concise but self-contained introduction to writing computer programs with OCaml, suitable for the talented beginner to programming, or someone trying functional programming or OCaml for the first time.

On your local Amazon: http://asin.info/a/0957671105

E-book: http://www.ocaml-book.com

Sample chapters also at http://www.ocaml-book.com

Thanks to all those who reviewed and proof-read earlier drafts.

Reviews on Amazon are always very useful - my understanding is that if you have an amazon account, you can review the book based on having read the e-book, without buying a printed copy. Do please consider adding a review, especially if you like the book!

Some of the data might not have yet propagated to all Amazon subsidiaries, but it ought to do so over the next few hours or days.

PDF Explained, now available from O’Reilly

Sunday, December 11th, 2011

Our new book about PDF has just been published. You can find it at O’Reilly’s own site in printed and ebook form, or from Amazon and other booksellers.

Here’s the publisher’s description:

At last, here’s an approachable introduction to the widely used Portable Document Format. PDFs are everywhere, both online and in printed form, but few people take advantage of the useful features or grasp the nuances of this format. This concise book provides a hands-on tour of the world’s leading page-description language for programmers, power users, and professionals in the search, electronic publishing, and printing industries. Illustrated with lots of examples, this book is the documentation you need to fully understand PDF.

  • Build a simple PDF file from scratch in a text editor
  • Learn the layout and content of a PDF file, as well as the syntax of its objects
  • Examine the logical structure of PDF objects, and learn how pages and their resources are arranged into a document
  • Create vector graphics and raster images in PDF, and deal with transparency, color spaces, and patterns
  • Explore PDF operators for building and showing text strings
  • Get up to speed on bookmarks, metadata, hyperlinks, annotations, and file attachments
  • Learn how encryption and document permissions work in PDF
  • Use the pdftk program to process PDF files from the command line