Date: Tue, 4 Jan 2011 15:03:32 -0600
Reply-To: Joe Matise <snoopy369@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Matise <snoopy369@GMAIL.COM>
Subject: Re: ODS PDF
In-Reply-To: <AANLkTi=xozgFPGnHPCrDbO7JTOxXszB+EHQieQw1pg+z@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
What code are you executing? Proc Report, or something else?
More than likely you'll want to use PROC TEMPLATE to customize it
specifically, particularly by removing the borders around cells I suspect.
There are plenty of tutorials on PROC TEMPLATE for styles to use with ODS if
you google about for SUGI papers; then you can customize it to exactly what
you want (starting with a template, like MINIMAL, that is close to what you
want).
-Joe
On Tue, Jan 4, 2011 at 2:58 PM, John Mike <sasslick@gmail.com> wrote:
> Joe
> I have used style=minimal and was able to successfully remove the fancy
> font but i need to remove the horizontal vertical lines and its like an
> excel sheet. I just need plain text without lines.
> Thanks in advance
>
>
> On Tue, Jan 4, 2011 at 3:41 PM, Joe Matise <snoopy369@gmail.com> wrote:
>
>> You have a great deal of control over the style you use with STYLE= and
>> PROC TEMPLATE. I'm not sure if you can get identical to LISTING output, but
>> I'd think it should be beneficial to get some formatting (at least, true
>> lines instead of font-based lines). STYLE=MINIMAL is one reasonable choice
>> if you don't want too much shading/etc. You can browse these styles in the
>> Results window (right click on the top Results line, and select Templates),
>> or look for some SUGI papers on the subject, plus on PROC TEMPLATE, which is
>> how you define your own style.
>>
>> -Joe
>>
>>
>> On Tue, Jan 4, 2011 at 2:36 PM, John Mike <sasslick@gmail.com> wrote:
>>
>>> Hello All
>>> Im trying to generate a report using ODS PDF statement. When I do that
>>> the
>>> pdf is being created in a HTML style. Can I remove this style and just
>>> generate the simple plain style in PDF document?
>>> Thanks
>>> Sai
>>>
>>
>>
>
|