Skip to content

new-AF/Document-Markup-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document-Markup-Editor

About

PDF is one of the more popular formats on the Internet for interchanging documents, it's versatile and everywhere.

Abound as well are the PDF Readers, even major Web Browsers have embedded Viewers.

What's less abundant however, are free, locally running Editors, with a simple and intuitive User Interface, for editing a PDF Document.

Design

This Web Application will rely on a locally-loaded written-from-scratch javascript "program"/library to parse the binary PDF format.

HTML (and CSS) will then be used; for its structuring and presentational capabilities, along with User Interaction, to mark-up the recently read content. Effectively Editing the PDF.

The Markup will then be converted back to PDF for Final Output.

Implementation