saving . . . saved Latex writing has been deleted. Latex writing has been hidden .
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 10-07-20, 2:18 p.m. Barge

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}
24-10-20, 5:44 p.m. pravin1389


Log-in to answer to this question.