Print production - 1 day
workflow
Scheduled training
scheduled training.
Adobe Print Production Workflow.
Configuring rich black parameters
- Differences between 100K and rich-black
Packaging files for Hand-off
- Methods of compacting files for print delivery in native application
Live Preflight
- Building a preflight profile
- Embedding profile into your document
- Considerations
Managing Missing Links and Fonts
- How to manage links and fonts
- New links panel and options
Preview separations
- Acurately control your colours
- Using the Ink Manager
Successfully overcome transparency issues
- Use object layering and stacking order to overcome flattening issues (ref PDF/X-1a and PDF/X-4)
Colour Swatches and mapping
- Build swatches in Pantone and CMYK colour
- Learn to troubleshoot
Configuring and sharing Presets
- Create and use intent driven print presets for consistent output
Generating a PDF through Export
- Understand the different options for generating PDF
PDF/X Standards
- PDF/X-1a, PDF/X-3 and PDF/X-4 standards
- Adobe PDF Print Engine
Configure Adobe Acrobat
- Page box geometry
- Overprint preview
- Page display options
- Smooth line art
Apply trapping
- Integrate trapping
- Trapping presets
Output Preview
- Simulation Preview
- Object Inspector
- Density readings
- Rich ink control
- Overprinting objects
Preflight and fixups
- Preflight templates
- Fix-ups options
- Build your own fixup
- Building profiles
- Conversion to PDF/X
- Preflight and fix-ups droplets
Convert colours
- Conversion from one colour space
- Tag objects with output intent profile
Crop pages
- Enlarge PDF page sizes
- Configure page boxes
- Trim, bleed, crop, media and crop box
Page mark information
- Apply page mark data
- Adhere to page geometry
Fixing Hairlines
- Increase vector strokes
- Convey minimum stroke weights for Type3
Flatten Transparency
- Flatten live transparency
- Preview and conversion settings
- Transparency overview
Price per person
£277 + VAT

e-mail to a friend

Special Deals
Buy any 3 days training or more and receive free courses with FlexiDeal
<% 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 %>