
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
PDF generator for Django, support for async generation in Django Channels worker or with Django 3.1 async views.
Use PDFGen wrapper for Pyppeteer to create PDF files in Django. Support for async generation in Django Channels worker or with Django 3.1 async views.
More about generating PDF in channels with Websocket support.
More about generating PDF in async view
Chromium will not visit https://localhost:8000, so run
brew install stunnel
Add ssl_proxy file
pid=
cert=/usr/local/etc/stunnel/stunnel.pem
foreground=yes
debug=7
[https]
accept=8000
connect=8001
TIMEOUTclose=1
Start
sudo stunnel ssl_proxy
For MacOSX:
brew install poppler ghostscript
For Ubuntu / Debian:
apt-get install poppler ghostscript
A PDF/A document is just a PDF document that uses a specific subset of PDF that is designed to ensure it is 'self-contained'. It's not permitted to be reliant on information from external sources (e.g. font programs and hyperlinks).
From wikipedia:
Other key elements to PDF/A compatibility include:
FAQs
PDF generator for Django, support for async generation in Django Channels worker or with Django 3.1 async views.
We found that django-pdf-reactor 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.