![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
img-pdf-viewer
Advanced tools
Angular Image & PDF Viewer
Use node package manager npm to install package.
npm i img-pdf-viewer
import { ImgPdfViewerModule } from 'img-pdf-viewer';
@NgModule({ imports: [ImgPdfViewerModule], })
export class AppModule {}
Import ng2-pdfviewer like above and add it to imports section because it depends on this package. ng2-pdfviewer
To pass config in app.component.ts you have to import DocPreviewConfig like below.
import { DocPreviewConfig } from 'img-pdf-viewer';
docPreviewConfig: DocPreviewConfig = {
zoomIn: true,
zoomOut: true,
rotate: true,
zoomIndicator: true,
download: true,
openModal: true,
close: false,
docScreenWidth: '100%',
modalSize: 'md',
customStyle: '',
};
<ngx-imgPdf-viewer
[documentURL]="url"
[docPreviewConfig]="docPreviewConfig"
>
</ngx-imgPdf-viewer>
a). ng add @ng-bootstrap/ng-bootstrap
b). fontawesome link
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css"
integrity="sha512-10/jx2EXwxxWqCLX/hHth/vu2KY3jCF70dCQB8TSgNjbCVAC/8vai53GfMDrO2Emgwccf2pJqxct9ehpzG+MTw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
c). bootstrap link
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
FAQs
Angular Image & PDF Viewer
We found that img-pdf-viewer demonstrated a not healthy version release cadence and project activity because the last version was released 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.