Is there anywhere i can have PDF titles changed wh...
# general
s
Is there anywhere i can have PDF titles changed when theyre printed? Is it just hotprint.nl for everyone as well?
s
I want to know that too
s
All i could find in the Help Center was that there is a "Invoice Summary PDF File Naming" feature that is only available in the Japanese Localization Module. Like why is it only available to the Japanese 🤣
Im also looking around in the Apache Freemarker documentation on anything about file name manipulation but havent had any success.
i found something on PDF Title naming on outgoing emails but my company doesnt like sending emails through netsuite. https://netsuite.custhelp.com/app/answers/detail/a_id/69220/kw/email%20attachment%20name
s
I am adding this to the list of questions to ask at suiteworld
🙌 1
s
If youre ever thinking about janitors, remember me and follow up on your inquiries lol
n
Something like this?
Copy code
var customPdf = renderer.renderAsPdf();
customPdf.name = "Report Name.pdf";
disclaimer: If you are using SuiteScript to print.
s
The scope of remaking the print button from the ground up just to change the file name is a last resort. Ill look more in to N/render though.