Skip to content

Tags: phuetz/ImageToPdf

Tags

v2.9.4

Toggle v2.9.4's commit message
Passe la version en 2.9.4

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v2.9.2

Toggle v2.9.2's commit message
PDF Merger v2.9.2

v2.10.0

Toggle v2.10.0's commit message
Fix github-artifact-id to use actual artifact ID

- Add job outputs to pass artifact ID between jobs
- Use steps output for artifact-id

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v2.9.1

Toggle v2.9.1's commit message
Fix icon display bug in Details view

- Completely recreate ImageLists when files are added/removed/moved
- Use ImageIndex instead of ImageKey for more reliable icon display
- Fix icons changing incorrectly when adding multiple files of different types

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v2.9.0

Toggle v2.9.0's commit message
Add help button with usage instructions

- Add "?" help button in toolbar
- Show help dialog with:
  - Usage instructions
  - Supported formats
  - Keyboard shortcuts
  - Command line usage
  - Version info

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v2.8.0

Toggle v2.8.0's commit message
UI improvements: default view, preview panel, and labels

- Set Details view as default (instead of Tile)
- Show preview panel by default
- Remove zoom from preview panel (keep only page navigation)
- Ask to open file after PDF creation
- Rename "Nouveau" button to "Ajouter"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v2.7.0

Toggle v2.7.0's commit message
Add config file to enable/disable Tools menu

Tools menu (PDF to Word, PDFsam) is now hidden by default.
To enable it, create a pdfmerger.conf file next to the executable:

    enable_tools=true

This allows administrators to control feature availability.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v2.6.0

Toggle v2.6.0's commit message
docs: Update README with new features

- Add command line mode documentation with examples
- Document Windows Explorer-style interface
- Add 7 view modes description
- Document keyboard shortcuts
- Add PDF preview navigation and zoom features
- Update project structure with PdfMerger.cs
- Add new dependencies (OpenXml, iText7)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v2.5.1

Toggle v2.5.1's commit message
Fix PDFsam name and add more search paths

- Correct application name to "PDFsam"
- Add more installation paths (Enhanced version, Programs folder)
- Update menu text and error messages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v2.5.0

Toggle v2.5.0's commit message
Add PDF to Word conversion and PDF SAM integration

- Add Tools menu with keyboard shortcuts
- PDF → Word (Ctrl+W): Convert PDF to Word document using iText7 and OpenXML
- Open PDF SAM (Ctrl+P): Launch PDF SAM if installed, or offer to download
- Add new dependencies: DocumentFormat.OpenXml, iText7

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>