I am just trying to incroporate PDF into Latex by either using:
%\includepdf[pages={1}]{example.pdf}
OR
%\includegraphics[
% page= 1,
%width=\textwidth,
%height=\textheight,
%keepaspectratio,
%trim=0 0 0 20pt,
%]{example.pdf}
The issue is that the person replied digitally to my questions on the pdf. (When opening it via Adobe or the Browser I can see his answers). But when incorporating it in LaTeX the text has disappeared. Any idea how I can solve this problem?