vault backup: 2025-09-11 16:53:00

This commit is contained in:
2025-09-11 16:53:00 -04:00
parent d7b51d9488
commit b94c8e4609
3 changed files with 45 additions and 17 deletions
+27
View File
@@ -10,6 +10,33 @@ tags:
See [[portable-tools]] for valid dependencies.
## Bluebeam Revu Measure Hack
BlueBeam Revu give coordinates for count annotations,
even where count = 1.
Bluebeam's .bax is a annotation interchange format based on xml
1. Export markups to .bax
> [!menu]
> Markups List > Markups > Export Markups
2. Edit markups
Convert count annotations to polygons
```
<TypeInternal>Bluebeam.PDF.Annotations.AnnotationPolygon</TypeInternal>
```
3. Delete all markups in the pdf
4. Import Markups from edited .bax file
> [!menu]
> Markups List > Markups > Import
## Clean Documents
### Page Rotation