sambitdash / PDFIO.jl

PDF Reader Library for Native Julia.
Other
127 stars 13 forks source link

Normalize with SASLPrep for PDF passwords #70

Open sambitdash opened 5 years ago

sambitdash commented 5 years ago

SASLPrep can be implemented using the Unicode consortium supplied libraries: http://site.icu-project.org/ but I guess this may be unnecessarily added dependency.

Enhancement request has been raised to include the feature in Julia: https://github.com/JuliaLang/julia/issues/32503