Team,
We wanted to automate the printing process of few documents to send to external printer(server).
We are receiving the base64 format of the PDF files from an external application to SAP with OData.
We have converted this to binary and used below ADS function modules to convert to PDF spool and send to printer.
ADS_SR_OPEN, ADS_GET_PATH , ADS_SR_CONFIRM
But, these PDF are sent to external printer/server as PDF Images, text on them is not readable.
When PDF is opened from SP01, then the text on PDFs is selectable and readable, but only when it reached external printer/server, they are Image PDFs.
When we saw the spool properties, they are GRAW format. I think this could be reason the issue.
We have given PDF1 as Device Type and U(Print using Berkley protocol) as access method to send to external printer.
What could be the reason for this issue? How can we solve this issue?