<@UN3JFQH17> you can use `&lt;pdfset&gt;` for this...
# advancedpdf
m
@Aria Ghahari you can use
<pdfset>
for this, e.g.
Copy code
<?xml version="1.0"?>
<!DOCTYPE pdf PUBLIC "-<//big.faceless.org//report>" "report-1.1.dtd">

<pdfset>
	<pdf>
		<!-- your regular pdf template here -->
	</pdf>
	<pdf src="<https://link.to/file.pdf>" />
</pdfset>
Make sure that the file in the file cabinet is available without login
a
@michoel Thank you for that information. When I add the new lines, I get the following message: "The reference to entity "c" must end with the ';' delimiter." When I go to that line, all I see is:
Copy code
<td align="left" rowspan="3" width="50%"><img src="<https://redacted>" style="float: left; margin: 7px;width:150; height:95.5;" /></td>
Any ideas?
So I figured that one out. The URL contains & so had to encode it with &
Now it gives the error: "Error reading external PDF from https://. . . " I made sure AVAILABLE WITHOUT LOGIN is checked on the file.
. . . and I encoded a ? with & accidentally. @michoel THANK YOU!!!!! You have no idea how much this is going to help. Amazing. Thank you!