-
Notifications
You must be signed in to change notification settings - Fork 768
PPT Output Limitations #1323
Unanswered
CodeAsCoding
asked this question in
Q&A
PPT Output Limitations
#1323
-
I had encountered several issues when we try to the output for pptx.
- When client name is long, misalignment occurs on Title/First slide - Placeholder for client name on the title slide is having fixed size in the sample PPT allowed characters in client name - 100).
- Text is broken and added as a separate item, which is breaking the rows when it is overflowing.
- When splitting a single HTML file into two separate files (pages), there is a potential risk of losing formatting attributes applied within the content in the second slide, such as bullets, bold text, or other styling elements that are specifically applied within input fields in an application. Addressing this limitation requires a careful and thorough manual review and adjustment of styles to maintain consistency between the two resulting HTML files. So, it is not achievable programmatically. (character limitation for observation & recommendation -2000 characters)
Is there a workaround for all of these issues? Please let me know if there is an answer for all of these 3 issues.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment