Planet PDF ForumPlanet PDF Classic

Enterprise & Government
Find Software and ServicesPDF EventsFreeNewslettersAboutSite MapOur SponsorsAdvertise
PDF In-Depth

Listen to Your PDFs

Bryan Guignard

August 23, 2000

Advertisement
Advertisement
 

Helloooo, can anybody hear me?!

Can PDF users actually hear me? Not likely, but if you are using Acrobat 4.05 and Windows, you can definitely hear your PDF files! That's right, Text-to-Speech technology (TTS) has finally arrived.

Helloooo TTS!

PDF TTS is one area that Adobe seems to have nailed down tight and solid the very first time. After running extensive tests with it, I was left very impressed. For someone with no prior knowledge or experience with TTS, the whole installation and configuration experience was almost effortless.

Where do I start?

You start your venture into this new PDF technology by downloading a 10-page Adobe White Paper titled "Optimizing Adobe PDF Files for Accessibility" [PDF: 86kb].

Go through the well laid out web pages to find out exactly what you will need for your system, and where to get it. Adobe has done a fine job of documenting everything they are responsible for, and they have provided all the required links for any extra things you may need.

What's it all about?

PDF TTS allows Acrobat to read your PDF files out loud through your computer's sound system. It does so with human like voices (with Microsoft's TTS engines, thanks Bill). PDF TTS is designed mainly for meeting the accessibility needs of visually challenged PDF users. However, as Adobe points out, and as you will soon discover, being able to hear your PDF document is not only appealing to visually challenged users. This technology has many other potential uses as well.

How does it all work?

Once again, the extensibility of the PDF standard is put to good use, and so far the results are pretty impressive. To make PDF TTS happen, Adobe has developed a PDF JavaScript object and corresponding methods and properties that link things up to the Microsoft TTS engines with the use of a few very simple lines of JavaScript code. Here are the new PDF JavaScript features available for TTS:

TTS Properties include:

  • available
  • numSpeakers
  • pitch
  • soundCues
  • speaker
  • speechCues
  • volume

TTS Methods include:

  • getNthSpeakerName
  • pause
  • qSilence
  • qSound
  • qText
  • reset
  • resume
  • stop
  • talk

Now there's no need for me to offer full details of these methods and properties at this time since Adobe makes all this available in the Tech Note #5186, Acrobat Forms JavaScript Object Specification, version 4.05 that comes with your Acrobat CD. Look under the Acrobat Help menu Forms JavaScript Guide for easy access to it.

Once you get everything set up, and it's very easy, you will find two new options in Acrobat. Go to File Preferences Speech... There you will find the following options to control the TTS system: Speech Cues, and Sound Cues. Again, the JavaScript manual will give you all the details on how to control these two options(see pages 53 and 54).

According to Adobe's Components for Enabling Accessible PDF Forms Web page, the following actions have sound and speech cues attached to them:

Sound Cues

Sound cues are user configurable items that play a wav file and give the user an indication of what is happening inside Acrobat. Sound cues are stored in the Acrobat/SoundCues folder. The following actions have sound cues attached to them:

  • Document open, close, activate, save, print (DocOpen.wav, DocClose.wav, DocSave.wav, DocPrint.wav)
  • Page turn (PageTurn.wav)
  • Keystroke handling when in a text edit:
  • If a backspace or delete is pressed, speak the letter and a sound cue for deletion (ActionDelete.wav)
  • Cut/copy/paste, play a sound cue (ActionCut.wav, ActionCopy.wav, ActionPaste.wav)
  • Home/end, play a sound cue and/or speak the letter (KeyHome.wav, KeyEnd.wav)

Speech Cues

Speech cues are user configurable items that invoke the text to speech engine to give the user context. The following actions will have speech cues attached to them (actual text may vary given usability testing, see AFSpeech.js for final strings):

  • Application initialize (string not customizable).
  • Document open, close, activate, save, print: speaks the document title and action type. E.g. Document 1040EZ printed.
  • Page turn: speaks the page number. E.g. Page 2 of 10.
  • Field focus and blur: speaks the value of the field. E.g. Text field "Last Name", value is Smith.
  • Alert dialogs. E.g. Alert dialog error: you have not filled in the income field. Press okay to continue.
  • Keystroke handling when in a text edit:
  • As individual keys are pressed the letters for those keys should be spoken.
  • After a space is pressed, the entire word should be spoken.
  • If a backspace or delete is pressed, speak the letter and a sound cue for deletion.
  • If a selection is made, speak the selection in high pitched voice.
  • Home/end, play a sound cue and/or speak the letter.
  • Cursor movement, speak the letter.
  • Control-left-arrow and control-right-arrow should move by words (and speak the word moved to).
    For example, given the text: "This is a test". Pressing HOME speaks 'T'. Pressing RIGHT ARROW speaks 'h'. Pressing LEFT ARROW would speak 'T'. And pressing RIGHT ARROW again would speak 'i'.

Speech cues are interruptible. That is, if two actions are performed (both of which require a speech cue) then the first speech cue may be interrupted by the second speech cue. This is to allow for quick traversal over the document without buffering up an undue amount of speech. An example of this behavior can be demonstrated by quickly tabbing through the fields on a page.

OK, impress me even more!

Because this is a PDF Forms-based implementation of TTS, there are countless ways you can use it interactively and dynamically. Try this:

Build a simple PDF Form with a text field on it and another button field to be used as a trigger. Attach the required JavaScripts (which you can steal from the Adobe sample Form W4_1999.pdf on the CD). Open your email client and copy your latest email message to the clipboard, then switch to your Acrobat Form and paste your email into the text field, and hit the trigger button. Acrobat will read out your email to you!! Not bad huh.

You can really let your imagination run wild with this. There are almost endless uses for this system, and all you need is a bare-bones PDF Form with two simple fields on it. It couldn't be any simpler.

What's the drawback?

At the present time, this PDF TTS system only works with the contents of PDF Forms. It will not read out the text of a standard PDF page (more about that below), nor will it read out the text contained in any PDF images. However, with a bit of careful planning and some hidden text fields, you can easily overcome this so that your PDF files are fully TTS compliant!

Here's an insanely easy example. An entire existing ebook, in PDF format, could easily be made to read out loud by simply generating a transparent overlay template containing a hidden text field, on each page of the book. Then it would only be a matter of copying and pasting the ASCII text for each page into the corresponding hidden field.

The vast majority of this task can easily be automated with my FREE PDF Enhancement Generator [PDF: 100 kb] available at Planet PDF.

Suddenly ebooks are accessible to a much bigger market! I see even more profits being derived from existing PDF formatted ebooks. Ebook publishers everywhere should love me to pieces for telling them this and handing over everything they need to make it happen, free of charge, and with minimal effort. I've done my part as a PDF researcher, now it's up to ebook publishers to do theirs. It's an important job, so get it done.

It's also an investment for the future. Eventually, I suspect, the Microsoft TTS engines will be available for other platforms. When they are, your ebooks will already be ready for action because this PDF TTS technology is cross-platform compatible.

Conclusion

All this is merely the beginning. There's no longer any reason for Windows users not to have this type of accessibility, starting now. The technology is free, it's also quick and easy to implement. (Planet PDF has all the resources, tools and training material you need for the task). Let's use the technology to help make the world a better place for everyone.

All this new TTS stuff is so great that I almost forgot to mention all the other free accessibility tools that Adobe provides for dealing with actual PDF text. Here is a listing and their URLs.

Related Products at PDF Store

Nitro PDF Professional OCR

Nitro PDF Professional OCR gives you all the features of Nitro Pro, plus the added power of Optical ... View full product details
Download free demo

Nitro PDF Professional

Nitro PDF Professional, your PDF creation and editing product. Priced at $99.99, Nitro PDF Pro is th... View full product details
Download free demo

PitStop Professional

The industry standard that combines preflight, interactive editing and automated correction capabili... View full product details
Download free demo

Advertisement
PDF In-Depth Free Product Trials Ubiquitous PDF
  • Section 508 and PDF: The facts
  • Is PDF an open standard?
  • No, PDF is NOT owned by Adobe!
  • How to (successfully) switch to a paperless practice
  • What's your preference, sir?

Nitro PDF Professional

the perfect PDF product for business and enterprise, combining an extremely competitive price with a...

Download free demo

XpdfViewer

This ActiveX control (OCX) provides a PDF file viewer component, enabling developers to add PDF viewing...

Download free demo

Ubiquitous PDF: Planning for unexpected cash

It's the end of the financial year and some lucky souls are expecting a tax return. Whether or not the dollars are stacking up for you, it's worth keeping in mind this new PDF tool from Squawkfox.

July 29, 2010
Advertisement
Search Planet PDF
more searching options...
Advertisement







Create PDF Free

Advertisement
Advertisement
Most Popluar Articles
  1. Section 508 and PDF: The facts
  2. Word doesn't do Section 508, PDF gets the blame
  3. Is PDF an open standard?
  4. No, PDF is NOT owned by Adobe!
  5. The Tablet: What it means for publishing
Planet PDF Newsletter

Features

Adding a PDF Stamp Comment

OK, so you want to stamp your document. Maybe you need to give reviewers some advice about the document's status or sensitivity. This tip from author Ted Padova demonstrates how to add stamps with the Stamp Tool along with related comments.

Featured Product

Docmetrics

Generate more, higher-quality sales leads from your PDF marketing content. Docmetrics is a web-based system that lets you capture previously unavailable reader data. Free trial.

Platinum Sponsor
Create & Edit PDF - Nitro PDF Software

ARTS PDF

Silver Sponsors

PDF-Tools QuickPDF: The Unrivaled PDF Developer Toolkit

Advertisement

Advertise | Submit news | Newsletters | About | Contact | Site Map | Forum Archive
  Planet PDF RSS Feeds | Buy PDF Software | Find PDF Software | Free PDF eBooks

Powered by CM3To connect with us: Read Nitro's PDF Blog, follow nitro pdf on Twitter, or join the Nitro PDF LinkedIn group. Planet PDF, PDF Store, Nitro PDF Software and ARTS PDF are all copyright © 2009 Nitro PDF, Inc. and Nitro PDF Pty Ltd. All Rights Reserved. Privacy

Planet PDF