Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Converting PDF into URL which can be displayed using browser

Former Member
0 Likes
783

Hi All,

I am looking for a way to convert a PDF into an URL which can be used in to display the pdf in browser in any system.

I have checked couple of threads and found the way to convert into URL but those URLs are local to the system which can not be opened in other systems.

Let me know if there is any way to achieve this in ABAP,

Thanks in advance.

Best Regards,

Priyaranjan

Hi All,

I am looking for a way to convert a PDF into an URL which can be used in to display the pdf in browser in any system.

I have checked couple of threads and found the way to convert into URL but those URLs are local to the system which can not be opened in other systems.

Let me know if there is any way to achieve this in ABAP,

Thanks in advance.

Best Regards,

Priyaranjan

1 REPLY 1
Read only

Former Member
0 Likes
692

Hi,

where is your PDF located?

Is it

  • a GOS document ?
  • a BDS document ?
  • somewhere in the App Server OS directory ?

For most of them a RFC enabled function module might be the solution.

Regards,

Klaus