0

I am trying to print the Applications user interface directly by Ctrl+p but it shows a blank page in print preview . Its a simple image on DIV tag.Appreciate suggestions and ideas.

index.html

BipinSasi
  • 187
  • 14
  • function doGet(e) { var html = HtmlService.createTemplateFromFile("index.html"); html = html.evaluate(); return html; } – BipinSasi Feb 27 '14 at 16:27
  • image on div tag do you mean a background image? I think print options by default don't print background images. Not sure that's what you mean though. – Matt Pileggi Feb 27 '14 at 16:31
  • possible duplicate of http://stackoverflow.com/questions/13570205/images-not-reproduced-when-converting-a-blob-from-html-to-pdf – Serge insas Feb 27 '14 at 17:31
  • There's an issue for it: https://code.google.com/p/google-apps-script-issues/issues/detail?id=2868 – Fred Feb 28 '14 at 13:24

0 Answers0