diff options
Diffstat (limited to 'docs/documentation.md')
-rw-r--r-- | docs/documentation.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/documentation.md b/docs/documentation.md new file mode 100644 index 0000000000..8efc46ce43 --- /dev/null +++ b/docs/documentation.md @@ -0,0 +1,10 @@ +# Introduction + +For API documentation, see +http://cdn01.foxitsoftware.com/pub/foxit/manual/enu/FoxitPDF_SDK20_Guide.pdf + +You can search the source code through +https://code.google.com/p/chromium/codesearch#search/&q=file:third_party/pdfium&sq=package:chromium&type=cs + +A sample consumer of this library is Chromium's PDF plugin. You can see the +source for it at http://src.chromium.org/viewvc/chrome/trunk/src/pdf/ |