Z-Editor
Z-Editor copied to clipboard
Feature: Export as PDF or PNG
Need to implement a feature that exports the current document as a PDF or a PNG image.
- Add an
Exportbutton to the top navbar - A dropdown menu appears when
Exportbutton is active - The dropdown menu contains the following -PNG -PDF
- On selecting either
PNGorPDF, the document is converted to the selected extension and start downloading.