File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,24 @@ implementation of the PDF specification. Other than a few well established
12
12
algorithms like flate decode (` zlib ` library) or cryptographic operations
13
13
(` openssl ` library) almost all of the APIs are written in native Julia.
14
14
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
+
15
33
## Need for a PDF Reader API
16
34
17
35
The following are some of the benefits of utilizing this approach:
You can’t perform that action at this time.
0 commit comments