
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ko-pdf-down
Advanced tools
A comprehensive library for generating PDF downloads with built-in Korean language support. The library leverages html2canvas for HTML-to-image conversion and integrates seamlessly with PDF generation. Features the Nanum Gothic font for optimal Korean text rendering.
npm install pdf-korean-download
Import the library:
import PdfDownloadButton from 'pdf-korean-download';
Example implementation:
import React from 'react';
import PdfDownloadButton from 'pdf-korean-download';
const App = () => {
const content = '<h1>안녕하세요! 한글 PDF 테스트입니다.</h1>';
return (
<PdfDownloadButton
text="PDF 다운로드"
fileName="example.pdf"
content={content}
style={{
fontSize: 12,
lineHeight: 1.5,
margin: 20
}}
variant="primary"
size="md"
/>
);
};
export default App;
Run Storybook for component testing:
npm run storybook
We welcome contributions! Please submit pull requests or report issues through our GitHub repository.
Developed by 9bfish8 (Godeungeo)
FAQs
PDF download library with Korean language support
The npm package ko-pdf-down receives a total of 1 weekly downloads. As such, ko-pdf-down popularity was classified as not popular.
We found that ko-pdf-down demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.