Releases: Nicklas373/Hana-PDF
Releases · Nicklas373/Hana-PDF
HANA PDF v2.2
v2.2 - 20231119 [HANA PDF]
- Fixup unrecognized uppercase characters on split and watermark pdf function
- Fixup double declaration insert to db on convert pdf function
HANA PDF v2.1
v2.1 - 20231117 [HANA PDF]
- Do tailwind tidy up to fix code in-efficient issue
- Drop unused JS import after merge into single js file
- Fixup few bunch of warning from browser logs
- Fixup repeat background
- Fix reverted value for font transparency due false calculation logic
- Fix unknown name with .php extensions that was inserted into db for image file
- Force set color for upload button
- Introduce some of scheduler that will do cleanup for public storage and web cache with specific declared time, and log into datalogs
- Merge all separate js controller into single main js script
- Migrate db to PostgreSQL (from MySQL)
- Properly configure onclick, onhover, onfocusin & onfocusout function
- Properly set column type for each column
- Properly set file validation limit for PDF (25 MB) and Image (5 MB)
- Set primary key for each table
- Set random name for image that want to apply to watermark
- Switch from uuid to processId variable
HANA PDF v2.0
v2.0 - 20231107 [HANA PDF] // Pre-Release [PUBLIC]
- Change error message into simple message
- Change name scheme for table name
- Drop api information page
- Drop cdn scripts for flowbite
- Drop hostname column for public release
- Drop generate hostname function
- Drop generate thumbnail from pdf
- Drop hardcoded pdf extension file for convertController
- Drop old python file to convert pdf to xlsx
- Drop spatie (PDF To Image), switch to adobe api embedded PDF preview
- Extend timeout for aspose API call
- Implement blur ui on header, footer and some of body layout
- Introduce fadeOut effects
- Include flowbite static assets to control modal
- Introduce flowbite js that will handle modal action, to check and validate all data before form take an action
- Introduce new python file that will call aspose API to convert pdf into specified file format and vice versa (Not all extensions)
- Introduce new sub menu for convert pdf
- Introduce new wallpaper assets
- Implement new aspose API for convert pdf to xlsx and pptx
- Implement new exception for runtime and timeout exception
- Implement new function to convert office document into PDF file
- Implement new modal function to indicate success, error or warning while on post or form action
- Merge into one table 'pdf_cnv' from pdf excels, pdf words and pdf jpgs
- Re-design success or failed process notifications
- Re-design all page for new interface standard
Initial Release
Publish as production environment !