comment
5 TopicsEdge PDF reader comment issue
Hi all, I tumbled upon an issue with Edge PDF reader, while adding comments in a PDF document. Issue While adding comments in my document, everything was working fine until it wasn't (added around ten comments before it stopped working). Basically I'm able to open the comment popup and type my comment, but unable to validate it. I did some digging online and found this tread (sadly closed) where user encountered the same issue. https://answers.microsoft.com/en-us/microsoftedge/forum/all/adding-comments-to-pdf-edge-document/92b96c52-a1e3-4433-a58e-29c76691fa7c I tried to work around the issue by restarting my browser, which did not help. However, it seemed to me that it's a mouse focus issue. How to reproduce it I got the issue while using two Edge windows side by side on the same monitor (each taking half the screen), while having a second monitor (that I use for other stuff) aside. The problem seems to solve itself somehow after some time when closing one of the two Edge window and putting the other in full screen. When I try to add a comment, I first highlight the text, then clic on the comment button on the popup menu and type my comment. However, when I want to validate the comment, the wrong cursor is displayed when I hover the "validate" button (the text insert cursor instead of the hand). I have to clic once (the text in the PDF doc previously highlighted is no more) which change the cursor to an arrow, then another clic which closes the comment menu, whitout adding the comment. Workaround I managed to add a comment in this situation by typing the comment, then using the tab key to select the "validate key" and press the enter key, and it worked. On a side note, I find it quite complicated to submit feedback, I think I spent a good half an hour before reaching this forum (I don't even know if it's the right place). Anyhow, I hope it can help141Views1like1CommentOpen and edit .pdf in document library - Has there been an update?
Hi, I have a flow that emails a link to a .pdf in a SP doc lib. Is it possible for multiple users to simultaneously click the link in the flow email, open and edit the .pdf together at the same time? And the changes they make get saved automatically similar to Word online?1.5KViews0likes1CommentNew Feature: Video Comments for PDFs now available on Edge browser
Microsoft Edge version 90.0.817.0 (Official build) canary (64-bit) you're going to need to enable this new flag first: edge://flags/#edge-video-comments-pdf You can add .webm format videos that are hosted online(like OneDrive, GDrive etc) to PDFs as comments. Edge will support inline playback of these videos. (Note: Users should have permission to access the video(URL) to be able to view it.) available on: Mac, Windows I added a 1080p mp4 file. you can move the video comment to anywhere on the screen, also can watch the video comment in full screen. Very nice feature in my opinion.1.5KViews1like0CommentsSharePoint modern pages - using API to post comments with specified date, author, etc.
Hello, For my ongoing project, I am attempting to post the comment to SharePoint modern page using the the below REST API. /_api/web/lists('listID')/GetItemById(1)/Comments I am able to post the comments, but while posting, I am not able to edit any property of the comment besides the comment text like author, date. Is it now possible to alter the date published, author info, etc.? Thanks in advance!2.1KViews0likes2CommentsAdding a comment to a DevOps Work Item using a given user
Second time writing this, as when trying to post the first time it gave me an error "invalid html" and discarded all my content -.- In Flow, I am using a DevOps - Update Work Item action, that updates a work item and adds a comment to it, using the Other Field "history" as the content of the comment. The problem is that the author is set to be the owner of the connection that the action is using, yet since the flow is triggering using an email, the author needs to be set dynamically using the email's author (provided he has an account in DevOps). How can I do this? Is there another name in "other fields" section, perhaps something like "Author" that I can use to set the author of the comment given the name, email or id from the email that started the flow? Screenshot: