
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@mstechusa/eviewer7
Advanced tools
[](https://eviewer.net)\r #### A HTML5-based document viewer built on Angular and JavaScript technologies for the highest level of performance and integration into your appli
eViewer requires the following for deployment:
Install the dependencies and devDependencies and start the server.
npm i eviewerjs --save
This will also download all the assets that need to be included for eViewer to work.
Copy assets and resources to your public/static folder.
These assets need to be served with your application. For example, if your project is built into a dist folder, you could copy these assets into dist/public.
The folder you need to copy is node_modules/eviewerjs/assets.
import eViewerApp from "eviewerjs/js/eViewer7 v1.0.5";
this.eViewerObj = new eViewerApp();
this.eViewerObj.loadViewer("viewer", null, null).then(() => {
// Call API's to set viewer options if necessary
});
await import("eviewerjs/scripts");
await import("eviewerjs/runtime");
await import("eviewerjs/polyfills");
await import("eviewerjs/main");
await import("eviewerjs/js/events");
let docUrl = "http://www.africau.edu/images/default/sample.pdf";
let saveUrl = "";
let serverUrl = "";
let annotationUrl = "";
let userName = "demouser";
let isEditMode = true;
let repoType = "filesystem";
let fileName = "";
let password = "";
let options = {
type: "GET",
headers: {
Authorization:
"Bearer ",
},
};
this.eViewerObj.setDocumentEndPointOptions(options, saveUrl);
let documentSrvc = this.eViewerObj.getDocumentService();
documentSrvc
.loadDocument(
docUrl,
annotationUrl,
userName,
serverUrl,
isEditMode,
repoType,
password,
fileName
)
.then((response) => {
console.log("loadDocument");
});
Please visit https://eviewer.net or https://mstusa.com to learn more about licensing eViewer
FAQs
[](https://eviewer.net)\r #### A HTML5-based document viewer built on Angular and JavaScript technologies for the highest level of performance and integration into your appli
We found that @mstechusa/eviewer7 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.