- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 04-14-2020 12:22 AM
(2230 views)
Is there any SAS procedure to convert all RTF files to PDF?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
No. Both are available for output, but using them as input is hard to impossible.
Re-run the code that created the RTF files with ODS PDF.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
is there any other way to convert RTF to PDF using command line or VBS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Google "rtf to pdf converter"
Pick one.
If you are attempting to convert SAS generated RTF then you should be able to generate PDF output by changing ODS RTF statements to similar ODS PDF statements. (Don't forget to change the file extensions).