disable embed pdf

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Cat
User
Posts: 78

disable embed pdf

Post by Cat »

Hello everyone

disable embed pdf for a single page


mobhar
User
Posts: 11726

Post by mobhar »

Simply disable Embed PDF documents option under Tools -> Advanced Settings, then re-generate ALL the script files again.


Cat
User
Posts: 78

Post by Cat »

I don't want the entire project, just one page


arbei
User
Posts: 9384

Post by arbei »

You may use Page_Load server event and set Config("EMBED_PDF", false).


danilo.macri
User
Posts: 96

Post by danilo.macri »

Thank you


Post Reply