web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / compress pdf file size...
Power Automate
Suggested Answer

compress pdf file sizes which are greater than 15 mb to less than 12 mb

(0) ShareShare
ReportReport
Posted on by 162
I need to compress file size which are above 12 mb , i need to compress it below 12 mb, how can i do in power automate desktop with free tirals.
I have the same question (0)
  • Suggested answer
    eetuRobo Profile Picture
    4,484 Super User 2026 Season 1 on at
    Nothing out of the box to do this. 

    Here are some options you could consider:
    -Install 3rd party app that has the compression functionality. Then build Power Automate Desktop flow to use that app to compress the pdf.
    -Write a script to do this. You will need to install library that can do the compression. So for example install pikepdf python library and then write a python script that uses that library to compress the pdf.
    import pikepdf
    
    input_pdf = r"C:\Users\YourUser\Downloads\15mb.pdf"
    output_pdf = r"C:\Users\YourUser\Downloads\compressed_output.pdf"
    
    with pikepdf.open(input_pdf) as pdf:
        pdf.save(output_pdf)



    -find some API that you can send the file in base64 and it compresses it and returns the file in base64 and then convert the base64 back to a file (if you can find a free API for this it will most likely have some limitations if you don't have subscription so might not be a solution for you)


    Some kind of script might be the best solution for you.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 557

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 264 Super User 2026 Season 1

Last 30 days Overall leaderboard