tree: dabd2767a59c7850b19bda70379ae6bd0b518dac [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. DEPS
  4. ipc_flow_diagram.png
  5. OWNERS
  6. pdf_compositor_impl.cc
  7. pdf_compositor_impl.h
  8. pdf_compositor_impl_unittest.cc
  9. 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.

While the compositor creates single-page PDF objects it can optionally collect those into a multi-page PDF document object. Otherwise a multi-page PDF document is made by sending an extra multi-page metafile which contains repeats of each of the previously processed pages all in one larger message.

Message flow when interacting with the PDF compositor is as follows:

IPC flow for PDF compositorusage