i'm trying to insert a rather large, handwrittenly annotated pdf. It was created using Drawboard PDF. pdfpages inserts the pages fine, but removes all annotations from every page, leaving them empty.
This is what a page originally looks like (viewed using any pdf viewer, including the overleaf preview):

But after inserting it with \includepdf, all the pages look like this:

Does anyone know what's causing this problem to occur? Any possible fixes?
I'm adding it the following way:
\includepdf[pages=-]{docs/test.pdf}
And i'm using the following packages, if it's of any importance:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{enumitem}
\usepackage{pdfpages}
Drawboardhas any option like "print as pdf"? – book Dec 05 '18 at 17:10