]> git.parisson.com Git - pdf.js.git/commitdiff
Add some external files for reading to the Readme.md
authorJulian Viereck <julian.viereck@gmail.com>
Sun, 25 Sep 2011 10:04:35 +0000 (12:04 +0200)
committerJulian Viereck <julian.viereck@gmail.com>
Sun, 25 Sep 2011 14:04:23 +0000 (16:04 +0200)
README.md

index f341733f93ecb3259e1108e8fda3f5b136f845cc..f5d4eee9d95fa463694726149b7deab67d9c8913 100644 (file)
--- a/README.md
+++ b/README.md
@@ -133,3 +133,22 @@ Subscribe either using lists.mozilla.org or Google Groups:
 Talk to us on IRC:
 
   #pdfjs on irc.mozilla.org
+  
+## Additional resources to understand the structure of PDF
+
+A really basic overview of PDF is described here:
+
+  http://partners.adobe.com/public/developer/en/livecycle/lc_pdf_overview_format.pdf
+
+A more detailed file example:
+
+  http://gnupdf.org/Introduction_to_PDF
+  
+The PDF specification itself is an ISO and not free available. However, there is
+a "PDF Reference" from Adobe:
+
+  http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/pdf_reference_1-7.pdf
+
+Recommanded chapters to read: "2. Overview", "3.4 File Structure", 
+"4.1 Graphics Objects" that lists the PDF commands.
+