Hello,
Till Kamppeter, on Mon 14 Dec 2015 23:02:48 -0200, wrote:
Applications usually send only PDF when printing, CUPS usually
accepts also images and plain text which is also covered by these.
I'm wondering about this. Ideally the scenario that should work is:
- user opens a libreoffice document
- user prints to an ink printer
- that sends a PDF to cups, which prints it
- user prints to an embosser with "ink" formatting option enabled
- that sends the .pdf file to cups, which uses filters to turn each of
its page into braille.
- user prints to an embosser with "braille" formatting option enabled
- that sends the .odt file to cups, which uses filters to turn that
into nicely-formatted braille.
This would be really useful to happen this way, notably because since
braille takes a lot of room, page numbers are completely different
between ink document and embossed document.
In some cases the user may want to get an exact equivalent to what would
be printed on an "ink" printer so as to be able to discuss about it
with other people, i.e. the page references are the same, etc. So going
through the PDF is what is expected here.
In other cases the user wants his own document, with page numbers which
follow the braille formatting, footnotes printed on the same braille
page, etc. In that case, we really want the odt to be sent to CUPS for
processing by filters.
Is it possible to have such option between libreoffice and CUPS?