File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed
docs/fundamentals/PDF Library Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change 11---
22 title : " Embedded PDF Example"
33 ---
4-
5- # # Embedded PDF Example
6-
4+
75 Below is an embedded PDF file that is hosted locally in the GitHub repository.
8-
6+
97 <iframe src="@site/static/pdfs/Jetson_Orin_Nano_Developer_Kit_Carrier_Board_Specification.pdf" width="100%" height="600px">
108 This browser does not support PDFs. Please download the PDF to view it :
119 <a href="@site/static/pdfs/Jetson_Orin_Nano_Developer_Kit_Carrier_Board_Specification.pdf">Download PDF</a>.
1210 </iframe>
13-
11+
1412 <!-- [View PDF](rover-documentation/static/pdfs/Jetson_Orin_Nano_Developer_Kit_Carrier_Board_Specification.pdf) -->
15-
13+
1614 <object data="https://www.st.com/resource/en/datasheet/vnh5019a-e.pdf" type="application/pdf" width="700px" height="700px">
1715 <p>This browser does not support PDFs. Please download the PDF to view it :
1816 <a href="https://www.st.com/resource/en/datasheet/vnh5019a-e.pdf">Download PDF</a>.</p>
1917 </object>
20-
18+
2119 <iframe src="@site/static/pdfs/Jetson_Orin_Nano_Developer_Kit_Carrier_Board_Specification.pdf" width="100%" height="600px"></iframe>
22-
23-
24-
25-
20+
21+
22+
23+
2624 # # Hosting the PDF in Docusaurus
27-
25+
2826 To ensure the PDF is accessible, place it inside the `static` folder of your Docusaurus project :
29-
27+
3028 ` ` `
3129 my-docusaurus-project/
3230 ├── static/
3331 │ ├── pdfs/
3432 │ │ ├── example.pdf
3533 ` ` `
36-
34+
3735 Docusaurus automatically serves files from `static` at the root URL, so `/pdfs/example.pdf` will be accessible in your site.
38-
39-
36+
37+
4038 <div style={{ position : ' relative' , width: '100%', paddingBottom: '56.25%' }}>
41-
39+
4240 <iframe src="https://developer.download.nvidia.com/assets/embedded/secure/jetson/orin_nano/docs/Jetson-Orin-Nano-DevKit-Carrier-Board-Specification_SP-11324-001_v1.3.pdf?__token__=exp=1742583283~hmac=ea4dafe85b264b487c62513dcc03030ba8fcb03358ef0691d866bd310675f8be&t=eyJscyI6ImdzZW8iLCJsc2QiOiJodHRwczovL3d3dy5nb29nbGUuY29tLyJ9" width="100%" height="600px">
4341 This browser does not support PDFs. Please download the PDF to view it :
4442 <a href="https://developer.download.nvidia.com/assets/embedded/secure/jetson/orin_nano/docs/Jetson-Orin-Nano-DevKit-Carrier-Board-Specification_SP-11324-001_v1.3.pdf?__token__=exp=1742583283~hmac=ea4dafe85b264b487c62513dcc03030ba8fcb03358ef0691d866bd310675f8be&t=eyJscyI6ImdzZW8iLCJsc2QiOiJodHRwczovL3d3dy5nb29nbGUuY29tLyJ9">Download PDF</a>.
4543 </iframe>
46-
44+
4745 </div>
You can’t perform that action at this time.
0 commit comments