16 lines
338 B
Markdown
16 lines
338 B
Markdown
---
|
|
id:
|
|
aliases: []
|
|
tags:
|
|
- automation
|
|
- software
|
|
- type/idea
|
|
---
|
|
# Automating PDF Annotation
|
|
|
|
## Extract Bluebeam Markups
|
|
|
|
Right now I'm exporting Bluebeam markups to csv before processing,
|
|
however if I converted to the code to extract the markups directly with MuPDF.Net
|
|
as I've managed before with itext, that could save a step.
|