Getting the Right Report (Again): Your Compatibility Guide for ODS PDF 9.2 Bari Lawhorn and Scott Huntley, SAS Institute Inc., Cary, NC.

Slides:



Advertisements
Similar presentations
Ripasso. 2 Proprietà del testo body { font-family: Verdana, Geneva, Arial, sans-serif; } Ciao sans-serifserif.
Advertisements

Copyright © 2003 Pearson Education, Inc. Slide 4-1 Created by Cheryl M. Hughes, Harvard University Extension School Cambridge, MA The Web Wizards Guide.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
1 Programming the Web: HTML Basics Computing Capilano College.
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
HIGH LEVEL OVERVIEW: CSS CSS SYNTAX CONSISTS OF A SET OF RULES THAT HAVE 3 PARTS: A SELECTOR, A PROPERTY, AND A VALUE. IT’S NOT NECESSARY TO REMEMBER THIS.
Mr. Guenther’s Hello Mr. Guenther , New Paragraphs or New Line, Generates bold text, Generates italic text, /center>Center Text Start Tag Stop Tag.
ตัวอย่างโครงสร้างและ ส่วนประกอบภาษา HTML about 10 words BACKGROUND="name.gif" BGCOLOR="#0000FF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF" ALINK="#FF0000"
CSS Cascading Style Sheets. What is CSS? CSS stands for Cascading Style Sheets (the page—or sheet—helps you create a style that will cascade across all.
Using ODS Regions to Create Custom Reports Kate Morrow, M.S. Statistician Vermont Oxford Network, Burlington, VT.
Guidelines for Using PDF (eCTD) (Last Updated: March-09) Prepared By:
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
Poster Title Goes Here & Must Match Your Submitted Abstract Title Authors’ Names Goes Here (must match those on the submitted abstract) Affiliations go.
Cascading Style Sheets (CSS): Pixel-Level Control with HTML Ease
Project Title Arial 86 pt centered Project title sub-head arial 70pt centered Project title sub-head arial 70 pt Authors / project participants arial 56.
How to Open Microsoft Word Click Start Click All Programs Click Microsoft Office Click Microsoft Word 2013.
Acadia Institute for Teaching and Technology Basic Web Page Design for Courses.
Copyright © 2006, SAS Institute Inc. All rights reserved. Randy Poindexter & Scott Huntley Output Delivery and Reporting An Introduction to ODS.
Using Cascading Style Sheet As you create more web pages, you may wish to impose a consistent look for all of your web pages or for group of related pages.
Essential ODS PDF Patrick Thornton.
Self Serve Census Data for Neighborhoods and other Custom Aggregations A SAS/IntrNet Applicaton Larry Hoyle Policy Research Institute University of Kansas.
Using the new Version 8 Template Procedure for Complete Control of SAS Output Style and Format David Ghan Technical Training Specialist SAS, Canada.
Title Slide (Arial bold, 36 pt., centered ) Name of Presenter (Arial bold, 24 pt., centered)
SAS ODS (Output Delivery System) Donald Miller 812 Oswald Tower ;
Title: Arial Bold 95 Pts. Subtitle (Optional): Arial Bold 65 Pts. Authors: Arial 40 Pts. Institutions: Arial 40 Pts. Secondary Heading: Arial 40 Pts. Standard.
The Title of Research Presentation Can Run Across two columns Or it can Be Extended to Two Lines. Watch for Awkward Breaks Author One, Degree, Author Two,
Please Remember To Use all fonts, sizes, and colors as indicated on the template Enter text directly on a slide OR type directly in the “Outline” tab REMOVE.
Html Karl W Broman Department of Biostatistics Johns Hopkins University
Web111a_chapt04.ppt HTM: Section 4 Tables Table Types Text table elements Easy to use Use fixed-font text (font family monospace) Andale Mono Courier Monaco.
1 This is the Product Page style. The product logo with the strapline should be placed above, keeping the same height of the above text box Title or product.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Finishing Up! Final Draft Procedures What do I do with my rough draft now?
1 SAS ® ODS Technology for Today’s Decision Makers Sunil Gupta Quintiles.
Introduction; font size
Logo of your institution
Create a new stylesheet called Hotel Style
Chapter 17: Document Production (Word)
Poster Title Goes Here & Must Match Your Submitted Abstract Title
Poster Title 108pt Arial Bold
Unit 17 Website Development
Project Title Arial 86 pt centered Project Title Arial 86 pt centered
(ARIAL 48 PT ITALIC DARK BLUE) Authors (arial 48 pt italic dark blue)
Date: Time: Location: Contact:
The Internet 10/13/11 The Box Model
Department or Group Name
Place your logo here Poster size: A0 (841 x 1189 mm)
THIS IS THE TITLE OF MY PRESENTATION IN ARIAL BOLD 36 pt FONT
TITLE PAGE: MAIN TITLE Sub-title
Department or Group Name
THIS IS THE TITLE OF MY PRESENTATION IN ARIAL BOLD 36 pt FONT
PLACE TITLE OF POSTER HERE (Arial Bold 120 pt.)
The title of the poster goes here. This font is Arial Bold
Your content The light blue area is available for free design
The title of the Poster (60 pt, Arial Bold, blue – RGB 0/79/145)
THIS IS THE TITLE OF MY PRESENTATION IN ARIAL BOLD 36 pt FONT
Logo of your institution (if available)
Insert Poster Title Here Your institution’s name here
IMAGES, PHOTOS, TABLES, GRAPHICS Resolution: at least 200 dpi
Date: Time: Location: Contact:
Poster Title Goes Here & Must Match Your Submitted Abstract Title
Logo of your institution (if available)
(ARIAL 48 PT ITALIC DARK BLUE) Authors (arial 48 pt italic dark blue)
Your Poster Title Goes Here
Logo of your institution (if available)
NMBU Poster template To make sure Powerpoint does not compress images:
Title of presentation Subtitle
October 16-18, 2019 Xiamen • China
Date: Time: Location: Contact:
COB-2019-XXXX (ARIAL, 60, BOLD)
Presentation transcript:

Getting the Right Report (Again): Your Compatibility Guide for ODS PDF 9.2 Bari Lawhorn and Scott Huntley, SAS Institute Inc., Cary, NC

Images

SAS 913 SAS 920

DPI – Dots per inch 700 x 250 at 150 DPI = 4.67 inches by 1.67 inches (SAS 913) 700 x 250 at 100 DPI = 7 inches by 2.5 inches (SAS 920)

Title placement vs. PDF Text

SAS 920SAS 913

Startpage to the rescue! ods escapechar = '^'; ods pdf file='text.pdf' startpage=now; ods pdf startpage=no; title 'Title statement'; ods pdf text = '^{style [just=center foreground=blue font_size=12pt] Text before the table}'; proc print data=sashelp.class(obs=5);run; ods pdf close;

ODS Layout

ODS Layout in 9.2 – What Happened? 122 ods pdf close; NOTE: ODS PDF printed 4 pages to c:\temp\9.2.pdf.

ODS Layout – region statement ods layout start columns=2 column_widths=(5in 5in); ods region height=3.5in;

Font improvements Arial vs. Albany AMT Times New Roman vs. Thorndale AMT Courier New vs. Cumberland AMT

PDF files in SAS 9.2, my how youve grown

Font Embedding

Font improvements – ignore them proc template; define style Styles.myPrinter; parent = styles.printer; class fonts / 'TitleFont2' = ("Times",12pt,bold italic) 'TitleFont' = ("Times",13pt,bold italic) 'StrongFont' = ("Times",10pt,bold) 'EmphasisFont' = ("Times",10pt,italic) 'FixedEmphasisFont' = ("Courier",9pt,italic) 'FixedStrongFont' = ("Courier",9pt,bold) 'FixedHeadingFont' = ("Courier",9pt,bold) 'BatchFixedFont' = ("SAS Monospace, Courier",6.7pt) 'FixedFont' = ("Courier",9pt) 'headingEmphasisFont' = ("Times",11pt,bold italic) 'headingFont' = ("Times",11pt,bold) 'docFont' = ("Times",10pt); end; run; ods pdf file="times_92.pdf" style=styles.myprinter;

Margin Control, SAS inch

SAS 913 SAS 920

Text on Images

ods pdf text = '^{style [foreground=black font_size=18pt just=right backgroundimage="u:\pp\blkprttb.gif"]Interesting Text}'; ods pdf text = '^{style [cellwidth=8in cellheight=.5in foreground=black font_size=18pt vjust=top just=right backgroundimage="u:\pp\blkprttb.gif"]Interesting Text}'; Text on Images

Proc Report - Spanrows proc report data=sashelp.shoes nowd;

proc report data=sashelp.shoes nowd SPANROWS; Proc Report - Spanrows Page 2…

URLs in PDF

ods pdf text = '^{style [url=" just=center linkcolor=white] Here is the ^{style [color=blue]link} to SAS } '; URLs in PDF

ods pdf file='bookmark.pdf' bookmarkgen=off; proc print data=sashelp.class(obs=3); run; ods pdf bookmarkgen=on; ods proclabel= five obs proc print; proc print data=sashelp.class(obs=5) ; run; Bookmark control

Resources & Contact Information Bari Lawhorn Scott Huntley ODS Development Group