Latex writing
Title
Question
How to add pdf file on overleaf for latex . I want to add synopsis in my report and synopsis is in pdf format.
LaTeX Report-Writing 01-02 min 0-10 sec
Answers:
Include this line in the package declaration section:
\usepackage{pdfpages}
To include the PDF file add this line in your code:
\includepdf{synopsis.pdf}
Login to add comment