How to export a note with an embedded pdf file to pdf

I have page 2 of a pdf file embedded in my note:

![Unicode Pfeile U2190](../Unterricht%20CTA%20SuS/attachments/Unicode%20Pfeile%20U2190.pdf#page=2)

When I make an “export to pdf” of this note, I see page breaks inside of the embedded pdf and at the top.

Strange: When I export without changing anything (!), I get different (!) outputs.

How can I show the whole site 2 in the exported pdf file?


I tried this in an activated print.css file, with no result:

div.internal-query-header, 
div.pdf-toolbar  {

page-break-after: avoid;

} 

div.pdf-viewer-container,
div.textLayer,
span.cm-string.cm-url   {
page-break-inside: avoid;
    
}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.