[Tex/LaTex] Inserting a digitally signed PDF to an article

pdfpagespdftexsignatures

I need to add some digitally signed documents (pdf format) to a report I'm writing and, for some reason, when I import the document both the document's number and digital signature are gone. Documents signed through a web application and are numbered once they receive their final signature.

This is the command I'm using:

\includepdf[ pages={1,2},pagecommand={\subsection{AGG}}]{AGG.PDF}

This is an image of what the digital signature looks like and what is missing on the final document where this is imported.
This is what the document looks like in Acrobat Reader

Is there a way to have digital signatures show on Latex? I'm using Overleaf if it makes any difference.

Best Answer

For future users, I solved this by first printing the signed PDF to PDF, and then the signature showed up in my Latex document using \includepdf.

Related Question