How To Generate PDF Stream to Image Stream

I have PDF Base64-Stream and i want generate that PDF Stream to Image Stream. this image stream will used for request API.

anyone have solution for generate this PDF Stream to Image Stream?

Thank u

@Lanris90

I’m not aware of any OOTB solution to this.

The public Pega java API does not include any functions for converting a PDF to an image.

If you have some java skills and the time to investigate, then there is the option of using PDFBox java library as per this discussion:

The PDFBox library is included in Pega, you can run the db query noted in this post to check which version you have in your version of Pega:

@JoeH9464

thank u for your response

its worked