Question
1
Replies
142
Views
Posted: April 29, 2019
Last activity: May 21, 2019
Closed
AFP to PDF files conversion
Is there any way to convert AFP files into PDF. We have a requirement where users will be uploading documents in AFP format and those needs to be sent as email attachment. But before sending those files as attachment, the file format needs to be converted into PDF.
We are looking for some java library functions, which can be used to convert the uploaded AFP file into PDF.
Thanks in advance.
Hi Subhashis,
There is no OOTB to convert AMP file to pdf and vice versa.
If you want to achieve this then you can send amp file to external system which converts it to pdf through REST call.Get the response as pdf and then use it.
Thanks,
Abhinav