Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Ity Sharma
2
Views
3
Comments
Need Help for Convert to PDF
Question
Hi,
I am facing the problem with HtmlToPDFConverter Action
please find the below error which i get on run time of the action.
Message:
Could not find file 'C:\Windows\TEMP\TEMPMIEWHMPBYV.pdf'.
Stack:
at ssHtmlToPdfConverter.RssExtensionHtmlConvertToPdf.MssGeneratePDF(HeContext heContext, String inParamURL, String inParamProxy, String inParamOtherArgs, Byte[]& outParamPDFBinary, String& outParamMessageOutput)
at ssHtmlToPdfConverter.Actions.ActionHtmlToPdfConverter(HeContext heContext, String inParamURL, String inParamWhereToAddPageNumber, Byte[]& outParamBinary, Boolean& outParamError)
Locale: en-US
Regard's
Ity Sharma
Kilian Hekhuis
MVP
This could be an authorization problem. Make sure the ISS user has is authorized to both read and write on the Windows temp folder.
J.
MVP
what Kilian said,
and test it via the command-line on the server with
(with the right values of course)
"wkhtmltopdf.exe https://<server>/<yourespace>/<yourwebpagetobepdf>.aspx <tempdir>test.pdf"
Ity Sharma
Hi,
I found the solution for the issue, and that is we need to check the anonymous role for the desired page
which going to print as PDF.
Regard's
Ity Sharma
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...