I have been using PDF() function for personal productivity for over year and it had been working fine. Today I found that the function cannot generate PDF files for contents that exceed their allocated size any more. Just to clarify, there's nothing wrong with my formula and I have not made any update with the app, the formula just broke suddenly. If you need the formula for reference, here it is:
UpdateContext(
{
pdfFile: {
Name: $"{pdfName}.pdf",
Value: Substitute(
JSON(
PDF(
LetterBody,
{ExpandContainers: true}
),
JSONFormat.IncludeBinaryData
),
"""",
""
)
}
}
)
Now the formula can only generate PDF files with visible content. I wonder if you look into this. Thank you.
Unfortunately this is not the Microsoft Support channel, so if you open a ticket you can push that information to them and it would be great as they might be able to help or put a bug report in.
Thank you for sharing!
If these suggestions help resolve your issue, Please consider Marking the answer as such and also maybe a like.
Thank you!
Sincerely, Michael Gernaey
Was this reply helpful?YesNo
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.