Skip to main content
Nintex Community Menu Bar

Drawloop - Error: Unable to download Visualforce page

  • March 26, 2021
  • 0 replies
  • 28 views

Forum|alt.badge.img+8

Question

Seeing "Unable to download Visualforce page {(!string.IsNullOrWhiteSpace(ex.Message) ? $": {ex.Message}" : ". ")} (ResourceInvalid)" error message when running a DocGen Package.

 

Answer

The issue will occur if you're trying to render a PDF from a Visualforce page but the Visualforce page may contain an error (possibly in the Apex controller or extension) or the Visualforce page is using components not designed for rendering PDFs.

Please see additional information regarding this error at: https://help.nintex.com/en-us/docgen/docservices/Default.htm#cshid=9083

 

Related Links