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
SSRS2SSRS2 

Clipping not working when renderas="pdf"

 

Hello

 

I have tried the css clipping property. Here I have noticed that it works in html output and not when it is pdf. 

 

This is my vf code 

 

<apex:page renderAs="pdf" showHeader="false"><div style="clip: rect(0px, 30px, 30px, 0px);position:absolute;"> aaaaaaaaaaaaaaaaaaaaaaaaaaaa</div></apex:page>

 

 

Any alternative css style for clipping when it is pdf? 

 

Thanx