- Issue created by @nfriend
The Microsoft Document Viewer (MD_VIEWER_MDOC_EMBEDD_LINK) only supports .doc, .docx, .ppt, .pptx, .xls, and .xlsx. I am trying to add .pdf or .txt. suport through google docs viewer. Is it the right approach?
- Merge request !2Added support for Pdf/Txt fields through Google Docs Viewer β (Open) created by Unnamed author
- πΊπΈUnited States nfriend
Yes I have used the Google Docs Viewer quite a bit but changed over to the Word Docs viewer as it has a nicer ability to modify its size on the screen via the Manage Display setup.
Google Docs Viewer requires code changes to do that.
So you can only have one or the other.
I suppose the quickest fix here would be to change the Overview text and remove the note that it will display PDFs.
Thanks
-Neil @nfriend I create a MR that supports pdf,txt through Google docs viewer and other formats such as docx, xls through Microsoft Doc Viewer. I have tested it on several environments and it is working flawlessly. Kindly check from your end whether the approach works and could be applied.