Generating PDF in constellation Application.

Do we have any component to generate the PDF using views in the Constellation application >

@Rahul Toky

HTML to PDF in the Infinity platform continues to work for Constellation applications as well. So you can generate PDF out of sections. You would need to create those sections converting what you have on Views and adjusting to how PDF should look like.

https://docs.pega.com/bundle/platform/page/platform/user-experience/generating-pdf-constellation.html

Since PDFs generally need a very custom layout and organization, HTML is a better tool (than JSON definition of a View) for generating the PDF medium. As of now, we do not plan to convert Views to PDFs. There are JS libraries generating PDF from HRML both client and server side.

@Kamil JaneczekThanks a lot for the quick response.

@Kamil Janeczek Link shared by you is not accessible-
Pegasystems Documentation

@Rahul Tokythanks for pointing out. I edited my previous message.

@VivekS0329 yes, it has been used by many projects, some not even knowing it was packaged in this component (but using the same architectural approach with different data objects to manage different elements of the PDF). I am a big fan.

@Rahul Toky long time no speak!

in addition to this there are market place components that help provide a scalable framework for managing documents.

This is more for wider benefit, as I believe you have seen a variation of this implementation on your current client (or the one we worked on together a few years back). It uses data objects and paragraph rules to structure your content and pd4ml to style it correctly.

So basically Constellation doesn’t change how you approach PDF generation.

@MarcCheongYes i remeber this Component we worked toagther With Rasim.

Indeed a great component to be used.