Index: docs/documentation.md |
diff --git a/docs/documentation.md b/docs/documentation.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8efc46ce438ce803601ed3afa2f27b8e5921f50a |
--- /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/ |