Can't get PDF files to show in Chromium ver 115.3.130 #4904
BillBogart
started this conversation in
General
Replies: 1 comment 1 reply
-
Does your application have the appropriate app.manifest? If that doesn't help try upgrading to the current supported version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We upgraded our version of chromium last year from from ver 63.0.3 to ver 115.3.130. It is integrated into our product and now it no longer displays pdf files. It only shows a dark screen where the pdf viewer should show the pdf. I have ran CefSharp.MinimalExample.WinForms.net472 ver 115.3.130 on the same PC and it displays pdfs without issues. I have looked through verbose log files from both comparing them.
I attached the full log file of the failed PDF view.
But here is a partial log file:
[0809/151933.267:VERBOSE1:frame_host_impl.cc(503)] frame 30064771089 [7,17] (sub) detached (reason=RENDER_FRAME_DELETED, is_connected=0)
[0809/152032.239:VERBOSE1:script_context.cc(143)] Created context:
extension id: (none)
frame: 24D29608
URL:
context_type: UNSPECIFIED
effective extension id: (none)
effective context type: UNSPECIFIED
[0809/152032.240:VERBOSE1:script_context.cc(143)] Created context:
extension id: (none)
frame: 00000000
URL:
context_type: UNSPECIFIED
effective extension id: (none)
effective context type: UNSPECIFIED
[0809/152032.240:VERBOSE1:dispatcher.cc(456)] Num tracked contexts: 1
chrome_debug_pdf.log
Beta Was this translation helpful? Give feedback.
All reactions