Thank you Dastrum, I want to implement an application to scan, name, rename, save and move pdf files because all my documents (invoices, legal documents, bank transactions, etc) are scanned and need to be saved to differents directory to keep its well organized an with a consisten file name, the file name depends of the relevants parametes of the documents.
So I whished just to show the pdf file, once it is scanned, inside the application to view and copy those relevant parameter, assign a category and an owner and send it to its corresponding directory.
If I use
fx.ShowExternalDocument("path/to/your/pdf/file.pdf") it will open adobe or any other pdf reader in full screen and I have to swich back and forth, to copy those parameters.
I started to implement this app in excel, then I wished to try with B4J.
This took maybe 15 lines of code (pure java) to enable viewing of a pdf file in a real window (not a webview)
On the other side, I have never programmed in Java, and the question is: When you say enable viewing of a pdf file in a real window, it means not inside a B4J Layout?
Thank you again