Category: iWork

Pages webdav cert issue???

China National Aero-Technology Import & Export...
Image via Wikipedia

jlbunting solved the issue:

I was the one who first started this thread. I want to report, I figured out how to get WebDav working on Pages. All I had to do was upgrade to 4.2 and install Pages 1.3. This fixed the WebDav certificate issues I was having. Now I can login and import/export to WebDav. I can access the folder on my computer and it works perfect. I am using Bluehost and Webdisk for the WebDav.

via Apple – Support – Discussions – pages webdav cert issue??? ….

 

 

Share

Creating alphabetical Lists in Pages.

Gray506.png vector version
Image via Wikipedia

Thanks Chris CA.

Do this…

Select everything in the list.
Go to menu Format > Table > Convert text to table
Select all cells
Go to the Inspector.
Select Table icon (7th across the top)
Under the Table tab, click the gear after Edit Rows & Columns drop down and select Sort Ascending (or Descending)
Go to menu Format > Table > Convert table to text

Or it is in the Services menu also. (just saw that)

via Apple – Support – Discussions – Alphabetical Lists ….

 

Share

Two ways to convert .pages to word.

Method 1:  Thanks Jacko30!

If you rename the pages file to zip and open it, the is a pdf in there. in the quicklook folder.

via convert pages to word – MacTalk Forums.

Method 2:

http://forums.macnn.com/82/applications/381956/group-convert-pages-docs-ms-word/#post3766150

Code:
on open theDocuments repeat with aDocument in theDocuments tell application "Pages" open aDocument set thePath to the path of the front document set theWordPath to thePath & ".doc" save the front document as {"doc", "SLDocumentTypeMSWord"} in theWordPath close the front document saving no end tell end repeat end open

 

Share