X3 Screen to Browse PDF

Hello,

I would like to know if possible to Browse (Visualize) PDF in a X3 Custom screen.

I successed with Image, it appears on the screen. Not with PDF, it is blank.

Then the idea is to use a dynamic URL to visualize Docs on the X3 Server.

My test in V12

Add in OSOH, 1 Custom Screen XSOH5 with 1 browser 1 field XPDF Type AC0 Aclob

SPESOH

When ouvre : gosub PDF

$PDF

XPDF = "">blabla.com/Image.jpg"  # "">http://blabla.com/test.pdf"
Global Clbfile GCLBURL(1)
GCLBURL = XPDF
Effzo C
Affzo C
Inftxt GCLBURL At 1

#XPDF = "http://mysolution:8124/sdata/x3/erp/myfolder/$service/upload?fileName=[XGED]/SOH/"+[M:SOH0]SOHNUM+"/CUSTOMER_ORDER.pdf&type=1&$format=pdf%22"

Return