/// INF 389G ///
In this guide, we will walk through the exact steps to request and save your data directly from Facebook. We will focus specifically on downloading the data in ".json" format, which serves as the benchmark for long-term data preservation. Because such a format contains non-parsed, illegible code, we will outline three methods for successfully converting ".json" files into clean, readable PDF documents for archival purposes.
To download your data from Facebook, follow these steps.
Using Excel's Text Import Wizard is a great method as it prompts Excel to display all the raw text directly onto the screen, ensuring your actual messages are immediately visible without any extra digging.
Excel will display the data across multiple columns. Because it is splitting raw JSON, the sheet will look cluttered with brackets and labels.
Manual Cleanup: Scan the columns for your actual human-readable text, then highlight and delete the surrounding columns that contain unnecessary code strings.
Once you have isolated the columns containing your actual comments and timestamps, adjust the column widths so the text is fully readable.
Go to File > Print and select Microsoft Print to PDF (or Save as PDF on Mac) to generate your document.
For complex, back-and-forth Messenger conversations, standard spreadsheet formatting will fail, while raw Facebook JSON exports often contain "End-to-End Encrypted" (E2EE) data, which is illegible. The best approach is to first retrieve your decrypted data from “Messenger.com” and then process those files locally using a dedicated open-source viewer like DuckCIT/Facebook-Messenger-JSON-Viewer.
The greatest advantage of this method is total privacy. Because it is built on lightweight web files, the tool runs entirely locally on your computer. Your .json files are processed directly in your computer's memory, ensuring your private conversations are never uploaded to a remote server or third-party database, as the entire interface runs in an offline browser of your choosing.
Note: If your viewer displays system logs and blocks of random characters (like ZXluc...) instead of your actual conversation, you uploaded a standard, encrypted Facebook export. To fix this and see your messages, you must go to Messenger.com and download your decrypted Secure storage data instead.
For massive archives where manual extraction is impossible, proprietary software SysTools JSON to PDF Converter fully automates the conversion process.
This guide focuses heavily on manipulating “.json” files, which are the preferred Preservation Description Information (PDI) format, as they preserve data relationships. While PDF serves as a Dissemination Information Package (DIP) for human consumption, it is important to mention that there is a vastly simpler method if your only goal is to read your data quickly. For users who simply want a clean, accessible document without the technical hurdles, it is much easier to select the HTML format option when initially requesting your data download directly from Facebook. Unlike JSON's raw code, Facebook's HTML files are pre-formatted for conventional reading; you can simply open them like normal offline webpages in any standard web browser, and select "Save as PDF," completely bypassing the need for spreadsheets, data parsing, or third-party viewer tools.
/// INF 389G ///