FDF to CSV is a simple web application that converts .fdf
files containing comments exported from .pdf
files into .csv
files that list out the comments and their pages.
-
Open a pdf file in Adobe Acrobat
-
Select "Comment" from the toolbar
-
Click the three dots and then "Export All Data to File". This will create a
.fdf
file. -
Go to https://thistemba.github.io/fdf-to-csv/ and select a minimum comment length (for filtering out very short comments, 0 if you want them all)
-
Upload the
.fdf
, the.csv
file will be downloaded automatically.
- Only tested on two files
- This was based on my dyd-to-csv converter