Skip to content

v0.2.1-beta

Latest
Compare
Choose a tag to compare
@silvanosfo silvanosfo released this 24 Jun 23:23
· 2 commits to main since this release

Except for not being able to convert documents over 10 pages to PDF/A (limited by free version of paid NuGet package Spire.PDF), everything else is taken care of:

  • When not converting to PDF/A, the file will be named: filename_NOT_PDFA.pdf
  • It's now possible to export to several row records at once
  • The database from this version is no longer in the program folder, but in the user folder, with this, future updates will not interfere with the database and the records present in it
  • Fixed bug when exporting documents for the second time with data from a different row, these documents were exported with data from the first export selected row
  • Fixed bug when deleting empty row
  • Fixed bug exporting documents when an empty row is selected
  • Exporting process is now a background worker
  • Added a progress bar while exporting documents