jimevins / glabels-qt

gLabels Label Designer (Qt/C++)

Home Page:http://glabels.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How about to print to bmp file, rather than just pdf?

Mike-Feng opened this issue · comments

How about to print to bmp file, rather than just pdf?
Just go through the code, if the project want to support bmp file, or other type files, it is hard.
the current architecture is not support this feature.

gLabels does not print directly to file. It uses the operating system's native print system through the Qt's QPrinter interface. Such a feature would need to be added to QPrinter, or more likely, the OS's print system (e.g. CUPS).