jfx8print

  1. johnmie

    B4J Question jfx8print bbcodeview mystery

    Hi, I followed William's suggestion like this Dim iv As ImageView = BBCodeViewM.ForegroundImageView Dim bmp As Image = iv.getimage Dim newiv As ImageView newiv.Initialize("") Try newiv.SetImage(bmp) Log("newiv set") Catch Log(LastException.message)...
  2. J

    B4J Question Poor quality of printout using jFX8print

    Hello, I am struggling with simple printing on A4 paper and also on PDF-printer using the jFX8print library. The printout has a week quality/resolution for text and barcode: As I need to scan the barcode from the printout it is essential for me to have a much better resolution. The small...
  3. P

    B4J Library Applies to JFX8Print How can you set the print margins

    Applies to JFX8Print How can you set the print margins without using the ShowPageSetupDialog. JFX8Print always prints with a margin. I want to set the margin to 0. I don't find the possibility to adjust the border anywhere.
  4. William Lancee

    B4J Question [Solved] Printing BBCodeview using jFX8Print, scaling and background color

    I can't get the background to show as white, and after scaling, I can't get the BBCodeview back to original scaling. Any ideas? I should add that my printer is a black and white HP laser printer, so the faint gray background I see on paper could be a faint color. I don't know...
  5. Pedro Caldeira

    B4J Question B4J Printing in Windows with JFX8

    Hello All I Built a form to act as my report layout to print using JavaFX8 Lib, and I am printing in a USB windows POS printer. It has no standard paper size,like A4, A5, etc, instead it used a 80mm X user defined length I can print everthing correctly with the execption of the margins. I am...
Top