Skip to main content
Participant
May 11, 2021
解決済み

Revert to an older version of PDF in Acrobat Document Cloud

  • May 11, 2021
  • 返信数 2.
  • 3240 ビュー

For a long time, I have been using Acrobat Document Cloud for reading PDFs and saving them. One of my PDFs has now corrupted due to unknown reasons. How can I get my pdf back?

このトピックへの返信は締め切られました。
解決に役立った回答 try67

Unfortunately, the Adobe Document Cloud does not have such a feature. When you overwrite an existing file on it the old version is gone for good.

返信数 2

try67
Community Expert
try67Community Expert解決!
Community Expert
May 11, 2021

Unfortunately, the Adobe Document Cloud does not have such a feature. When you overwrite an existing file on it the old version is gone for good.

Karl Heinz  Kremer
Community Expert
Community Expert
May 11, 2021

The best way is to go to your computer's backup and retrieve an older version of this file. That of course asumes that you create regular backups. If you don't then this should be a wakeup call to start doing that. 

 

If you never did a "Save As" on this file, you may be able to recover a previous version using a binary editor. Before you start, make a copy of your file and only work with that copy, never touch the original file, unless you want to risk to destroy the file even more.

 

You need a binary editor to do this, Wordpad or Notepad will not work. I use vi on a Mac in binary mode for jobs like this. A PDF file is saved by adding an incremental update to the file. This means that when you start to search backwardsmfron the end of the file, you might be able to find the previous end of file mark. Look for %%EOF - one you find it, remove anything after the %%EOF and save your file. You might be able to recover the previous version of the file this way. I wrote about this a few years ago: http://khkonsulting.com/2017/10/pdf-time-machine/

Abhishek5E95作成者
Participant
May 11, 2021

Let me provide more details about the document. Original size of my pdf was roughly 300 MBs and now it has reduced to 4.5 MB. What can I do to get the original file back?