old metadata in search results for PDF - metadata

Last year, we published our new journal online, but results in Google search show a 2008 date which we cannot trace down to the source. The document was created only recently. The old date makes us look old. Can you please help?enter image description here
the document in question is available at https://www.globalaccesspartners.org/1907-06_GAP_Journal_BESS_WEB_FA.pdf
many thanks!

Related

Editing documents with ms office online corrupts docs

We have an office online server build 16.0.8471.8525 (latest and greatest) which we use for displaying and editing word documents through WOPI. When editing a document which has a pretty header and footer representing a formal law document, it gets corrupted. It can be used for editing with no problem with our office server but viewing in it as well as in desktop word is not possible, even desktop word can not repair it.
Editing the same doc in office 365 online or desktop word does not corrupt the file.
Making the same change to the document with our office online server, office 365 online and desktop word produces 3 completely different files in therms of internal xml representation (viewing with Open XML SDK 2.5 for Microsoft Office) and its not trivial to figure out why is the file broken.
I'm struggling to find the correct approach for solving the problem
We recently upgraded to office online server version 16.0.8471.8525 and started seeing corrupted documents, too. As we still have the old version running in our production environment, we were able to experiment and compare a little:
All corrupted documents have in common that they contain some sort of drawing element (for example a very simple rectangle with a color). In the original document this drawing element has its PercentageWidth and PercentageHeight specified as <wp14:pctWidth>0</wp14:pctWidth> and <wp14:pctHeight>0</wp14:pctHeight> respectively. After editing, the document (now corrupt) contains <wp14:pctWidth /> and <wp14:pctHeight />. So empty values.
When setting the value (0) back on these elements, the document can be opened again, but when you try to edit it in OOS, it will get corrupted again :(.
I think this is a bug in Office Online Server, but I hope above details can help you to get a bit further.

Sharepoint: How to Show Modified Date for Linked Document, not the Link Itself

I have what seems like a simple question, but I haven't been able to find the answer here.
I have a SharePoint 2010 library with multiple folders. For some documents (e.g. a spreadsheet), I want to keep one copy in one folder, and have a link to it in some of the other folders. My two document types are "document" and "link to document". The modified date for the "link to document" is the date the original link was created (which will never change), and does not reflect when the linked spreadsheet is updated (which will happen on a daily basis.) This may confuse users who go to the link--they might think the data is old.
How can I show the date the document changed in my links to that document?
You can update the list item using a workflow. On a list item change, the workflow can look up the corresponding linked documents and then update the modified date on that list item.
The SharePoint SO site is also another good place to look for tips on SharePoint workflows. Just make sure the workflow doesn't get triggered again when the item get updated.
I found a much easier solution. I'm using the "Manage Copies" functionality to post updated copies to the folders where I was previously putting links. This should fix the problem with my "Modified" dates showing the time the link was created. Now I will have copies of my "one version of the truth" published to my other locations, with the correct "Modified" date. So easy!

Date informations by worksheet in MS Visio 2010

I have a Visio Workbook with multiple Worksheets. I included a Date modified and a Date created field to each Worksheet, but it seems to be for the entire Workbook.
Is there a way that each Worksheet has its own date related information.
thanks!
I got my answer from microsoft support.
First, I was wrong by saying I had Worksheets in a Workbook, Visio doesn't treat it that way (only Excel). It is really one whole document.
So to answer my question, NO, I can't have a Date field that is updated by PAGE only.
I possible solution would be to give each page his own Visio document.

Office documents in UIWebView with time difference between dates

I've been using UIWebView to render office docs for a while, but recently I noticed that when a date is added in the file, let's say an Excel file with a date value in one of the cells, the date is (apparently) being modified by the web view.
The weird thing is that I made a test based on two projects. The first one, is a project that I've been working on for about a year and the second is new one that I created just for testing purposes.
The dates are being displayed correctly in the new project, but wrong in the old project so I'm starting to think is something regarding the project settings. I also copied the classes from the new project to the old one to see if there was a difference, but even using the new classes, my old project shows incorrect(*) dates for the same excel file.... so that's weird.
Any ideas?
Thanks in advance
Update 1:
(*)By incorrect dates, I mean there is a time difference between the one displayed in the test project and the one displayed in the old project for the same file.
I changed the title of the question from "... invalid dates" to " ...time difference between" ... because the word "invalid" may lead to a misunderstanding.
I was not able to understand what the problem was, but the solution for now is to change the visualization component from UIWebView to the QuickLook framework.
I know this is not the correct answer to the question, but at least is a way to display the document correctly.

Batch edit the file creation date

Someone set the wrong date in the camera settings and now has several hundred pictures with 2013 as the year. Is there a way to batch-edit the creation date by decreasing the year by 1?
Thanks in advance
Here you can find 2 powershell script to get & set Exif Date Taken of your photos.
Read carefully what Chris wrote in his blog.
I've used this script for the same your problem on some jpeg before buying LightRoom that do EXIF editing really easy.
I believe you could also use a ComObject in PowerShell Wia.ImageFile to manipulate the information. PowerShell Team wrote a blog post on it here. They provided a module that you might be able to use. I loaded a file and found the DateTaken in the value of "DateTime" under the Properties property of the $image variable, if done as the blog post showed an example of.
I think you could also do this in the GUI of Windows Explorer. I took two files I had taken with a Canon and selected both of them and went into Properties. Under the Details tab I just changed the year value. The month, day, and time staid the same. I did this on two files and it worked, although if you are talking about hundreds not sure how that would perform.