BookmarkSubscribeRSS Feed
amar8580
Calcite | Level 5

hi all

i use filezilla to put a excel onto the server

in my program i bring in the file as follows

x cp /users_ac/amardeep.singh/Daily_Results_Template.xlsx %sysfunc(pathname(work))/Daily_Results_Template.xlsx;

then import some data into that excel tab

is there a way to then convert that into a pdf or its not possible in sas eg

 

4 REPLIES 4
Reeza
Super User

Not within EG, but with the X command enabled you can automate it using a VB script or VBA.

Excel can 'print' to a PDF directly and if you automate that step with a VB script or a macro embedded into the worksheet.

 

Or as mentioned, 

export your results directly to a PDF file. 

amar8580
Calcite | Level 5

thanks

do you have an example as to how to call a vb script using x command

so i create a excel file that has macro in it and within sas call that macro

if i can get an example or sample code as to how to call vbscript or macro

it would be really appreciated

Kurt_Bremser
Super User

With LibreOffice, one can do it from the commandline:

path_to_libreoffice/soffice --convert-to pdf [--outdir target_directory] File(s)

But that's software from people who have a clue.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1869 views
  • 0 likes
  • 3 in conversation