Hi,
in all of your examples regarding pdfviewer-Control you are including the .css-file with a path to your server.
(<link rel='nofollow' href="https://cdn.syncfusion.com/17.4.0.55/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />)
In our software this isnt possible, so i want to keep the css-files local. I downloaded them and copied them to my project.
My questions are:
1. I downloaded the nuget-package for pdfviewer. Is there some nuget-package i can install to have all the css-files and perhaps js-files i need for the pdfviewer?
I didnt find some.
2. I manually downloaded the css-files from ur server. Problem now is, that i got errors, e.g. "waitingpopup.gif" is not found.
This is found in the "ej.theme.min.css"-file under the url "url(images/waitingpopup.gif)" So he is looking now under localhost/images for the file and cant find it.
Is there a way to have your css-Files running under localhost using some nuget-packages or what would be the trick in this?
Thanks for your answer,
Best regards
Matthias