I've tried to copy a rich text with formulas from here, but it isn't working. Google docs says "Unable to create some images", and Word 2016 just say nothing. My OS is Windows 10. I've tried different browsers (Chrome, Opera, Edge).
Google Docs wont accept pasted svg images. A work around (if you have control over your mathjax plugin) is generating those images as .png.
Related
I'm facing a problem with copying the text from PDF to anywhere else in Google Chrome, Brave and Microsoft Edge. (Other browsers are not on my computer). This is what I mean. I have a PDF file on my computer that is opened via Brave Browser.
It's the selected text.
These are the options of the selected text. There is no word "copy" in Polish "kopiuj" as well as there is no option of paste ("wklej").
Then I tried to use CTRL + C, CTRL + V. This is what I can see.
It's the link I've copied before. So that means I can copy anything from the Internet when using Google Chrome or Brave Browser, except for text from PDF files.
It all worked very well until Sunday. I don't have an idea what happened. I've searched the Internet to find a solution.
I found the post about the same problem, but it's not the solution on my computer.
https://www.technipages.com/fix-copy-and-paste-not-working-in-chrome
https://support.google.com/chrome/forum/AAAAP1KN0B0rWjpnswXLec/?hl=en&gpf=%23!topic%2Fchrome%2FrWjpnswXLec
Those links don't help me at all. I've done what they tell you. I still cannot copy and paste the text.
Okay, there is another thing. I've scanned my whole computer and there is no virus at all.
Do you have any idea what can I do? Is there any other solution than the links I gave you?
I am looking to display a 3D PDF file in the Chrome browser and tried almost all the options, including the solution discussed in the following question.
How to display 3D PDF in Chrome & Firefox Browser
Since Google has disabled the NPAPI support as mentioned in the link below, therefore, the solution mentioned in the above link seems not working any more.
https://helpx.adobe.com/acrobat/kb/change-in-support-for-acrobat-and-reader-plug-ins-in-modern-web-.html
According to my search, the Adobe Acrobat reader can not be used to view the PDF file within the chrome browser.
I am also open to any alternative approach that displays 3d model, created in AutoCAD, using HTML on Chrome browser
Thanks in advance.
I have the following code in a html document:
<p>PDF sample</p>
<object data="http://www.whateverdomain.com/whatever/~/media/sample.pdf" type="application/pdf"></object>
This is working in IE, Firefox but not in Chrome. Appears a grey box in the browser with no embedded pdf. When I check on "network" tab in chrome I'm receiving a HTTP 200 response but PDF is not shown.
I tried URL encode tilde "~" symbol replacing it by %7e but still its not working on Chrome.
I don't have the possibility of changing the url which is provided by an external service.
Do you have any clue on how to solve ?
You might wish to try and use a simple iframe. At the very least I am pretty sure that works for chrome, might not work for IE though. Another alternative is using the Google Docs viewer, with that you are sure to be cross browser compatible, although some pdf's might not render perfectly. The last option you have is using something like pdf.js to render the pdf's yourself inside the browser. Gives you a lot of control and ensures that even people running computers without a pdf viewer installed (or a native pdf viewer like chrome and firefox) will be able to view the file.
in Firefox it is possible to copy and paste an image into CKEditor from Word or even directly from the desktop itself. In any version of Chrome, however, it is not possible. I can't have Chrome users uploading images and then hotlinking to those images, so is there a workaround?
Chrome can easily go to any website, copy an image and paste into CKeditor. It just won't work from the user's machine, where most of these images are coming from.
CKEditor using ImagePaste plugin it work only for Firefox.
You can try with doksoft_image_embed plugin. See demo here:
http://doksoft.com/soft/ckeditor-image-embed/demo.html
Unfortunately this plugin is Commercial License.
Or you can try with Base64 Image:
Base64 Image will replace ImagePaste, Button Upload image as base64 into CKEditor:
http://ckeditor.com/addon/base64image
I'm using the Google Drive API (which is awesome!) to upload SVG content. The main problem I have is that the labels on the SVG are displayed incorrectly when I open the file in Google Drive. They appear much larger than they should.
Downloading the file and opening in Chrome looks fine. I believe the same issue happens in Gmail preview.
Here is an example SVG file: https://docs.google.com/open?id=0B16Q4tqg5T6QcDRzTE1LSmxMTE0
The issue seems with the viewer and not due to the upload mechanism. Have you tried uploading the same file from the Drive UI? Do you get the same rendering issue?
The preview still misbehaves and completely garbles the SVG when the google drive renders it. As reported earlier it is ok when downloaded and viewed locally with Chrome. (I also like to get this fixed).