summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-07 12:33:31 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-07 12:33:31 -0700
commit4401d4095d1306fa844170d70ae7647bc10f2d2d (patch)
tree8a3e38a5de25ebbced098762e1c5d59521bf8431
parenta0f2b67bd659e3f1780edfac56d8754bca685d5f (diff)
downloadpdfium-4401d4095d1306fa844170d70ae7647bc10f2d2d.tar.xz
Update README.md to reflect added .png support
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1391023004 .
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4e6b16c0da..8d661ebf67 100644
--- a/README.md
+++ b/README.md
@@ -60,9 +60,8 @@ On Windows, open build\all.sln
## Running the sample program
The pdfium\_test program supports reading, parsing, and rasterizing the pages of
-a .pdf file to .ppm output image files (windows supports two other formats, and
-.png support is available for all platforms in an alternate branch (see branches
-section below)). For example: `out/Debug/pdfium_test --ppm path/to/myfile.pdf
+a .pdf file to .ppm or .png output image files (windows supports two other
+formats). For example: `out/Debug/pdfium_test --ppm path/to/myfile.pdf
`
## Waterfall
@@ -76,7 +75,3 @@ There is a branch for a forthcoming feature called XFA that you can get by
following the steps above, then: `git checkout origin/xfa build/gyp_pdfium ninja
-C out/Debug
`
-
-The XFA version of the sample pdfium\_test program supports rasterizing to .png
-format files. For example: `out/Debug/pdfium_test --png path/to/myfile.pdf
-`