Экспорт аннотаций
Извлеките выделения, комментарии и заметки из PDF — вместе с выделенным текстом — в Markdown, CSV или JSON.
Reviewing a document produces two things: the marked-up PDF, and the actual feedback buried inside it. Getting the second one out normally means scrolling the whole file and retyping. This tool reads the annotation objects directly — highlights, sticky notes, comments and ink — and gives you them as a list, each with its page number and, for a highlight, the text that was actually highlighted rather than just a coloured rectangle.
The export comes in three shapes for three different destinations: Markdown to paste into notes or a ticket, CSV to sort and assign in a spreadsheet, and JSON if something downstream is going to read it.
How it works
- Drop in a PDF that has comments on it.
- Read the annotations found, page by page.
- Pick Markdown, CSV or JSON.
- Copy the result, or download the file.
What people use it for
- Turning a reviewer's marked-up draft into a checklist of changes to make.
- Collecting the highlights from a paper into your reading notes.
- Handing a client's PDF comments to a team as a spreadsheet with page numbers.
Frequently asked questions
- Is my file uploaded to a server?
- No. The file is opened by JavaScript and WebAssembly running inside your own browser tab. It is never uploaded, there is no server-side processing and nothing is stored — closing the tab discards everything.
- It says the PDF has no annotations, but I can see them.
- They have been flattened — painted into the page as ordinary graphics, which is what happens when a PDF is printed to PDF, exported flat, or marked up by a tool that draws instead of annotating. Our own Annotate tool paints its highlights in that way, so its marks cannot be read back either. Once flattened, a highlight is a coloured rectangle in the artwork and there is no comment left to extract.
- Do I get the text that was highlighted, or just the position?
- The text. For each highlight the underlying words are read out of the page and included, which is what makes the export usable as notes rather than as coordinates.
- Which format should I choose?
- Markdown to read and paste. CSV when several people need to work through the comments and tick them off. JSON when a script is going to consume it.
- Are drawings and freehand marks included?
- Ink annotations are listed with their page, so you know a mark is there and where it is. Their shape is not turned into text, because a freehand squiggle has no text to give.
Похожие инструменты
PDF в Word
Получи редактируемый .docx — плавные абзацы, заголовки и картинки внутри.
Word в PDF
Конвертируй документы .docx в свёрстанный PDF — заголовки, списки, таблицы и изображения. Полностью в твоём браузере.
Excel в PDF
Преврати листы .xlsx, .xls, .ods или .csv в аккуратный табличный PDF — автоориентация, повторяющиеся заголовки, широкие таблицы разбиваются по столбцам. Формулы используют сохранённые значения.
PDF в Excel
Извлекай таблицы и текст из PDF в книгу .xlsx — по одному листу на страницу, с распознаванием европейских числовых форматов. Отсканированным PDF сначала нужен OCR.