cancel
Showing results for 
Search instead for 
Did you mean: 

Converting DOCX file to PDF?

10-15-2024 2:34 PM
warcsi Participant
1079 views 2 comments
0 Likes
SAP Managed Tags
Labels
binaryConversionDocxPDF
Subscribe

I have read a relevant document with SCMS_DOC_READ.
The type of the document is docx, I am wonderring if converting this to PDF is possible? 
Any hints are apreaciated 

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Tomas_Buryanek
Product and Topic Expert
Product and Topic Expert
0 Likes

I think that only way would be using some third party converter application.

For example you can think about installing some "converter library" on application server and calling it via the SM69 external command in ABAP. Plus of course saving DOCX & reading converted PDF files through OPEN DATASET commands on application server.