# Extract all annotated frames from preview as a PDF **GET /actions/preview-files/{preview_file_id}/extract-annotated-frames-pdf** Build a multi-page PDF with one page per annotation — for movies, the extracted frame at the annotation's time; for pictures, a copy of the picture with the annotation rendered. Returns 400 if the preview has no annotations. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **preview_file_id** (string(uuid)) Preview file unique identifier ## Responses ### 200 PDF document with annotated frames as pages #### Body: application/pdf (string(binary)) string(binary) ### 400 Preview has no annotations or unsupported extension ### 404 Preview file binary is not available [Powered by Bump.sh](https://bump.sh)