I am using Visualforce page with Standard & extension controller to create a Quote document with header, footer & body. In body it has table which contains pricing details. I have added page break css (page-break-inside:avoid) property also for that table rows. It is rendering properly when I render it in quick action modal but when we save it to that quote using apex as Notes & attachments (content version) it is adding extra row line at footer as well as when we email that document & save it to local it is showing extra row line. How can we resolve this issue. @Sebastian Gozdur @* Salesforce Developers * @Mohith Shrivastava
Please find the attached apex code which will save the visualforce page as pdf & attach it to that Quote as Notes & attachment.