cancel
Showing results for 
Search instead for 
Did you mean: 

I developed a transaction generating .pdf document.

Former Member
0 Kudos

Hi,

I developed a transaction generating .pdf document.

Transaction succesfully running.

I want to display PDF with .htm page.I tryed but i did not achieve.

I prepared link is below.

PDF link is : http://server:50000/XMII/CM/Creating_PDF/Docu.pdf

How can i display PDF with web page?

Thanks.

<a id="PDFlink" href="http://server:50000/XMII/CM/Creating_PDF/Docu.pdf" target="blank" style="visibility:hidden;display:none;">PDF sucessfully created</a>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Cemil,

if you use the "web://" prefix to save the file like Christian proposed, it will be saved to MII DB and published. If you use the "db://" prefix, it will only be saved, is visible in the MII workbench but cannot be displayed in the browser.

Try to publish it from the workbench (right click on the pdf file name and select "publish" from the content menu), then open the link in the browser. If it works, then this was the reason of your problem.

Good luck

Michael

Former Member
0 Kudos

Hi,

I saved it under WEB.

Creating_PDF/WEB/Docu.Pdf

Creating_PDF is project name.

Answers (1)

Answers (1)

Former Member
0 Kudos

did you save the pdf using the web: prefix?