| Date | Title | Type | ||
|---|---|---|---|---|
| 10/16/09 |
24256 - How do I get accurate pagebreaks in PDF when using FILE PRINT ODS and PUT _PAGE_? Forcing pagebreaks with _PAGE_ when using FILE PRINT ODS may not break as desired. Using the undocumented escape sequence '^4P' and an ODS ESCAPECHAR may allow pagebreaks in PDF when you want them. With this technique ... http://support.sas.com/kb/24/256.html, 19KB |
Usage Note | ||
| 9/16/09 |
24438 - Customizing page numbers in the ODS PDF destination Page numbers in the ODS PDF destination can be customized. http://support.sas.com/kb/24/438.html, 17KB |
Usage Note | ||
| 1/16/09 |
24182 - How can I get rid of the blue border around URL= links in an ODS PDF file? The color of the border box around a URL link is controlled by the LINKCOLOR style attribute. In SAS 9.0 and later, you can suppress borders on PDF links with LINKCOLOR = _undef_ in the document style element. Use a ... http://support.sas.com/kb/24/182.html, 20KB |
Usage Note | ||
| 1/16/08 |
30935 - How can I center all of the output created by PROC PRINT in ODS? PROC PRINT output routed to the non-LISTING destinations (HTML, PDF & RTF) can be controlled by PROC TEMPLATE or by the STYLE(<location>) option on the PROC PRINT statement. This ODS RTF sample code shows how to ... http://support.sas.com/kb/30/935.html, 20KB |
Sample | ||
| 10/17/07 |
24306 - Can I remove titles on some pages in ODS PDF output? You might not want the titles to repeat on each page when you have, for example, very long tables with long headers and lots of system titles. You might prefer to have the titles appear just on the first page or just ... http://support.sas.com/kb/24/306.html, 19KB |
Usage Note | ||
| 8/28/07 |
24488 - Can I use a relative path to point to an image I want to place in an ODS PDF or ODS RTF file? When you place an image in an RTF file with PREIMAGE= or POSTIMAGE=, you can specify an absolute or URL reference. ods rtf file="file.rtf"; proc report nowd data=sashelp.class style(report)={preimage='directory- ... http://support.sas.com/kb/24/488.html, 17KB |
Usage Note | ||
| 4/17/07 |
24559 - Can I change the orientation inside an RTF or PDF file? Starting in SAS 9, the following logic can be used to create an RTF file which toggles orientation inside the file. The same capability is not currently available with the ODS PRINTER destinations (PCL/PDF/PS); however, ... http://support.sas.com/kb/24/559.html, 17KB |
Usage Note | ||
| 8/30/06 |
24493 - Is there a style that mimics the LISTING destination that I can use in HTML, PDF, or RTF destinations? By design each of the destinations has a different look because each one has a different audience. HTML is meant to be viewed on the Web, and PDF is meant to be printed or viewed from Adobe Acrobat Reader. Therefore, ... http://support.sas.com/kb/24/493.html, 19KB |
Usage Note | ||
| 2/27/06 |
24492 - When I use J= on my TITLE, the text is wrapping - why? When multiple J= options are used on a TITLE or FOOTNOTE statement, the space for this TITLE or FOOTNOTE is divided into 3 equal parts. If one portion of the TITLE or FOOTNOTE takes up more than 1/3 of the space, the ... http://support.sas.com/kb/24/492.html, 18KB |
Usage Note | ||
| 1/20/06 |
24174 - How do links work under PDF in ODS? The links are somewhat malformed in SAS 8.2 (see FAQ 4150; this has been fixed in SAS 9). But the error in the formation of the links will not cause a problem for most of you. So here is the theory of how they are ... http://support.sas.com/kb/24/174.html, 20KB |
Usage Note | ||