Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert xlsx file to pdf using scriptrunner

sgole
Contributor
January 27, 2021

hii,

i want to convert xlsx file to pdf using scriptrunner . 

Thanks n advance 

2 answers

1 accepted

0 votes
Answer accepted
sgole
Contributor
January 28, 2021

hii...... it can be done using ,

def crul3="""unoconv -f pdf -e PageRange=1-3 /filepath/filename.xlsx """
return crul3.execute().text

0 votes
KAGITHALA BABU ANVESH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 27, 2021

Hello @Nic Brough -Adaptavist- ,

I'm sorry to ask this , does script runner helpful in this kind of file conversions .

Thanks.

sgole
Contributor
January 27, 2021

hi @KAGITHALA BABU ANVESH ,

it is not necessary to use scriptrunner but i suppose be relatively easy with scriptrunner .if you have any other way you can suggest :)

Suggest an answer

Log in or Sign up to answer