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 image format to PDF

Former Member
0 Likes
783

Hi all,

I am trying to find a way of converting an image file, obtained from a FILENET system, to a PDF format.

For obtaining the data from FILENET i use FM ARCHIV_REQUEST.

This FM returns an internal table DOCS, which is the content of the file in binary.

Is there a way to convert this internal table content (image) to PDF?

Another posibility would be to download the file to the application server (or maybe presentation server) and use some other way for doing this conversion.

Thanks for your help!!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
684

Take a look at this blog...Not exactly the same but can give you some hints -;)

<a href="/people/alvaro.tejadagalindo/blog/2007/04/15/tasting-the-mix-of-php-and-sap--volume-12 the mix of PHP and SAP - Volume 12</a>

Greetings,

Blag.

Hi all,

I am trying to find a way of converting an image file, obtained from a FILENET system, to a PDF format.

For obtaining the data from FILENET i use FM ARCHIV_REQUEST.

This FM returns an internal table DOCS, which is the content of the file in binary.

Is there a way to convert this internal table content (image) to PDF?

Another posibility would be to download the file to the application server (or maybe presentation server) and use some other way for doing this conversion.

Thanks for your help!!!!

2 REPLIES 2
Read only

Former Member
0 Likes
685

Take a look at this blog...Not exactly the same but can give you some hints -;)

<a href="/people/alvaro.tejadagalindo/blog/2007/04/15/tasting-the-mix-of-php-and-sap--volume-12 the mix of PHP and SAP - Volume 12</a>

Greetings,

Blag.

Read only

Former Member
0 Likes
684

Decided to use Adobe software for windows in order to convert varios images into PDF format.