Skip to content

Commit eeff74c

Browse files
committed
Merge branch 'master' of https://github.com/sambitdash/PDFIO.jl
2 parents 9ceafda + c110d0d commit eeff74c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ implementation of the PDF specification. Other than a few well established
1212
algorithms like flate decode (`zlib` library) or cryptographic operations
1313
(`openssl` library) almost all of the APIs are written in native Julia.
1414

15+
If you are using this work you may cite as following:
16+
17+
```
18+
@article{Dash_2019,
19+
doi = {10.21105/joss.01453},
20+
url = {https://doi.org/10.21105%2Fjoss.01453},
21+
year = 2019,
22+
month = {nov},
23+
publisher = {The Open Journal},
24+
volume = {4},
25+
number = {43},
26+
pages = {1453},
27+
author = {Sambit Dash},
28+
title = {{PDFIO}: {PDF} Reader Library for native Julia},
29+
journal = {Journal of Open Source Software}
30+
}
31+
```
32+
1533
## Need for a PDF Reader API
1634

1735
The following are some of the benefits of utilizing this approach:

0 commit comments

Comments
 (0)