tree: 2a6f86b0df86b986ca2a42a255b9eb3ad7dc68ab [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. DEPS
  4. OWNERS
  5. pdf_compositor_impl.cc
  6. pdf_compositor_impl.h
  7. pdf_compositor_impl_unittest.cc
  8. pdf_compositor_manifest.json
  9. pdf_compositor_service.cc
  10. pdf_compositor_service.h
  11. pdf_compositor_service_unittest.cc
  12. README.md
components/services/pdf_compositor/README.md

The pdf_compositor service should composite multiple raw pictures from different frames into a complete one, then converts it into a pdf file within an isolated sandboxed process. Currently, it has no compositing functionality, just convert a set of raw pictures into a pdf file within the sandboxed process.