URL ZOOM PARAMETER for exporting sheet to pdf
问题 Another question on URL parameters... sorry. Actually, I've been searching a lot about how to solve this, here and pretty much everywhere else, and I found absolutely nothing. Zero! Really appreciate if someone can give me a hand. Here's the thing, I'm exporting a google sheet to pdf with the following URL code. var url = "https://docs.google.com/spreadsheets/d/"+ssID+"/export"+ "?format=pdf&"+ "size=7&"+ "portrait=false&"+ // "zoom_scale=130&"+ "top_margin=0.00&"+ "bottom_margin=0.00&"+