tree: 6c66bf03e7c9990a2e6775afc10d8765af91af32 [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. DEPS
  4. pdf_compositor_impl.cc
  5. pdf_compositor_impl.h
  6. pdf_compositor_manifest.json
  7. pdf_compositor_service.cc
  8. pdf_compositor_service.h
  9. pdf_compositor_service_unittest.cc
  10. pdf_compositor_service_unittest_manifest.json
  11. README.md
  12. test_service_main.cc
components/printing/service/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.