javafx - java fx printing simple form document -


i'm writing simple application in java fx main ability print form i've created in scene builder (some labels plus textfields can fill user , print button in bottom of page). have ideas how can write this?i read printerjob class i'm not sure how use properly.maybe there better ways achieve goal?

regards

as have said printerjob starting place of javafx printing. follow documentation:

https://docs.oracle.com/javase/8/javafx/api/javafx/print/printerjob.html

and here few more examples:

http://www.programcreek.com/java-api-examples/index.php?api=javafx.print.printerjob


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -