Skip to main content
JR Boulay
Community Expert
Community Expert
November 23, 2016
Question

Text To Speech

  • November 23, 2016
  • 5 replies
  • 1461 views

Hi.

Copy-pasted from the JavaScript™ for Acrobat® API Reference for Adobe® Acrobat® DC SDK:

TTS:

This object is currently a Windows-only feature and requires that the Microsoft Text-to-Speech engine be installed in the

operating system.

The TTS object is present on both the Windows and Mac OS platforms (since it is a JavaScript object). However, it is

disabled on Mac OS.

This text is the same on the latest PDF version (May 2015) and in the online version of the JavaScript™ for Acrobat® API Reference

Question 1

As far as I can test and ear, Text To Speech works fine on Mac OS with both Reader and Acrobat (version 9 to version DC).

It works fine on Windows too but only with Acrobat, not with Reader (not with mine at least).

So, where can I find an up to date documentation or any infos about Text To Speech?

Question 2

Text To Speech reads correctly any text without accented caracters, but it does nothing if there is at least one accented caracter in the text, without warning nor error message in the Console.

So, is it an English-only feature or are they any (hidden) settings for other languages?

Try with (paste in the Console):

tts.qText("I like Beyonce");

tts.talk();

vs

tts.qText("I like Beyoncé");

tts.talk();

Thank you.

This topic has been closed for replies.

5 replies

JR Boulay
Community Expert
JR BoulayCommunity ExpertAuthor
Community Expert
November 26, 2016

Please, can someone, using a French/Spanish/Portuguse/Italian/German/Danish/Swedish/Etc. version of Acrobat and the OS, do the test Beyoncé vs Beyonce and report me the result?

Thank you.

Acrobate du PDF, InDesigner et Photoshopographe
JR Boulay
Community Expert
JR BoulayCommunity ExpertAuthor
Community Expert
November 25, 2016

- Only Adobe staff can answer the questions about the documentation.

Allo, allo, the Adobe staff ?

Acrobate du PDF, InDesigner et Photoshopographe
JR Boulay
Community Expert
JR BoulayCommunity ExpertAuthor
Community Expert
January 18, 2017

Allo, allo, the Adobe staff ?

Acrobate du PDF, InDesigner et Photoshopographe
JR Boulay
Community Expert
JR BoulayCommunity ExpertAuthor
Community Expert
November 25, 2016

Thank you.

Acrobate du PDF, InDesigner et Photoshopographe
try67
Community Expert
Community Expert
November 25, 2016

- Only Adobe staff can answer the questions about the documentation.

- TTS works just fine for me in Reader XI.

- I get the exact same results as running it on "I like Beyonce", as when I do on "I like Beyoncé".

- I think the language used has more to do with the properties of the TTS engine installed on the computer than the application calling it.

JR Boulay
Community Expert
JR BoulayCommunity ExpertAuthor
Community Expert
November 25, 2016

up

Acrobate du PDF, InDesigner et Photoshopographe