LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 4 Sep 2009 10:09:23 -0400
Reply-To:     Chang Chung <chang_y_chung@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Chang Chung <chang_y_chung@HOTMAIL.COM>
Subject:      Re: fill PDF FORMS from SAS
Comments: To: Abc Unha <abcunha@YAHOO.COM>

On Fri, 4 Sep 2009 09:23:44 -0400, Abc Unha <abcunha@YAHOO.COM> wrote:

>I have a SAS dataset that contains values for a internal PDF form we have. >My job is to take this values and display in that PDF form so basically >recreate this form with filled values from SAS. >Let's just take example for Form 1040. I have all values that needs to be >filled in 1040 forms. >My question is thre anyway I can read SAS table and create PDF form like >1040?

Hi,

If it is like 1040EZ, then I will try to tweak templates. Anything more complicated, I still think it would be easier to make the form somewhere else (like Word or Excel) with place markers and to pull the data from sas replacing the place markers with real data.

You can convert the document/sheet into pdf later. I saw someone making hundreds of customized reports (each with several dozen full blown tables in it) this way. Something along the line of http://tinyurl.com/kmgp7y or http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0309C&L=sas- l&P=R19960&D=0&H=0&O=T&T=1

The reason is really simple. It is much, much easier to make a good looking form in Word or Excel then in PROC TEMPLATE.

Cheers, Chang


Back to: Top of message | Previous page | Main SAS-L page