Acrobat - 2 days
masterclass
Scheduled training
scheduled training.
Acrobat 8 - 2 day masterclass.
Create PDF from Microsoft Office
- Generate PDFs from Microsoft Office
- The PDF Maker
- Embedding bookmarks, TOC, links
Document repurposing
- Powerpoint to PDF presentations
- HTML pages to PDF
- Archiving with Microsoft Outlook
Acrobat Distiller
- Create low and high quality PDFs
- Impact of resolution and font embedding
- PDF versioning
Generating PDF from Web pages
- Conversion options
- Output control
- Embedded media settings
Combining
- Combine PDFs into single file
- Combine PDFs into PDF Package
- Advantages of single files
- Advantages of PDF packages
Creating PDF from image formats
- Direct conversion from explorer
- Conversion options and file formats
- Image compression factors
The Organiser
- Explore the organiser
- Favourite places
- Exploring metadata
- Network places
Previewing content
- Headers/footers and watermarks
- Add heders and footers
- Edit headers and footers
- Transparency effects
- Remove content
Navigating
- New customised toolbars
- Reset workspace
- Navigating views and pages
- Keyboard shortcuts
Editing and repurposing
- Use the touch-up text tool
- Change properties
- RepurposeExport data from inside a PDF
- Save out text
- Save out
images
- Document wide extraction
- Conversion options
RedAct your files
- Remove text and image content
- Permanent removal through manual or search criteria
- Applying RedAction codes
- Considerations
Secure your PDF file
- Different types of Acrobat security
- Security Policies
- Applying security and testing
- Removing security
Adobe Acrobat ConnectNOW
- Product overview
- Creating a user account
- Remote presentations
- Gaining control of users desktop
- Chat and communication pods
Acrobat.com
- Hosted Adobe service
- Connect as repository
Forms Introduction
- Generating a simple PDF (Acro) Form
- Examples of Form recognition
- Sending a forms workflow message
- Submitting and saving data with the Free Adobe Reader
- Collecting data and analysis
- Exporting to Excel and XML
Optimise your PDF file
- Check for file content
- Reduce image size and compression
- Edit font embedding and remove metadata
- Flatten forms fields
- Remove comments
Send for Shared Review
- On-line workflow
- Sending a shared review invite
- Connecting to shared server
- Adding and manipulating comments
- Collaborate Live on the same page
- Shared Tracker Review
Digital Signatures
- Creating a password driven digital signature
- Creating a signature appearance
- Siging and document - visibly and invisible
- Exchanging digital signatures
- Creating trusted identities
- Applying security policies with trusted identities
Price per person
£477 + VAT

e-mail to a friend

<% if not num_centres.eof then %>
<%=(Dates_title)%> dates <%=(num_centres.Fields.Item("Start_year").Value)%>
<% if num_centres.Fields.Item("End_year").Value <> num_centres.Fields.Item("Start_year").Value then %>
<%=" – " & (num_centres.Fields.Item("End_year").Value)%>
<% end if %>
<%
Dim centre_count, per_col
centre_count = 0
per_col = cint(cint(num_centres.Fields.Item("Num_centres").Value)/2)
while not centres.eof
centre_count = centre_count + 1
dates_cmd.Parameters("param2").value = (centres.Fields.Item("Centre_ID").Value)
Set dates = dates_cmd.Execute
%>
<%=(Dates_title)%> "><%=ucase(centres.Fields.Item("Centre_name").Value)%>
<% if len(centres.Fields.Item("Centre_comments").Value) > 0 then %>
<%=(centres.Fields.Item("Centre_comments").Value)%>
<% end if %>
<% while not dates.eof %>
<%=formatDate("%j%O %F %Y",dates.Fields.Item("Course_Date").Value)%>
<% dates.movenext()
wend %>
<% if centre_count = per_col then
per_col = 0 %>
<% end if %>
<% centres.movenext()
wend %>
<% end if %>