Generate PDF from Apex

Generate PDF files directly from Apex with the new getContentAsPDF() method.

Where

Apex classes using PageReference.

How

Use PageReference.getContentAsPDF() to render any page as a PDF blob.

Why

Simpler PDF generation without complex Visualforce rendering. Note: This will be enforced in Summer '26.

💬 Comments

Loading comments...