https://github.com/ststeiger/cefglue_netstandard
HTML 2 PDF/Image with Chromium 71.0.3578.98 from https://gitlab.com/xiliumhq/chromiumembedded/cefglue
https://github.com/ststeiger/cefglue_netstandard
csharp dotnet dotnet-core html-to-pdf netstan svg-to-pdf svg-to-png
Last synced: 17 days ago
JSON representation
HTML 2 PDF/Image with Chromium 71.0.3578.98 from https://gitlab.com/xiliumhq/chromiumembedded/cefglue
- Host: GitHub
- URL: https://github.com/ststeiger/cefglue_netstandard
- Owner: ststeiger
- Created: 2019-03-10T02:06:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T10:10:29.000Z (about 7 years ago)
- Last Synced: 2025-06-06T13:44:47.707Z (12 months ago)
- Topics: csharp, dotnet, dotnet-core, html-to-pdf, netstan, svg-to-pdf, svg-to-png
- Language: HTML
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PdfGlue
## How to build CefGlue myself?
* Download CEF binaries from http://opensource.spotify.com/cefbuilds/index.html and unpack the archive
* Copy `include` folder from CEF into `CefGlue.Interop.Gen\include`. Manually remove `cef_thread.h` and `cef_waitable_event.h` - these two files should be excluded.
* Run `gen-cef3.cmd` within `CefGlue.Interop.Gen` folder. Note that you need Python 2.7 installed. In case you need to adjust path to Python binaries you can do it in `gen-cef3.cmd` file. This step will generate multiple C# files in `CefGlue` project.
* Build CefGlue binaries - e.g. by running `build-net40.cmd` in the root of the project
* If you just upgraded to a new version of CEF may see compilation errors - most typical fix is to add *new* generated files into `CefGlue` VS project
### License
TODO
###### cefglue\CefGlue.Interop.Gen
cef_parser.py
* 'float*': ['float*', 'NULL'],
schema_cef3.py
* 'CefAudioHandler': { 'role': ROLE_HANDLER },