Hi guys , I am trying to convert a web page to pdf , I have searched about this a lot but I did find any answer
I have one program to convert using YAHP converter but I couldn't understand its parameters used in the program
String fontPath = getParameter(args, "--fontpath");
String password= getParameter(args, "--password");
String keystorePath = getParameter(args, "--ks");
String keystorePassword = getParameter(args, "--kspassword");
String keyPassword = getParameter(args, "--keypassword");
String cryptReason = getParameter(args, "--cryptreason");
String cryptLocation = getParameter(args, "--cryptlocation");
I don't know what are valid values can be assign to these parameters?!!!!
please guys if you have another way to convert please teach me it and show me the sample of the code if possible
thanks a lot