I am doing some web scraping, and i noticed a problem i am having.
When i set the advanced preferences at about:config as such: print_printer = Mozilla Save as PDF … (read more)
I am doing some web scraping, and i noticed a problem i am having.
When i set the advanced preferences at about:config as such: print_printer = Mozilla Save as PDF and print.always_print_silent = true , then a pop up shows up and exclaims : The selected printer could not be found. If print.always_print_silent is set to false, then it works, or even if is true, if i set the print_printer as something else like: Microsoft Print to PDF, it works. Just the combination that i need isn't working.
Is this a general problem or is it something else.
Here are all my current customized preferences.
print.printer_Mozilla_Save_to_PDF.print_bgimages True
print.printer_Mozilla_Save_to_PDF.print_bgcolor',True
print.printer_Mozilla_Save_to_PDF.print_footercenter',''
print.printer_Mozilla_Save_to_PDF.print_footerleft',''
print.printer_Mozilla_Save_to_PDF.print_footerright',''
print.printer_Mozilla_Save_to_PDF.print_headercenter',''
print.printer_Mozilla_Save_to_PDF.print_headerleft',''
print.printer_Mozilla_Save_to_PDF.print_headerright',''
print.printer_Mozilla_Save_to_PDF.print_unwriteable_margin_top_twips','0'
print.printer_Mozilla_Save_to_PDF.print_unwriteable_margin_left_twips','0'
print.printer_Mozilla_Save_to_PDF.print_unwriteable_margin_bottom_twips','0'
print.printer_Mozilla_Save_to_PDF.print_unwriteable_margin_right_twips','0'
print.printer_Mozilla_Save_to_PDF.print_paper_size_unit','0'
print.printer_Mozilla_Save_to_PDF.print_margin_right','0'
print.printer_Mozilla_Save_to_PDF.print_margin_bottom','0'
print.printer_Mozilla_Save_to_PDF.print_margin_left','0'
print.printer_Mozilla_Save_to_PDF.print_margin_top','0'
print.printer_Mozilla_Save_to_PDF.print_scaling','1'
print.printer_Mozilla_Save_to_PDF.print_shrink_to_fit',True
print.printer_Mozilla_Save_to_PDF.print_paper_id','iso_a4'
print.printer_Mozilla_Save_to_PDF.print_paper_height','11.6929133858268'
print.printer_Mozilla_Save_to_PDF.print_paper_width','8.26771653543307'
print.printer_Mozilla_Save_to_PDF.print_to_filename' ,'C:/Users/user/Desktop/CSS Table/test.pdf'
I would greatly appreciate you help.