diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-07 12:33:31 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-07 12:33:31 -0700 |
commit | 4401d4095d1306fa844170d70ae7647bc10f2d2d (patch) | |
tree | 8a3e38a5de25ebbced098762e1c5d59521bf8431 | |
parent | a0f2b67bd659e3f1780edfac56d8754bca685d5f (diff) | |
download | pdfium-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.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 -` |