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

Convert word .doc to PDF using SPOOL

marcin_czarny_nype
Participant
0 Likes
3,750

Hi,

I'm trying convert MS Word .doc file to .PDF file. I'm using report RSPO0068 to attach and convert Word file to spool job and next I'm trying convert spool job to PDF using RSTXPDFT4 report.
I have a problem, because downloaded PDF file has an error which means that file cannot be open because haven't any pages.

Regards
M.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
2,405

ABAP systems do not provide such a converter. The only existing converter is plain text to PDF (text eventually obtained from various SAP internal formats like OTF, ABAP list).

RSPO0068 is used to test the XDC converter (look for BC-XDC).

You may purchase integrated XDC converters from SAP partners (or use/purchase any other solution in the web that you'll have to make it work with SAP).

If an XDC converter is defined in your system, you'll see the option DOCCNV_RFCDEST1 setup in SM30 table TSPOPTIONS.

Hi,

I'm trying convert MS Word .doc file to .PDF file. I'm using report RSPO0068 to attach and convert Word file to spool job and next I'm trying convert spool job to PDF using RSTXPDFT4 report.
I have a problem, because downloaded PDF file has an error which means that file cannot be open because haven't any pages.

Regards
M.

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
2,406

ABAP systems do not provide such a converter. The only existing converter is plain text to PDF (text eventually obtained from various SAP internal formats like OTF, ABAP list).

RSPO0068 is used to test the XDC converter (look for BC-XDC).

You may purchase integrated XDC converters from SAP partners (or use/purchase any other solution in the web that you'll have to make it work with SAP).

If an XDC converter is defined in your system, you'll see the option DOCCNV_RFCDEST1 setup in SM30 table TSPOPTIONS.

Read only

0 Likes
2,405

Thanks for the explanation.
I thought that enough set up RFC TCP/IP connection and set options in table TSPOPTIONS as I read in one of note.

Regards
M.

Read only

0 Likes
2,405

Marcin, if this answers your question then please close it by accepting the answer. Otherwise it still shows up as unanswered. Thanks.

Read only

0 Likes
2,405

Hello, did you find a solution ? RSPO0068 need a thirty party converter?

REgards