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 Apps / PDF Export Content Not...
Power Apps
Unanswered

PDF Export Content Not Expanding

(0) ShareShare
ReportReport
Posted on by 4
Hello,
 
How to get the PDF export to display all entered scrollable content?
 
 
PDF Code in PowerApp Screenshot.jpg
QUADReport Screen...

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at
    Hi 
     
    I tried this method to get a PDF from scrollable content.
     
    I placed a container and added a Fluid Grid Canvas control inside it, then placed my content inside a card within the control. This worked fine for me. 
     

    To add a Fluid Grid Canvas in a Canvas app, create a new Scrollable Screen, cut the Fluid Grid control, and paste it into your container.
     
     
    Send Mail button Try this formula,
     
    Office365Outlook.SendEmailV2(
        User().Email,
        "Your PDF is attached",
        "Please find the attached PDF.",
        {
            Attachments: Table(
                {
                    ContentBytes: PDF(
                        Container3,
                        {
                            Orientation: PaperOrientation.Portrait,
                            //Portrait or Landscape
                            DPI: 150,
                            Size: PaperSize.A4,
                            //Select your page size
                            ExpandContainers: true,
                            /* This property makes sure the full content of gallery/containers is expanded as PDF */
                            Margin: "2.5mm"// Expand content of gallery/containers as PDF
                        }
                    ),
                    Name: "Export.pdf"
                }
            )
        }
    );
     
    Thanks!
     
    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.
     

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 839

#2
Valantis Profile Picture

Valantis 533

#3
Haque Profile Picture

Haque 412

Last 30 days Overall leaderboard