
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
This little command line utility scans pwd and merges all image files sorted by name into a single PDF file.
A command-line utility that scans files in the current directory, sorts them by name, and merges all images into a single PDF file named after the directory.
You can install jn-pdf
globally using npm:
npm i jn-pdf -g
After installing globally, you can use jn-pdf
in any directory containing image files. Navigate to the directory you want to convert and run:
jn-pdf
This will create a PDF file named after the current directory, containing all images sorted by name.
You can add a context menu option in Windows File Explorer to use jn-pdf
directly from the right-click menu.
Create a batch script jn-pdf.bat
:
@echo off
cd /d %1
jn-pdf
Save the batch script in a directory included in your system's PATH.
Add the following registry entries:
regedit
).HKEY_CLASSES_ROOT\Directory\Background\shell
.jn-pdf
.(Default)
value to Merge Images to PDF
.jn-pdf
, create a key named command
.(Default)
value of command
to "C:\path\to\jn-pdf.bat" "%V"
.Once set up, you can right-click in any folder and select "Merge Images to PDF" to run jn-pdf
.
pdf-lib
for creating PDF files.glob
for pattern matching to find image files.commander
for handling command-line arguments.canvas
for loading images in the Node.js environment.Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
This little command line utility scans pwd and merges all image files sorted by name into a single PDF file.
The npm package jn-pdf receives a total of 0 weekly downloads. As such, jn-pdf popularity was classified as not popular.
We found that jn-pdf demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.