PDF Headers Printing Upside Down
After using WebGrabber WBE to convert a file to PDF, and then using Toolkit to add headers to each page in the file, the header on the first page of the resulting PDF appears upside down.
Note: This issue has not been reproduced when using an Evaluation license of WebGrabber WBE.
Probable Cause
This issue occurs because header information needs to be cleared.
Resolution
To resolve this issue, simply call SetHeaderTextBackground after ClearHeaderInfo and prior to GenerateHeader, as in the following code snippet:
tkitObj.ClearHeaderInfo();
tkitObj.SetHeaderTextBackground(1);< /p>
GenerateHeader();
Comments
0 comments
Please sign in to leave a comment.