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

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -