-
Notifications
You must be signed in to change notification settings - Fork 8
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: export to pdf, csv and json along with html #19
Comments
Seems useful and interesting feature to add, would you like to work on this? |
yes ofcourse , can you provide the export format which will be useful for the users ? |
In my opinion, pdf will be better option. Also talking about csv it won't take much efforts as we already have option in |
You want this to be assigned under |
Yes ! Under IWOC 2024 ! |
Okay I'm assigning this to you. Btw you can add both the features too, exporting in |
Okay sure I will export in csv and in pdf too , i will also try exporting in json , is that okay for you ? consider the difficulty level for this feat issue , Thank you ! |
I hope you won't be using lot of libraries for that, if that's the case I might label it as |
yeah okay , i will take this as challenge and update you ! 👍 |
Lol, All the best |
Planning to include these libs in the script , is including these libs okay for the script ?
|
correctly exporting csv and json (also structured the json data while generating ), but exporting in pdf format is such a hard thing now , have any ideas regarding this , the text in the pdf is overlaying to other texts (used FPDF library) ? |
If no other option, use it. |
Any ideas ? |
Nah no idea about that, try other libs if available. |
I would love to try my hands on it , so could you please assign the given issue under hactoberfest 24 , also do suggests what could be possible approaches , i have read the above comments and thinking to working that in same manner |
@aavvvacado thanks for showing your interest, can you please tell how you gonna do it ? |
Feature Request: Export to PDF/CSV
Description
New feature that allows users to export the displayed data to PDF or CSV directly from the HTML page or form the script itself. This enhancement would provide users with the ability to save and share the information in a convenient and portable format.
Is this PDF/CSV formats or okay for the tool , or if you have any other format suggestions kidly give the response regarding this !
Expected Behavior
The text was updated successfully, but these errors were encountered: