Skip to content

HiltonRoscoe/PDFStreamConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFStreamConverter

Converts PDF Streams to ASCII/Unicode equivelents

Logic is very simple, detect if the stream is binary or text, and then convert the stream to either raw output (#nofilter) or use the ASCII_HEX_DECODE to convert the binary to text values.

java PdfConverter

Converting Adobe AEM/LiveCycle Designer (XFA) forms

Forms can be saved as Static or Dynamic. Use a font that doesn't need to be embedded. And turn off "Embed Fonts" to avoid a binary stream. All streams should be representable as pure text.

About

Converts PDF Streams to ASCII/Unicode equivelents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages