Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

create macro for pdf resize

Sneha Gole January 10, 2021

I want to create macro that resize pdf in full size according to div size (don't want scrollbar) .

To achieve this ,

i have added two parameter of type -
1)confluence-content(label-page)
2)attachment (label-name)

Macro code:--

"""
window.alert(${parameters.name})
<div style="width: 50%; height: 600px">
<iframe src="${entity.getAttachmentNamed("${parameters.name}").getAttachmentsUrlPath()}"
style="height: 100%; width: 100%; object-fit: contain">
</div>
"""

Macro Javascript code:--

AJS.toInit(function() {
AJS.MacroBrowser.activateSmartFieldsAttachmentsOnPage("testmacro", ["pdf"]);
})

 

but it doesnt show preview like below image -(i think need to give correct "src")

image.png

1 answer

Suggest an answer

Log in or Sign up to answer
2 votes
Soumyadeep Mandal - SaM
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 11, 2021
Sneha Gole January 12, 2021

hii @Soumyadeep Mandal - SaM ,

i cant use "pdf macro" as it showing horizontal scrollbar , we dont want scroll  bar 

image.png

Like Soumyadeep Mandal - SaM likes this
Soumyadeep Mandal - SaM
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 12, 2021

Hi @Sneha Gole ,

Add "overflow-x: hidden;" to the style and check!

Regards,

Soumyadeep

Like Hina Khan likes this
Sneha Gole January 12, 2021

hii, @Soumyadeep Mandal - SaM 

i have tried this before " overflow-x: hidden " will hide scroll bar but it doesn't show pdf in full size .  

Like Soumyadeep Mandal - SaM likes this
Soumyadeep Mandal - SaM
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 12, 2021

Hi @Sneha Gole ,

change the width to 100%

<div style="width: 100%; height: 600px">

else

You can contact HERE

Regards,

Soumyadeep

Like Hina Khan likes this
TAGS
AUG Leaders

Atlassian Community Events