Question
CYBG
GB
Last activity: 21 Oct 2024 9:51 EDT
How to reference the webwb directory in a function?
Prior to moving to the cloud we generated PDFs using a function that embedded fonts using references to a server directory that contained the font files. Now that we have moved to the cloud we have added the fonts as binary files and need to reference them in the webwb directory. We are doing so using this logic:
PD4Util.generateFontPropertiesFile(pyPDFFontsDirectory, pyPDFFontPropertiesDirectory);
My question is: how do we reference the webwb directory in the new cloud model?
Please note that we wish to leave the existing PDF generation function as untouched as possible, so a full-scale re-write or switch to alternative methodology is a last resort as this would be time-consuming and costly for us.
***Edited by Moderator Marije to add Capability tags***