-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add PDF modes for quizzes with logo, dynamic pages, UI updates, and text wrapping. #113
Conversation
@yatikakain could you change the colour of the dropdown list to match with the bg, also could you also make a change in the functionality that if the content of the page is filled it will automatically add a new page |
@Roaster05 yeah sure, I'll work on the page break feature and UI color of dropdown |
@Roaster05 @Aditya062003 1. PDF Generation Modes:
2. UI Enhancements:
3. Dynamic Page Management:
4. Text and Option Layout:
5. Logo Integration:
6. Default A4 Size:
7. Text Wrapping:
Screenshot:Looking forward to your review and feedback! |
Looks great! @Roaster05 think we can merge this. |
@yatikakain remove the comments from line 74 till 98 |
@yatikakain also you should mimic these changes for the web ui as well |
Related Issue
This PR addresses #111, which introduces multiple PDF generation modes to provide users with flexible options for creating quiz documents.
Description of Changes
This PR implements the following key features:
PDF Generation Modes:
UI Enhancements:
Implementation Details
Dropdown Menu:
PDF Generation Logic:
generatePDF
function to accept mode parameterScreenshot