alexis
alexis
Hello @ThomasDaheim, thanks again for your answers. I'm developing my own print button. I'm doing this: 1. I'm modifying .../nextnote/js/templates.js `Print\n\` 2. I'm modifying .../nextnote/js/app/controllers/NoteEditCtrl.js, adding those lines `$scope.verImprimir =...
The id is not necessary because I can print a note that is not saved (I only need the content of the note). But yes, I am stucked at this...
Yes, at the first I was printing the watermark (it's only a png image at the top of the document) at the client side with the classic windows.print function. But...