Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Customize printer button behaviors in built-in PDF viewer

  • 2 antwoorden
  • 1 heeft dit probleem
  • 149 weergaven
  • Laatste antwoord van jenkincs

more options

Hello, Is it possible to customize the printer button behaviors in built-in PDF viewer by using javascript or any other...? When user click view button on my page, my app will open the pdf file with watermark within built-in PDF viewer. When user click the printer button in built-in PDF viewer, I need to execute some code to get the unwatermark pdf file and print the pdf. Is it possible to do that? thanks for your help!!!!

Hello, Is it possible to customize the printer button behaviors in built-in PDF viewer by using javascript or any other...? When user click view button on my page, my app will open the pdf file with watermark within built-in PDF viewer. When user click the printer button in built-in PDF viewer, I need to execute some code to get the unwatermark pdf file and print the pdf. Is it possible to do that? thanks for your help!!!!

Gekozen oplossing

You can't modify the built-in PDF viewer, but you can install the web app version of the PDF viewer on your web server and modify it to your liking. Then you can serve PDFs through your viewer instead of directly to Firefox.

Dit antwoord in context lezen 👍 1

Alle antwoorden (2)

more options

Gekozen oplossing

You can't modify the built-in PDF viewer, but you can install the web app version of the PDF viewer on your web server and modify it to your liking. Then you can serve PDFs through your viewer instead of directly to Firefox.

more options

@jscher2000, Thank you very much for your reply! I will try it right now. Thanks!