function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shreejaganshreejagan 

RenderAs PDF overlap issue

I have used the render as PDF option & apex: detail and created a new Visualforce page. But when doing this the default Salesforce styles are not rendered in the PDF page. So we have explicitly added the default styles in the new Visualforce page.

 

But the problem here is , if the related list has lot of columns then the columns gets overlapped in the PDF version.

 

Please let me know if there is some other way to accomplish this requirement or any work around to fix this issue.

 

Thanks for the your help in advance.

 

Thanks,

Shree

 



kiranmutturukiranmutturu

apex:detail is a unsafe component to use when u renderas pdf.... u need to prepare the same structure through your own way like detail.. just refer   in visual force guide with this Components That Are Unsafe to Use in a PDF..