Application Development 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: 

Tiff file to PDF file from application side

Former Member
0 Kudos

Hello,

What I'm looking to do is convert a tiff file that is located on the application side to a PDF.  I know you can convert a file into a OTF then convert that to a pdf, but i cannot find a way to convert the tiff file to a OTF.

Prior to the file being a tiff, it is converted from xstring to binary, so if anyone knows of a way to convert a string or convert binary to OTF that would work as well, i have been searching all day and i can't find something that works.

EDIT: Also, the file i am trying to convert are not tiff 6.0 so i cannot use RSTXLDMC, it gives me an error concerning format as it only accepts tiff 6.0.

Thank you all!

Jason

2 REPLIES 2

former_member1716
Active Contributor
0 Kudos

Hi Jason,

Try converting the Tiff file into OTF file and then convert it into PDF,You can make use of below FMS,

CONVERT_OTF  --> To convert the file into OTF

GUI_DOWNLOAD --> To download the file in PDF format

Regards,

Satish

former_member1716
Active Contributor
0 Kudos

Also please follow the below thread hope it helps you,

Convert TIFF format to PDF format in ABAP

Regards,

Satish