iWord PRO Quick Users Guide
INDEX
- Introduction to iWord PRO
- Start a new document.
- Interface Controls
- Fingers Controls
- Import, edit and save documents
- “Speech to Text” using Siri
- “Text to Speech” using Siri
- Save the written document
- Documents archive, DOC, PDF, HTML file sharing
- Ending
ver. 1.5 and 1.6
iWord PRO Quick Users Guide - EN PDF
Enable "Text to Speech" into iWord PRO:
1. Launch “Settings” and tap on “General”
2. Scroll down to “Accessibility” and tap on “Speak Selection” ("Pronuncia selezione")
3. Slide the “Speak Selection” ("Pronuncia selezione") to “ON” and adjust the “Speaking Rate” ("Velocità voce") slider to an appropriate setting
4. Open iWord PRO app and load a written document from the documents archive or copy/paste the document text from the web or from another installed app
5. Tap on the text of the loaded document to show the keyboard
6. Tap once more on the text to show the selection menu: press on "Select" and choose the text that You want to select or press on "Select All" to select all the document
7. Press on "Speak" to speak the selected text
iWord multi languages dictionary:
- Select a written word (double tap on a written word to select it)
- Choose "Define" to visualize the dictionary window
- To download the desired languages for the dictionary press the button "Manage" (in the dictionary window) and press the button with a "cloud + down arrow" icon (to download the desired languages)
iWord PRO - Trailer (YouTube)
Watch the YouTube "iWord PRO - Trailer" (click here to see the video).
EXPORT THE WRITTEN DOCUMENTS USING HTML CODE
How to set the page margins for a generic document previously written with iWord PRO and exported using HTML code?
- write Your document using iWord PRO (do not think to the page margins now)
- save the document and send it to Your MAC or PC (choose HTML in the documents archive)
- unzip the zip file
- edit the "document.html" file using a plain text editor or an HTML editor (like Xcode - You have to see the HTML tags)
- insert the style="margin-top:50px; margin-bottom:50px; margin-left:50px; margin-right:50px" in the tag <body ...insert here the style...> (at the beginning of the document, in the first body tag; set the pixels for the margin that You prefer: in this example 50px means 50 pixels)
- save the edited "document.html" file
- open the edited "document.html" file with Safari / Internet Explorer / Firefox and press for example "File -> export to PDF" to create Your PDF document with the margins
iWord templates - documents with margins ("px" means "pixels"):
- DM 10 -> top:10px bottom:10px left:10px right:10px
- DM 20 -> top:20px bottom:20px left:20px right:20px
- DM 30 -> top:30px bottom:30px left:30px right:30px
- DM 40 -> top:40px bottom:40px left:40px right:40px
- DM 50 -> top:50px bottom:50px left:50px right:50px
- DM 60 -> top:60px bottom:60px left:60px right:60px
- DM 70 -> top:70px bottom:70px left:70px right:70px
- DM 80 -> top:80px bottom:80px left:80px right:80px
- DM 90 -> top:90px bottom:90px left:90px right:90px
- DM 100 -> top:100px bottom:100px left:100px right:100px
To use them:
- press the DM<n> link (using for example Safari)
- Open In (choose iWord PRO)
You can also create Your own DM<n> (personal document with margins template) by modifying the <body style=...> in the "document.html" file (contained in the DM<n>.zip files) - for example, You can modify:
style="margin-top:50px; margin-bottom:150px; margin-left:20px; margin-right:10px"
using the margins dimension that You prefer for the "px" (pixels) value.