Skip to content

anezih/PdfMetadataEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdfMetadataEditor

Simple Blazor WebAssembly App to Edit PDF Metadata

The app consists of two tabs: TOC Editor and Metadata Editor

Table of Contents Editor

  • In the TOC (Table of Contents) (or Outline) Editor user can either edit the existing outline or create one from scratch.
  • New nodes at any level can be created, shifted under any other node. Simply drag and drop tree nodes in order to change the outline.
  • Nodes can be removed.
  • Every node's title and destination page can be altered. Doube click on the title text to enter edit mode, Press Esc or Ctrl+Enter to exit.

Metadata Editor

  • Title, Author, Subject, Keywords, Creator and Producer metadata fields can be edited.

Available at: https://anezih.github.io/PdfMetadataEditor

Screenshots

PdfMetadataEditor Outline Editor Metadata Editor

Credits

Fluent UI Blazor

Ant Design Blazor

iText7

PdfSharpCore

MuPDF.js

Blazor.FileAPI

PublishSPAforGitHubPages.Build