New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

Foundry PDF + AI Assistant

Package Overview
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry
This package has malicious versions linked to the ongoing "GlassWorm v2" supply chain attack.

Affected versions:

1.9.61.9.71.9.8
+1 more
View campaign page

Foundry PDF + AI Assistant

The ultimate PDF toolkit for developers, engineers, and researchers: seamlessly view and annotate PDFs, extract code snippets, tables, and data, convert PDF content to Markdown, and highlight important sections with ease. Effortlessly take notes, compare document versions, and manage your workflow—100% offline, privacy-friendly, and forever available as a single .vsix file. No AI dependencies, no internet required, no subscriptions—just powerful productivity tools for PDF files, including support for syntax highlighting, document diffing, table-to-CSV export, OCR, and much more. Perfect for coding, documentation, and technical workflows in Visual Studio Code.

unpublished
Open VSX
Version
1.9.9
Version published
Maintainers
0
Created
Source
Foundry PDF + AI Assistant + AI Assistant Icon

Foundry PDF + AI Assistant

The ultimate offline PDF toolkit for developers, engineers, and technical teams.
- Instantly view, extract, convert, highlight, compare, and annotate PDFs.
- No AI, no internet needed, just one .vsix – forever yours.
Python JavaScript C++ Java Go Markdown JSON CSV LaTeX 50+ Languages
Version Install

✨ Features Overview

  • Modern PDF rendering with fast zoom, fit-to-page/width, and large file support.
  • Selectable text layer, full-text & regex search, persistent search history.
  • Automatic code block detection (font, indentation, pattern), syntax highlight for 50+ languages, deduplication & merge.
  • Table extraction to CSV/JSON, open with one click.
  • PDF & Markdown conversion while preserving headings, lists, code, and tables.
  • Highlights, sticky notes, and bookmarks with color tools and context panel.
  • Advanced pro tools: diff mode (compare PDFs), OCR (Tesseract.js), rich metadata inspector, smart copy w/citations.
  • Unified export system: instant export to code/text/markdown/tables, clear export folder tree, Git integration.
  • Offline by design: No internet, no AI, no external dependencies.

🛠️ Quick Start

1. Install

2. Open a PDF

  • Right-click a .pdf file → "Open With Foundry PDF"
  • Or use VS Code Command Palette: Foundry PDF: Open PDF

3. Extract / Export

  • Extract all text: Ctrl+Alt+X or command palette
  • Export to Markdown: Ctrl+Alt+E
  • Copy all code blocks: Ctrl+Alt+C
  • Search (with regex): Ctrl+Alt+F
  • Toggle split view: Ctrl+Alt+S

⚡ Keyboard Shortcuts

ShortcutAction
Ctrl+Alt+ZZoom
Ctrl+Alt+XExtract Text
Ctrl+Alt+CCopy Code Blocks
Ctrl+Alt+EExport (various)
Ctrl+Alt+SSplit View
Ctrl+Alt+FSearch

⚙️ Configuration Example

{
  "pdf-forge.autoReload": true,
  "pdf-forge.defaultFormat": "markdown",
  "pdf-forge.highlightColor": "#FFEB3B",
  "pdf-forge.maxFileSize": 200,
  "pdf-forge.enableOcr": false,
  "pdf-forge.autoDedupe": true
}

Tweak options via your VS Code settings.json for auto-reload, color, OCR, export format, and more.

📁 Export Structure

./pdf-forge-exports/
  └── [filename]/
      ├── text.txt
      ├── document.md
      ├── code-blocks/
      │   ├── code-block-1.py
      │   ├── ...
      │   └── merged-code-all.md
      ├── tables/
      │   ├── table-1.csv
      │   └── table-2.json
      ├── notes.md
      └── metadata.json

🤓 Essentials

  • 100% offline, no AI, all libraries (pdf.js, Tesseract.js, highlight.js) included.
  • Cross-platform: Windows, macOS, Linux.
  • No PDF editing. Focused on extraction/annotation.
  • Best OCR results on high-res scans.

🌟 Credits

  • pdf.js | Mozilla
  • Tesseract.js | OCR
  • highlight.js | Syntax Highlight
  • diff-match-patch | Diffing
Foundry PDF – BUILT ONCE. CODE FOREVER.

Keywords

batch export

FAQs

Package last updated on 12 Mar 2026

Did you know?

Socket

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.

Install

Related posts