SlideShare una empresa de Scribd logo
1 de 27
White Master
Replace with
a graphic
5.5” Tall & 4.3” Wide
Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 1
Making the most of PDF
Forms
Samartha Vashishtha
Vikrant Rai
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 2
Workshop Outline
 Introduction
 Some real-world applications
 Prerequisites
 Workflow
 Creating the form
 Distributing the form
 Managing responses
 Using scripting for conditional fields
 Analysis and reporting possibilities
 Further reading
2
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 3
Getting Started
 Acrobat 7 Pro or later
 LiveCycle Designer
 http://www.adobe.com/products/acrobat/
3
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 4
Introduction
 Portable Document Format (PDF)
is an open standard for document
exchange.
 PDF is the ISO standard 32000-1
 Forms were introduced in the
PDF 1.2 format. PDF Forms
permit using objects (text boxes,
radio buttons, etc.) and some
code (JavaScript/FormCalc).
 Alongside the standard PDF
action types, Interactive forms
support submitting, resetting, and
importing data.
4
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 5
Real World Applications
 Customer satisfaction surveys
 Help desk requests
 Feedback on products or services
 Purchase orders
 Quotes
 Request for Quotes
 Status reports
 Editorial checklists
 Handoff checklists
 Performance appraisals
5
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 6
Advantages of using PDF Forms
 Easily create electronic forms all by yourself — no need for assistance
from IT or a designer
 Make your electronic forms look just like existing paper forms
 Make static forms interactive by adding text fields, check boxes, and
drop-down menus
 Create customized experiences with interactive forms that change
based on user input
 Allow virtually anyone to fill in and save PDF forms using free Adobe
Reader® software
 Track the status of forms to find out who completed them
 Export data to spreadsheets and XML for analysis and reporting
6
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 7
Two ways to create forms
7
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 8
Workflow
8
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 9
Use Acrobat Forms Editor
1. Convert the form to PDF
 Scan and OCR a paper form as PDF
 Convert a document to PDF
 Form in native application
2. In Acrobat, choose Forms > Start Forms Wizard.
3. Choose An Existing Electronic Document and click Next.
4. Browse to the file and click OK.
5. Acrobat creates a form.
6. Tweak the form and fix issues.
7. Save.
9
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 10
Setting Field Properties
 General
 Appearance
 Options
 Actions
 Format
 Validate
 Calculate
10
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 11
Field types
 Barcodes Encode the input from selected fields and display it as a visual pattern
that can be interpreted by decoding software or hardware (available separately).
 Buttons Initiate a change on the user’s computer, such as opening a file, playing a
sound, or submitting data to a web server. These buttons can be customized with
images, text, and visual changes
 Check boxes Present yes-or-no choices for individual items.
 Combo boxes Let the user either choose an item from a pop-up menu or type a
value.
 Digital signature field Lets the user electronically sign a PDF document with a
digital signature.
 List boxes Display a list of options the user can
 Radio buttons Present a group of choices from which the user can select only one
item. All radio buttons with the same name work together as a group.
 Text fields Let the user type text, such as name, address, or phone number.
11
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 12
Create a form using LiveCycle Designer ES
1. In Acrobat 9, select Form > Form Wizard.
2. Select No Existing Form in the Create Or Edit Form dialog box.
3. Click Next. Acrobat launches LiveCycle Designer in a separate
window.
4. In the New Form Assistant, select one of the following options:
 Select Use A Blank Form if you want to create a form from scratch.
 If you want to customize an available form template according to your requirements,
select Based On A Template.
5. Click Next.
12
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 13
Using LiveCycle Designer
1. Finish the New Form Assistant wizard by specifying the additional
information requested. If you chose to model your form after a
template, you’ll be asked to pick one of the many available templates.
If you chose to create your form from scratch, specify page settings
and the basic buttons that you’d want to add to it.
2. Once you’ve completed the New Form Assistant wizard, you can use
intuitive, easy-to-use building blocks – such as text fields, numeric
fields, text areas, drop-down lists, list boxes, and radio buttons – to
design your form further.
 You can also tweak the look and feel of the form on the master page.
13
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 14
Understanding form design
14
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 15
Key considerations
 Include instructions for completing and submitting the form.
 Include tool-tips for fields.
 Assign a unique, easy-to-remember Name to each field on the Object >
Binding page.
 To make a field mandatory for users to fill-in, select User Entered -
Required for the field from the Type drop-down menu on the Object - Value
page.
 You can specify available options for drop-down lists and list boxes on the
Object - Field page.
 Radio buttons are added to the form in mutually-exclusive groups to provide
“one out of many” choices to the user.
 When you add two radio buttons to the form consecutively, they are
automatically added to the same radio group.
15
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 16
Preview the form
 While you are designing a form, you can quickly preview the results in
the Preview tab.
16
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 17
Ensure compatibility with older versions of Adobe Reader
1. In LiveCycle Designer, click File > Form Properties > Defaults.
2. Choose Acrobat And Adobe Reader 7.0.5 or later from the Choose
Version To Run Form In drop-down menu.
3. Click OK.
17
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 18
Tea Break
18
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 19
Advanced: Use scripts for Conditional Fields
Thoughtful use of scripting
goes a long way when you’re
creating PDF forms. While
LiveCycle Designer offers
extensive scripting capabilities
for power users, even users
new to programming can
leverage simple JavaScript and
FormCalc constructs to build
intelligence into their forms.
In particular, we find the ability
to create conditional fields –
fields that accept input or
become mandatory fields
based on the selection in a
radio button group – very
useful.
19
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 20
Different methods of distribution
 Automatically with
Acrobat.com
 Automatically with
an Internal Server
– a network folder
or a Sharepoint
workspace
 Manually using
Email
20
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 21
Distributing the form
1. Copy the PDF form file to a dedicated folder. This folder should be retained all
through until the registration drive for the conference is complete.
2. Use Adobe Acrobat to open the PDF form from the folder.
3. In Acrobat, click Forms > Distribute Form.
4. Choose Manually Collect Responses In My Email Inbox from the How Do You
Want To Collect Responses drop-down menu. Click Next.
5. Choose Save A Local Copy And Manually Send It Later and click Next.
6. Click Finish on the Distribute Forms screen. You’ll now have the following
additional PDF files in the folder where you copied the PDF file:
 [form name]_distributed.pdf
 [form name]_responses.pdf
These two files, together with the PDF form file, should be retained all through the registration drive.
Responses that you receive will be added to the [form name] _responses.pdf file and will also
be visible through the Adobe Tracker.
7. Upload the [form name]_distributed.pdf file to the conference website, so that it is
available to users for download and submission.
21
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 22
Adobe Tracker
22
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 23
Adding responses
1. Double-click the attachment
from the email and wait for
Adobe Acrobat to open it.
2. In the Add Completed Form
to Responses File dialog
box, ensure that the correct
[form_name]_responses.pdf
file is selected and click OK.
Acrobat will add the
response and open Adobe
Tracker to display all
responses received so far.
23
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 24
Managing & archiving responses
 Whenever required, you can use
the Archive in the Adobe Tracker
to create a consolidated archive
PDF ([form name]_archive.pdf)
containing all received
responses. You can also use the
Export option in the Adobe
Tracker to export the responses
in one of the following formats:
 A CSV spreadsheet that can be
edited using spreadsheet
applications
 An XML file that can be
manipulated further.
24
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 25
Adobe Community Help
Acrobat Help: http://www.adobe.com/support/acrobat/
Make your documentation better!
See this blog post to know how!
25
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 26
About the presenters
Samartha Vashishtha
 The Doc Fox: blogs.adobe.com/samartha
 @samarthav
 samartha@adobe.com
Vikrant Rai
 Caveat Lector: blogs.adobe.com/vikrant
 @vikrantrai
 Vikrant.Rai@adobe.com
26
®
Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 27

Más contenido relacionado

La actualidad más candente

Adobe acrobat-405-for-macintosh-readme1239
Adobe acrobat-405-for-macintosh-readme1239Adobe acrobat-405-for-macintosh-readme1239
Adobe acrobat-405-for-macintosh-readme1239Haris Ahmadilapa
 
Save time and your sanity: Increase your efficiency with Microsoft Word (shor...
Save time and your sanity: Increase your efficiency with Microsoft Word (shor...Save time and your sanity: Increase your efficiency with Microsoft Word (shor...
Save time and your sanity: Increase your efficiency with Microsoft Word (shor...Rhonda Bracey
 
Menggabungkan gambar 2d ke dalam sajian multimedia 2 english
Menggabungkan gambar 2d ke dalam sajian multimedia 2 englishMenggabungkan gambar 2d ke dalam sajian multimedia 2 english
Menggabungkan gambar 2d ke dalam sajian multimedia 2 englishEko Supriyadi
 
Coit20268 t1 17_port_prac2_spec
Coit20268 t1 17_port_prac2_specCoit20268 t1 17_port_prac2_spec
Coit20268 t1 17_port_prac2_specSandeep Ratnam
 
Electrónica y PCB: Tutorial de Easyeda V6.4.3
Electrónica y PCB: Tutorial de Easyeda  V6.4.3Electrónica y PCB: Tutorial de Easyeda  V6.4.3
Electrónica y PCB: Tutorial de Easyeda V6.4.3SANTIAGO PABLO ALBERTO
 
Creating Workflows Windows Share Point Services
Creating Workflows Windows Share Point ServicesCreating Workflows Windows Share Point Services
Creating Workflows Windows Share Point ServicesLiquidHub
 
Gl13 m5-c4-presentation
Gl13 m5-c4-presentationGl13 m5-c4-presentation
Gl13 m5-c4-presentationTracie King
 
Visual Studio 2012 Course Blackboard TIC
Visual Studio 2012 Course Blackboard TICVisual Studio 2012 Course Blackboard TIC
Visual Studio 2012 Course Blackboard TICMauricio Correa
 
Microsoft Office 2010 Overview
Microsoft Office 2010 OverviewMicrosoft Office 2010 Overview
Microsoft Office 2010 OverviewVasu Jain
 
Wunderman template 3x4_jan 2012
Wunderman template 3x4_jan 2012Wunderman template 3x4_jan 2012
Wunderman template 3x4_jan 2012catawunderman
 

La actualidad más candente (18)

190 701
190 701190 701
190 701
 
Perfect pdf sample
Perfect pdf samplePerfect pdf sample
Perfect pdf sample
 
Adobe acrobat-405-for-macintosh-readme1239
Adobe acrobat-405-for-macintosh-readme1239Adobe acrobat-405-for-macintosh-readme1239
Adobe acrobat-405-for-macintosh-readme1239
 
Save time and your sanity: Increase your efficiency with Microsoft Word (shor...
Save time and your sanity: Increase your efficiency with Microsoft Word (shor...Save time and your sanity: Increase your efficiency with Microsoft Word (shor...
Save time and your sanity: Increase your efficiency with Microsoft Word (shor...
 
Dreaweaver cs5
Dreaweaver cs5Dreaweaver cs5
Dreaweaver cs5
 
Menggabungkan gambar 2d ke dalam sajian multimedia 2 english
Menggabungkan gambar 2d ke dalam sajian multimedia 2 englishMenggabungkan gambar 2d ke dalam sajian multimedia 2 english
Menggabungkan gambar 2d ke dalam sajian multimedia 2 english
 
Coit20268 t1 17_port_prac2_spec
Coit20268 t1 17_port_prac2_specCoit20268 t1 17_port_prac2_spec
Coit20268 t1 17_port_prac2_spec
 
Editing
EditingEditing
Editing
 
Easyeda tutorial
Easyeda tutorialEasyeda tutorial
Easyeda tutorial
 
Word2007p1
Word2007p1Word2007p1
Word2007p1
 
Electrónica y PCB: Tutorial de Easyeda V6.4.3
Electrónica y PCB: Tutorial de Easyeda  V6.4.3Electrónica y PCB: Tutorial de Easyeda  V6.4.3
Electrónica y PCB: Tutorial de Easyeda V6.4.3
 
Creating Workflows Windows Share Point Services
Creating Workflows Windows Share Point ServicesCreating Workflows Windows Share Point Services
Creating Workflows Windows Share Point Services
 
Unit 2
Unit 2 Unit 2
Unit 2
 
Gl13 m5-c4-presentation
Gl13 m5-c4-presentationGl13 m5-c4-presentation
Gl13 m5-c4-presentation
 
10 ms powerpoint
10 ms powerpoint10 ms powerpoint
10 ms powerpoint
 
Visual Studio 2012 Course Blackboard TIC
Visual Studio 2012 Course Blackboard TICVisual Studio 2012 Course Blackboard TIC
Visual Studio 2012 Course Blackboard TIC
 
Microsoft Office 2010 Overview
Microsoft Office 2010 OverviewMicrosoft Office 2010 Overview
Microsoft Office 2010 Overview
 
Wunderman template 3x4_jan 2012
Wunderman template 3x4_jan 2012Wunderman template 3x4_jan 2012
Wunderman template 3x4_jan 2012
 

Destacado

LiveCycle Scripting & Validations
LiveCycle Scripting & ValidationsLiveCycle Scripting & Validations
LiveCycle Scripting & Validationsxrum
 
Adobe LiveCycle Designer - Getting Started
Adobe LiveCycle Designer - Getting StartedAdobe LiveCycle Designer - Getting Started
Adobe LiveCycle Designer - Getting StartedJeremy Harder
 
Adobe live cycle LiveCycle ES4: Developing Applications - Adobe® Training ......
Adobe live cycle LiveCycle ES4: Developing Applications - Adobe® Training ......Adobe live cycle LiveCycle ES4: Developing Applications - Adobe® Training ......
Adobe live cycle LiveCycle ES4: Developing Applications - Adobe® Training ......Layman Learning
 
Adobe PDF and LiveCycle ES Security
Adobe PDF and LiveCycle ES SecurityAdobe PDF and LiveCycle ES Security
Adobe PDF and LiveCycle ES Securityguest2a5a03
 
Adobe Livecycle - A Brief But Thorough Introduction
Adobe Livecycle - A Brief But Thorough IntroductionAdobe Livecycle - A Brief But Thorough Introduction
Adobe Livecycle - A Brief But Thorough IntroductionCharles Bihis
 
Folder chácara hamburguesa
Folder chácara hamburguesaFolder chácara hamburguesa
Folder chácara hamburguesagpveloso
 
Document Management in SharePoint without folders - Introduction to Metadata
Document Management in SharePoint without folders - Introduction to MetadataDocument Management in SharePoint without folders - Introduction to Metadata
Document Management in SharePoint without folders - Introduction to MetadataGregory Zelfond
 

Destacado (9)

LiveCycle Scripting & Validations
LiveCycle Scripting & ValidationsLiveCycle Scripting & Validations
LiveCycle Scripting & Validations
 
Livecycle
LivecycleLivecycle
Livecycle
 
Adobe LiveCycle Designer - Getting Started
Adobe LiveCycle Designer - Getting StartedAdobe LiveCycle Designer - Getting Started
Adobe LiveCycle Designer - Getting Started
 
Adobe live cycle LiveCycle ES4: Developing Applications - Adobe® Training ......
Adobe live cycle LiveCycle ES4: Developing Applications - Adobe® Training ......Adobe live cycle LiveCycle ES4: Developing Applications - Adobe® Training ......
Adobe live cycle LiveCycle ES4: Developing Applications - Adobe® Training ......
 
Adobe PDF and LiveCycle ES Security
Adobe PDF and LiveCycle ES SecurityAdobe PDF and LiveCycle ES Security
Adobe PDF and LiveCycle ES Security
 
Adobe Livecycle - A Brief But Thorough Introduction
Adobe Livecycle - A Brief But Thorough IntroductionAdobe Livecycle - A Brief But Thorough Introduction
Adobe Livecycle - A Brief But Thorough Introduction
 
Folder chácara hamburguesa
Folder chácara hamburguesaFolder chácara hamburguesa
Folder chácara hamburguesa
 
SAP Adobe forms
SAP Adobe formsSAP Adobe forms
SAP Adobe forms
 
Document Management in SharePoint without folders - Introduction to Metadata
Document Management in SharePoint without folders - Introduction to MetadataDocument Management in SharePoint without folders - Introduction to Metadata
Document Management in SharePoint without folders - Introduction to Metadata
 

Similar a Making the most of PDF forms

Lab 1: Generating document-style reports
Lab 1: Generating document-style reportsLab 1: Generating document-style reports
Lab 1: Generating document-style reportsIBM Rational software
 
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptxhjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptxEliasPetros
 
Adobe Acrobat Pro X - Extension 2014 Conference
Adobe Acrobat Pro X - Extension 2014 ConferenceAdobe Acrobat Pro X - Extension 2014 Conference
Adobe Acrobat Pro X - Extension 2014 ConferenceCathy Yandow
 
Adobe Acrobat Pro X - 2014 UVM Extension Professional Improvement Conference
Adobe Acrobat Pro X - 2014 UVM Extension Professional Improvement ConferenceAdobe Acrobat Pro X - 2014 UVM Extension Professional Improvement Conference
Adobe Acrobat Pro X - 2014 UVM Extension Professional Improvement ConferenceCathy Yandow
 
Launch Event FrameMaker 10 Overview
Launch Event FrameMaker 10 OverviewLaunch Event FrameMaker 10 Overview
Launch Event FrameMaker 10 Overviewtmaldous
 
Open Data Kit, Digital data collection tool, training manual.pptx
Open Data Kit, Digital data collection tool,  training manual.pptxOpen Data Kit, Digital data collection tool,  training manual.pptx
Open Data Kit, Digital data collection tool, training manual.pptxEbrahimSeid2
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0sanket1996
 
Fulcrum eForm Creation Tool
Fulcrum eForm Creation ToolFulcrum eForm Creation Tool
Fulcrum eForm Creation Toolkapilkantkamal
 
Eform report sme
Eform report smeEform report sme
Eform report smesougatam
 
Eform for Small Enterprise
Eform for Small Enterprise Eform for Small Enterprise
Eform for Small Enterprise Sougata Mitra
 
Bradley witham lesson 2
Bradley witham lesson 2Bradley witham lesson 2
Bradley witham lesson 2Brad Witham
 
Practical Field Experience: Using Ajax / Dojo with WebSphere Portlet Factory
Practical Field Experience: Using Ajax / Dojo with WebSphere Portlet FactoryPractical Field Experience: Using Ajax / Dojo with WebSphere Portlet Factory
Practical Field Experience: Using Ajax / Dojo with WebSphere Portlet FactoryDavalen LLC
 
Adobe Acrobat XI Overview
Adobe Acrobat XI OverviewAdobe Acrobat XI Overview
Adobe Acrobat XI OverviewMotty Ben Atia
 
Adobe's RIA Technologies (non technical)
Adobe's RIA Technologies (non technical)Adobe's RIA Technologies (non technical)
Adobe's RIA Technologies (non technical)Cyril Hanquez
 

Similar a Making the most of PDF forms (20)

Lab 1: Generating document-style reports
Lab 1: Generating document-style reportsLab 1: Generating document-style reports
Lab 1: Generating document-style reports
 
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptxhjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
 
Adobe Acrobat Pro X - Extension 2014 Conference
Adobe Acrobat Pro X - Extension 2014 ConferenceAdobe Acrobat Pro X - Extension 2014 Conference
Adobe Acrobat Pro X - Extension 2014 Conference
 
Adobe Acrobat Pro X - 2014 UVM Extension Professional Improvement Conference
Adobe Acrobat Pro X - 2014 UVM Extension Professional Improvement ConferenceAdobe Acrobat Pro X - 2014 UVM Extension Professional Improvement Conference
Adobe Acrobat Pro X - 2014 UVM Extension Professional Improvement Conference
 
Launch Event FrameMaker 10 Overview
Launch Event FrameMaker 10 OverviewLaunch Event FrameMaker 10 Overview
Launch Event FrameMaker 10 Overview
 
Open Data Kit, Digital data collection tool, training manual.pptx
Open Data Kit, Digital data collection tool,  training manual.pptxOpen Data Kit, Digital data collection tool,  training manual.pptx
Open Data Kit, Digital data collection tool, training manual.pptx
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0
 
Fulcrum eForm Creation Tool
Fulcrum eForm Creation ToolFulcrum eForm Creation Tool
Fulcrum eForm Creation Tool
 
Eform report sme
Eform report smeEform report sme
Eform report sme
 
Eform for Small Enterprise
Eform for Small Enterprise Eform for Small Enterprise
Eform for Small Enterprise
 
lesson2 pdf.pdf
lesson2 pdf.pdflesson2 pdf.pdf
lesson2 pdf.pdf
 
Lesson2 pdf
Lesson2 pdfLesson2 pdf
Lesson2 pdf
 
Bradley witham lesson 2
Bradley witham lesson 2Bradley witham lesson 2
Bradley witham lesson 2
 
Practical Field Experience: Using Ajax / Dojo with WebSphere Portlet Factory
Practical Field Experience: Using Ajax / Dojo with WebSphere Portlet FactoryPractical Field Experience: Using Ajax / Dojo with WebSphere Portlet Factory
Practical Field Experience: Using Ajax / Dojo with WebSphere Portlet Factory
 
Adobe Acrobat XI Overview
Adobe Acrobat XI OverviewAdobe Acrobat XI Overview
Adobe Acrobat XI Overview
 
Adobe's RIA Technologies (non technical)
Adobe's RIA Technologies (non technical)Adobe's RIA Technologies (non technical)
Adobe's RIA Technologies (non technical)
 
lesson2.pdf
lesson2.pdflesson2.pdf
lesson2.pdf
 
22:01
22:0122:01
22:01
 
Lesson2
Lesson2Lesson2
Lesson2
 
Roopa 21:47
Roopa 21:47Roopa 21:47
Roopa 21:47
 

Último

Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan
 
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ EscortsDelhi Escorts Service
 
南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证kbdhl05e
 
E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxJackieSparrow3
 
Inspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxInspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxShubham Rawat
 
西伦敦大学毕业证学位证成绩单-怎么样做
西伦敦大学毕业证学位证成绩单-怎么样做西伦敦大学毕业证学位证成绩单-怎么样做
西伦敦大学毕业证学位证成绩单-怎么样做j5bzwet6
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)oannq
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭o8wvnojp
 
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 AvilableCall Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilabledollysharma2066
 
Call Girls In Dwarka Sub City ☎️7838079806 ✅ 💯Call Girls In Delhi
Call Girls In Dwarka Sub City  ☎️7838079806 ✅ 💯Call Girls In DelhiCall Girls In Dwarka Sub City  ☎️7838079806 ✅ 💯Call Girls In Delhi
Call Girls In Dwarka Sub City ☎️7838079806 ✅ 💯Call Girls In DelhiSoniyaSingh
 

Último (12)

Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
 
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
 
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
 
南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证
 
E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptx
 
Inspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxInspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptx
 
西伦敦大学毕业证学位证成绩单-怎么样做
西伦敦大学毕业证学位证成绩单-怎么样做西伦敦大学毕业证学位证成绩单-怎么样做
西伦敦大学毕业证学位证成绩单-怎么样做
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
 
(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭
 
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 AvilableCall Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
 
Call Girls In Dwarka Sub City ☎️7838079806 ✅ 💯Call Girls In Delhi
Call Girls In Dwarka Sub City  ☎️7838079806 ✅ 💯Call Girls In DelhiCall Girls In Dwarka Sub City  ☎️7838079806 ✅ 💯Call Girls In Delhi
Call Girls In Dwarka Sub City ☎️7838079806 ✅ 💯Call Girls In Delhi
 

Making the most of PDF forms

  • 1. White Master Replace with a graphic 5.5” Tall & 4.3” Wide Copyright 2010 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 1 Making the most of PDF Forms Samartha Vashishtha Vikrant Rai
  • 2. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 2 Workshop Outline  Introduction  Some real-world applications  Prerequisites  Workflow  Creating the form  Distributing the form  Managing responses  Using scripting for conditional fields  Analysis and reporting possibilities  Further reading 2
  • 3. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 3 Getting Started  Acrobat 7 Pro or later  LiveCycle Designer  http://www.adobe.com/products/acrobat/ 3
  • 4. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 4 Introduction  Portable Document Format (PDF) is an open standard for document exchange.  PDF is the ISO standard 32000-1  Forms were introduced in the PDF 1.2 format. PDF Forms permit using objects (text boxes, radio buttons, etc.) and some code (JavaScript/FormCalc).  Alongside the standard PDF action types, Interactive forms support submitting, resetting, and importing data. 4
  • 5. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 5 Real World Applications  Customer satisfaction surveys  Help desk requests  Feedback on products or services  Purchase orders  Quotes  Request for Quotes  Status reports  Editorial checklists  Handoff checklists  Performance appraisals 5
  • 6. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 6 Advantages of using PDF Forms  Easily create electronic forms all by yourself — no need for assistance from IT or a designer  Make your electronic forms look just like existing paper forms  Make static forms interactive by adding text fields, check boxes, and drop-down menus  Create customized experiences with interactive forms that change based on user input  Allow virtually anyone to fill in and save PDF forms using free Adobe Reader® software  Track the status of forms to find out who completed them  Export data to spreadsheets and XML for analysis and reporting 6
  • 7. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 7 Two ways to create forms 7
  • 8. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 8 Workflow 8
  • 9. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 9 Use Acrobat Forms Editor 1. Convert the form to PDF  Scan and OCR a paper form as PDF  Convert a document to PDF  Form in native application 2. In Acrobat, choose Forms > Start Forms Wizard. 3. Choose An Existing Electronic Document and click Next. 4. Browse to the file and click OK. 5. Acrobat creates a form. 6. Tweak the form and fix issues. 7. Save. 9
  • 10. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 10 Setting Field Properties  General  Appearance  Options  Actions  Format  Validate  Calculate 10
  • 11. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 11 Field types  Barcodes Encode the input from selected fields and display it as a visual pattern that can be interpreted by decoding software or hardware (available separately).  Buttons Initiate a change on the user’s computer, such as opening a file, playing a sound, or submitting data to a web server. These buttons can be customized with images, text, and visual changes  Check boxes Present yes-or-no choices for individual items.  Combo boxes Let the user either choose an item from a pop-up menu or type a value.  Digital signature field Lets the user electronically sign a PDF document with a digital signature.  List boxes Display a list of options the user can  Radio buttons Present a group of choices from which the user can select only one item. All radio buttons with the same name work together as a group.  Text fields Let the user type text, such as name, address, or phone number. 11
  • 12. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 12 Create a form using LiveCycle Designer ES 1. In Acrobat 9, select Form > Form Wizard. 2. Select No Existing Form in the Create Or Edit Form dialog box. 3. Click Next. Acrobat launches LiveCycle Designer in a separate window. 4. In the New Form Assistant, select one of the following options:  Select Use A Blank Form if you want to create a form from scratch.  If you want to customize an available form template according to your requirements, select Based On A Template. 5. Click Next. 12
  • 13. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 13 Using LiveCycle Designer 1. Finish the New Form Assistant wizard by specifying the additional information requested. If you chose to model your form after a template, you’ll be asked to pick one of the many available templates. If you chose to create your form from scratch, specify page settings and the basic buttons that you’d want to add to it. 2. Once you’ve completed the New Form Assistant wizard, you can use intuitive, easy-to-use building blocks – such as text fields, numeric fields, text areas, drop-down lists, list boxes, and radio buttons – to design your form further.  You can also tweak the look and feel of the form on the master page. 13
  • 14. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 14 Understanding form design 14
  • 15. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 15 Key considerations  Include instructions for completing and submitting the form.  Include tool-tips for fields.  Assign a unique, easy-to-remember Name to each field on the Object > Binding page.  To make a field mandatory for users to fill-in, select User Entered - Required for the field from the Type drop-down menu on the Object - Value page.  You can specify available options for drop-down lists and list boxes on the Object - Field page.  Radio buttons are added to the form in mutually-exclusive groups to provide “one out of many” choices to the user.  When you add two radio buttons to the form consecutively, they are automatically added to the same radio group. 15
  • 16. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 16 Preview the form  While you are designing a form, you can quickly preview the results in the Preview tab. 16
  • 17. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 17 Ensure compatibility with older versions of Adobe Reader 1. In LiveCycle Designer, click File > Form Properties > Defaults. 2. Choose Acrobat And Adobe Reader 7.0.5 or later from the Choose Version To Run Form In drop-down menu. 3. Click OK. 17
  • 18. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 18 Tea Break 18
  • 19. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 19 Advanced: Use scripts for Conditional Fields Thoughtful use of scripting goes a long way when you’re creating PDF forms. While LiveCycle Designer offers extensive scripting capabilities for power users, even users new to programming can leverage simple JavaScript and FormCalc constructs to build intelligence into their forms. In particular, we find the ability to create conditional fields – fields that accept input or become mandatory fields based on the selection in a radio button group – very useful. 19
  • 20. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 20 Different methods of distribution  Automatically with Acrobat.com  Automatically with an Internal Server – a network folder or a Sharepoint workspace  Manually using Email 20
  • 21. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 21 Distributing the form 1. Copy the PDF form file to a dedicated folder. This folder should be retained all through until the registration drive for the conference is complete. 2. Use Adobe Acrobat to open the PDF form from the folder. 3. In Acrobat, click Forms > Distribute Form. 4. Choose Manually Collect Responses In My Email Inbox from the How Do You Want To Collect Responses drop-down menu. Click Next. 5. Choose Save A Local Copy And Manually Send It Later and click Next. 6. Click Finish on the Distribute Forms screen. You’ll now have the following additional PDF files in the folder where you copied the PDF file:  [form name]_distributed.pdf  [form name]_responses.pdf These two files, together with the PDF form file, should be retained all through the registration drive. Responses that you receive will be added to the [form name] _responses.pdf file and will also be visible through the Adobe Tracker. 7. Upload the [form name]_distributed.pdf file to the conference website, so that it is available to users for download and submission. 21
  • 22. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 22 Adobe Tracker 22
  • 23. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 23 Adding responses 1. Double-click the attachment from the email and wait for Adobe Acrobat to open it. 2. In the Add Completed Form to Responses File dialog box, ensure that the correct [form_name]_responses.pdf file is selected and click OK. Acrobat will add the response and open Adobe Tracker to display all responses received so far. 23
  • 24. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 24 Managing & archiving responses  Whenever required, you can use the Archive in the Adobe Tracker to create a consolidated archive PDF ([form name]_archive.pdf) containing all received responses. You can also use the Export option in the Adobe Tracker to export the responses in one of the following formats:  A CSV spreadsheet that can be edited using spreadsheet applications  An XML file that can be manipulated further. 24
  • 25. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 25 Adobe Community Help Acrobat Help: http://www.adobe.com/support/acrobat/ Make your documentation better! See this blog post to know how! 25
  • 26. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 26 About the presenters Samartha Vashishtha  The Doc Fox: blogs.adobe.com/samartha  @samarthav  samartha@adobe.com Vikrant Rai  Caveat Lector: blogs.adobe.com/vikrant  @vikrantrai  Vikrant.Rai@adobe.com 26
  • 27. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe confidential. 27

Notas del editor

  1. The file format created by Adobe Systems in 1993 is used for representing two-dimensional documents in a manner independent of the application software, hardware, and operating system. Each PDF file encapsulates a complete description of a fixed-layout 2D document that includes the text, fonts, images, and 2D vector graphics which compose the documents. 3D drawings can also be embedded in PDF documents.
  2. Image Courtesy: http://acrobatusers.com/tutorials/adobe-designer-or-acrobat-forms
  3. Form Courtesy: http://office.microsoft.com/en-us/templates/manager-feedback-form-TC001091632.aspx Create a sample Word document form. Convert the word doc to PDF.