https://bugs.documentfoundation.org/show_bug.cgi?id=89860

--- Comment #4 from Michael Meeks <[email protected]> ---
Hi Rosen; I guess you'll need to experiment. The LibreOfficeKit API - which
you'll want to expose the file format conversion pieces (to PDF I guess) in:
desktop/source/lib/lokandroid.cxx - and ensure that the relevant page / paper
sizes are pushed into the filter options somehow (I guess). And invoke those in
the Java in android/ at the right place.

Since the easy hack was filed the android code moved to:

android/source/src/java/org/libreoffice/

in the source tree. I imagine that streaming direct to PDF and pushing that to
the Android print API is by far the best approach; which would mean you can
ignore the vcl/source/gdi/pdfwriter* code pointers.

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to