I do not want to use chrome pre-build assemblies, I'm aware about print-to-pdf in headless app. But I do not want to headless shell. I need to provide options for conversion from C++ program and convert it to pdf in C++ project.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/f8d9e77f-f84c-4279-be63-535a69d8785b%40chromium.org.
If that is really what you want, then Chromium, with its multi-process
architecture, is probably not right for you. See
https://www.chromium.org/developers/design-documents/process-models
The closest you can get is with single process mode, but in my
experience, single process mode is often broken in weird ways.