feat: add PDF support with page navigation (poppler/pdftoppm)

This commit is contained in:
2026-03-26 10:28:22 +01:00
parent 6bec06c470
commit 8ccee3e9ac
2 changed files with 215 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /zplgfa-web ./cmd/web
# ─── Final stage ────────────────────────────────────────────────────────────
FROM alpine:3.20
RUN apk add --no-cache ca-certificates
RUN apk add --no-cache ca-certificates poppler-utils
COPY --from=builder /zplgfa-web /usr/local/bin/zplgfa-web