March 14, 20214 yr I have the following code in a webviewer to vide a pdf: "data:text/html,<!doctype><html> <body> <object data='data:application/pdf;base64," & Base64Encode ( PDF::File_Container ) & "' type='application/pdf' width='100%' height='100%'> </body> </html>\"" If I only want to view the bottom half (or top half) of the pdf, is there something I can edit here to achieve that? Somewhat also related, what if I want to view page 2 of the pdf by default?
Create an account or sign in to comment