A project has fallen in my lap which is pretty daunting. I took Java in highschool but this isn't my forte.. I could really use your help!
I need a program that will execute when "insert" key is pressed. It needs to print a label file (premade). So it would have to open the file, then print (key stroke cltr+p, enter?) all in 1 keystroke.
Also, it would have to choose the right file path.. I am to receive a 4 digit number string from another Java program which will decide which file to print.. So the program would first have to receive this code and set it as a variable and check against my logic..
for example if x=1803 {
print 1803.pdf
}
else if x=1804{
print 1804.pdf
}
And so on.. Could anyone please help with this?