﻿CCS PDF Editor for Windows  v1.5.40
======================================

This package is a small WebView2 desktop shell around the same offline app.
It supports Open with / double-click for project files.

FIRST RUN
---------
1. Double-click CcsPdfEditor.exe to open the editor.
2. (Optional)  tools\Create Desktop Shortcut.bat
     - Puts CCS PDF Editor.lnk on the Desktop (and in this folder)
3. (Recommended) tools\Register File Types.bat
     - .ccspdf becomes the default open handler
     - .pdf is added to Open with (does NOT steal Edge/Acrobat default)

INCIDENT / SUPPORT - PROJECT AUDIT
----------------------------------
  Drag a .ccspdf onto tools\Extract Project Audit.bat
  Or:  powershell -File tools\scripts\extract-ccspdf-audit.ps1 -Path "C:\path\file.ccspdf" -FullSchema -ExtractPdf
  Writes a *_extract folder (summary, audit.csv/json, optional PDF body + full schema).
  Verifies trailer integrity hash. This is gunzip/decode - not QPDF password removal.

REQUIREMENTS
------------
- Windows 10/11
- Microsoft Edge WebView2 Runtime (usually already installed with Edge)
- This build is self-contained (no separate .NET install).

LAYOUT
------
  CcsPdfEditor.exe     Windows shell
  app\                 browser application (do not rename)
  docs\                documentation (if included)
  tools\               helper bats (SOP steps + IR extract)
  tools\scripts\       PowerShell used by the bats

UNINSTALL ASSOCIATIONS
----------------------
  Run tools\Unregister File Types.bat  (does not delete the program folder)

Built: 20260816
