From 4401d4095d1306fa844170d70ae7647bc10f2d2d Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 7 Oct 2015 12:33:31 -0700 Subject: Update README.md to reflect added .png support R=thestig@chromium.org Review URL: https://codereview.chromium.org/1391023004 . --- README.md | 9 ++------- 1 file 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 -` -- cgit v1.2.3