Hi,
How to insert the user macro on pdf style sheet.For example I have a user macro for current date and time,and i need to insert the current date and time on pdf when export.Is any possibilities to insert user macros on pdf style sheet codings.
What I would do is insert it into you page and wrap it in a div tag. Give the div a css class called "hideonscreen" and then in your global or space stylesheet add this.
.hideonscreen {display: none;}
This will hide it when people view your page, but in the export (if you don't add the same thing to the pdf stylesheet) it will show there.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.