Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sambitdash committed Nov 30, 2019
2 parents 9ceafda + c110d0d commit eeff74c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ implementation of the PDF specification. Other than a few well established
algorithms like flate decode (`zlib` library) or cryptographic operations
(`openssl` library) almost all of the APIs are written in native Julia.

If you are using this work you may cite as following:

```
@article{Dash_2019,
doi = {10.21105/joss.01453},
url = {https://doi.org/10.21105%2Fjoss.01453},
year = 2019,
month = {nov},
publisher = {The Open Journal},
volume = {4},
number = {43},
pages = {1453},
author = {Sambit Dash},
title = {{PDFIO}: {PDF} Reader Library for native Julia},
journal = {Journal of Open Source Software}
}
```

## Need for a PDF Reader API

The following are some of the benefits of utilizing this approach:
Expand Down

0 comments on commit eeff74c

Please sign in to comment.