Boomaga / boomaga

Boomaga provides a virtual printer for CUPS. This can be used for print preview or for print booklets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print current page or page range not working

frank-github opened this issue · comments

sending current page or a page range to boomaga seems not to work
more details, see https://bugs.launchpad.net/qpdfview/+bug/1322010

Confirmed, it's my bug. I'l fix it in the next release.

This feature was done in the (develop branch)[https://github.com/Boomaga/boomaga/tree/develop].
Please test it, is it what you wanted? If you have skills, you can clone devel branch and build the project from sources:

git clone https://github.com/Boomaga/boomaga.git --branch develop cd boomaga
mkdir build
cd build
cmake
make
make install

If you haven't such skill, say me what distro you are use, and I try to build program for you.

Sorry, haven't such skill
Using Ubuntu 14.4

No problem, I'll prepare package.

Hi,
great, works perfect now :-)
Easy installation
Thanks !