cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading PDF as a MIME and using it as a BSP page

Former Member
0 Kudos

hi BSP gurus,

I have received a requirement where in we have to create a page with static content ( which has a processes with flow chart diagrams, text content and URL etc). User has provided this as a PDF document.

Could anyone suggest if we can directly upload this PDF document as a MIME and use it as a page?

P.S : I was able to upload PDF document as a MIME and create a page with flow logic of type application/pdf.

Please let me know how can I use this PDF to display as a static page. Let me know if there is any other better solution.

Appreciate your response.

Regards,

Sameena

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

yes you can. Make right-click on your web application and then Create --> MIME object --> import. The file is uploaded into the web application and then you can call it, let´s say, like this:

<htmlb:link id="link1"  reference="programming.pdf" text="presiona aqui"/>

Application displays the PDF file.

Answers (0)