Send this page





NOVEMBER 2007

Acrobat guru shares 101 favorite tips, tasks as free eBook

by Kurt Foss, Editor, AcrobatUsers.com

  
7 Votes

Renowned author and Acrobat guru Ted Padova has taken to the next level his generosity for freely sharing with the user community his wealth of product expertise. In addition to routinely dispensing nuggets of PDF-oriented knowledge via his blog, in the Ask an Expert section and in the AcrobatUsers.com forums, he's now put together a compilation of "101 of my favorite tips and frequently used tasks in Acrobat, JavaScript and LiveCycle Designer" in eBook format, and is offering it as a free download.

The 55-page document is a follow-up from one of Padova's recent sessions at the Acrobat and PDF Central Conference, held recently in Council Bluffs, IA.

"Due to the popularity of a session on Acrobat tips," he says in a recent blog post, "I thought I'd put together a little document for all of you who couldn't attend the conference. It's a collection of some of the most frequent tasks I use when creating Acrobat PDF forms and LiveCycle Designer forms, from the design stage through adding JavaScripts."


101 Forms eTips
by Ted Padova
Download [PDF: 21.5 MB]  



Tips featured in the 101 Forms eTips document are divided into several sections, and include:

Designing forms

  1. Breaking Page Borders
  2. Changing Midpoints on Objects
  3. Creating PDFs with Adobe PDF Layers
  4. Adding Buttons to Layers
  5. Adding Hyperlinks in Application Documents
  6. Designing for Run Form Field Recognition
  7. Replacing Pages
  8. Replacing Pages in Tiled Views
  9. Editing Text on a Form
  10. Editing Images on a Form
  11. Adding Document Properties
  12. Flattening Fields

Working with Fields

  1. Using Run Form Field Recognition
  2. Scanning for Run Form Field Recognition
  3. Creating Comb Fields
  4. Creating Arbitrary Masks
  5. Formatting Numbers
  6. Adding Button Faces
  7. Adding Rollovers to Button Faces
  8. Duplicating Buttons Across Multiple Pages
  9. Adding a Reset Button
  10. Submitting Forms to eMail Addresses
  11. Creating a Table
  12. Managing Fields
  13. Setting Appearance Defaults
  14. Duplicating Fields
  15. Adding an Address Block
  16. Renaming Fields
  17. Duplicating Check boxes and Radio Buttons
  18. Adding Barcode Fields

Initial Views

  1. Setting Initial Views
  2. Opening in Full Screen Mode
  3. Hiding the Cursor in FS Mode
  4. Hiding the Navigation Panel
  5. Viewing the Navigation Panel
  6. Setting Custom Zoom Levels

Writing JavaScripts

  1. Navigating Views
  2. Creating an Application Alert
  3. Dismissing Application Alerts
  4. Adding Line Breaks to Alerts
  5. Invoking Actions on Field Entry
  6. Assessing Viewer Versions
  7. Assessing Viewer Types
  8. Assessing Document Information
  9. Autotabbing Fields
  10. Printing Pages Via JavaScript
  11. Printing from the JavaScript Console
  12. Eliminating Fields From Print
  13. Printing with Annotations
  14. Creating Document Actions
  15. Date Stamping a Document
  16. Summing Rows and Columns
  17. Using Simplified Field Notation
  18. Summing Data with JavaScript
  19. Calculating a Sales Tax
  20. Calculating a Shipping Charge
  21. Importing Images
  22. Showing/Hiding Fields
  23. Resetting a Form
  24. Setting Fields to Read Only
  25. Deleting Fields
  26. Deleting Zeros from Calculation Fields
  27. Adding URLs to Text
  28. URL Links in New Windows
  29. Adding Annotations Using JavaScript
  30. Adding Fields Using JavaScript
  31. Determining x,y Coordinates
  32. Changing Text Colors
  33. Spawning Pages From Templates
  34. Changing OCG States
  35. Limiting Character Strings
  36. Popup Menus for URL Navigation
  37. Popup Menus for Page Views
  38. Popup Menus for Opening Files
  39. Emailing a PDF
  40. Emailing Form Data
  41. Checking for Empty Fields
  42. Creating Fixed Response Options
  43. Creating Application Response Dialog Boxes
  44. Adding Data to Secondary Forms

Adding Menu Items

  1. Counting Fields
  2. Counting Page Templates
  3. Listing Menu Items
  4. Adding a URL to a Menu
  5. Add a File | New Menu Command

Adobe LiveCycle Designer (Windows-only)

  1. Changing the Default Template
  2. Adding an Address Block
  3. Adding Button Imports
  4. Editing Backgrounds
  5. Binding an XML Sample File to a Form
  6. Testing the XML Data File
  7. Creating a WSDL Connection
  8. Enabling an XML Form
  9. Distributing an XML Form
  10. Adding a PDF Background
  11. Converting a PDF Form
  12. Using Transparent Images
  13. Calculating Columns
  14. Creating Tables
  15. Adding a Total Field to a Table

In case you're wondering, tip 101 is a collection of other helpful resources (in addition to his own AcrobatUsers.com blog) that he recommends, such as:

  • Samples in the Designer 8.0 folder: Open the folder inside the Acrobat 8.0 folder and open the EN (for English installations of Designer). Open the Samples folder and review the many sample files installed with Designer.

  • FormCalc Manual: Open the Designer 8.0 | Documentation | EN folder and you'll find a manual for using FormCalc.

  • Visit the Designer Home: Choose Help | Adobe on the Web. Your default Web browser opens and takes you to the LiveCycle Designer homepage.

  • Visit the Developer Connection to find information, tips, and sample files.

  • Visit the Designer Scripting Examples to find sample files.

  • Visit Thom Parker's JavaScript Corner to find information, tips, and techniques on Acrobat and LiveCycle Designer JavaScripting.

  • Visit Carl Young's AcroViews blog to find information, tips and techniques on working with LiveCycle Designer Forms.

Padova, author of the "Adobe Acrobat 8 PDF Bible," welcomes feedback about the tips collection on his blog.

Article Feedback

Share your thoughts. Tell us what you think about this article.

NOVEMBER 13, 2007
I always enjoy and learn from your articles here and on Planet PDF. In your 101 favorite form tips you point out that users using the calculation options other than the custom calculation script could not suppress the zero result of a calculation. The following custom validation JavaScript will suppress a zero result for these methods as well as the custom JavaScript option: if (event.value = 0) event.value = "";
— gkaiseril

NOVEMBER 13, 2007
I must be stupid or missing something. I downloaded the e-book but can't get it to open. All I get is the Cover page with the print icon, etc. When I click on the "open door", Acrobat opens but all I can get is the cover page. Mike
— wislndixie

NOVEMBER 13, 2007
Gkaiseril, Thanks for the tip! ted
— tedpadova

NOVEMBER 13, 2007
WinsIndixie, I checked the link myself and I was able to download the file. Others seem to have had success too. Perhaps the file was corrupted when you download it. Try right clicking (Windows)/Control clicking (Mac) on the link and choose Download Linked File. See if a new download works for you and let us know. ted
— tedpadova

NOVEMBER 13, 2007
Thanks Ted, I downloaded again and the file downloads and shows a file size of 21mb. I just can't seem to open the file. When I click the file, it opens to your main page. If I click on the print icon it start printing, but when I click on the "door" icon, it starts my acrobat 7.0 but opens blank. Any other suggestions?
— wislndixie

NOVEMBER 15, 2007
So sorry. I should have made this a little clearer. The door icon is used to close the document. Don't click that icon until you want to exit the document. Use the Page Down key or the arrow on the far left to advanced pages. ted
— tedpadova

NOVEMBER 15, 2007
Hi Ted-- Thanks for sharing these tips. One problem: when I view the document in full-screen mode, it clips the numbers on the left side of the page (i.e., 31 and 32, become 1 and 2). Some clipping occurs even when I go back to normal viewing. Anything I can do? -Wayne
— waynekliman

NOVEMBER 20, 2007
The PDF mentions some attachments with a couple of Javascripts and an OCG example, but I did not see the attachments. The "Attachments" nav pane was disabled. Thanks Darryl
— dzurn

DECEMBER 02, 2007
Wayne, The design of the PDF document contains someimages that break the page borders. Press CTRL _ (minus) or Command - (minus) to zoom out to see the objcts outside the page borders. ted
— tedpadova

DECEMBER 02, 2007
Dzum, The Nav Panel is hidden when opening the document. Right click on the far left side of the Acrobat window and choose Show Navigation Panel from a context menu. Click the Attachments panel button to display the file attachments. ted
— tedpadova

Log in to leave comments


<< Back to Articles main menu.



AcrobatUsers.com  >>  User Groups • News • Events • Articles • Blogs • How To • Resources • Member Log in