Hi ,
Can any one help me to convert .txt files to pdf files by usung sas programings methods
i want also include page numbers and one table should be in one page
here i am attaching txt files
A few things. First its not a good idea to post files, especially clinical data outputs. Secondly why are these not output from SAS directly to RTF or PDF - this would be the normal process. We create RTF individual files, then PDF combine them, very simple. That text files doesn't contain any markup which will make your output look nice - page breaks and such like - as far as a quick look showed.
Go back to the data, and re-run to get RTF output - this is also text, but has the markup to tell a rendered how to display. As for printing to PDF, the easiest way is to copy files to Adobes distiller folder (its a special folder which Adobe scans occasionally and then converts files in there). However it wont give you nice output as it doesn't know all the bits it needs to.
This sample is similar to what you want to do.
http://support.sas.com/kb/51/626.html
I think you will need to figure how to make each "page" of your TEXT file a separate document so you will have proper pagination.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.