Search found 6 matches
- Fri Oct 05, 2018 12:21 pm
- Forum: Technical / Scripting
- Topic: PDF report generation
- Replies: 5
- Views: 4552
Re: PDF report generation
Finally got this project done.... User completes google form Google Sheets updated with answers Macroscheduler then: - checks for new responses - calculates results for respondent - sorts some data (shout out to DOS Sort!) - creates a custom 8 page report for them (assembling multiple separate compo...
- Thu Sep 06, 2018 6:18 pm
- Forum: Technical / Scripting
- Topic: PDF report generation
- Replies: 5
- Views: 4552
Re: PDF report generation
Got it....just "Execute File" with the parameters passed.... Very powerful!
Thanks!
Thanks!
- Thu Sep 06, 2018 6:05 pm
- Forum: Technical / Scripting
- Topic: PDF report generation
- Replies: 5
- Views: 4552
Re: PDF report generation
Excellent! I am working on it now.... how do you call the wkhtmltopdf.exe from inside macroscheduler?
- Thu Sep 06, 2018 12:27 pm
- Forum: Technical / Scripting
- Topic: PDF report generation
- Replies: 5
- Views: 4552
PDF report generation
So..... I am a little stuck. I am trying to automate the generation of a custom PDF document and then email the resulting PDF. I can do all the front end work to get the values extracted and ready to merge... and once generated send the document.... Any suggestions for a tool for doing the mail merg...
- Tue Oct 26, 2010 6:59 pm
- Forum: Technical / Scripting
- Topic: Using Retrieve Pop3 and Gmail
- Replies: 2
- Views: 3561
Radar screen??
Marcus - thanks for the reply. Is SSL support on the radar screen for RetreivePop3? I noticed there were methods for using SSL for other http requests...
Thanks
Andrew
Thanks
Andrew
- Tue Oct 26, 2010 10:45 am
- Forum: Technical / Scripting
- Topic: Using Retrieve Pop3 and Gmail
- Replies: 2
- Views: 3561
Using Retrieve Pop3 and Gmail
For some reason this command doesn't seem to work just seems to I get a 'connected' message - but the command does not download the message - and then times out after 30 seconds. Let>POP3_STATUS=1 Let>POP3_PORT=995 Let>POP3_TIMEOUT=30 RetrievePOP3>pop.gmail.com,EMAILWASHERE,PSWDWASHERE,C:\macrotest\...