Resolving PDF Rendering Issues

  • 16 February 2021
  • 0 replies
  • 74 views

Badge +5
 

Resolving PDF Rendering Issues

KB001444

PRODUCT
K2 smartforms 1.0.4 to 4.6.10
BASED ON
K2 smartforms 1.0.4
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.

Introduction
PDF rendering issues may occur when system resources that were available during the design of a K2 smartforms' PDF are no longer available due to authorization or environment change issues.

 

Issue
The K2 smartforms PDF Control renders the PDF from information stored in the K2 SmartObjects. External information, like stylesheets and images, may be missing if access to those resources are not available at the time that the PDF is built. Authentication and other environment issues may therefore cause the resulting PDF to be rendered incorrectly.

Workarounds

  • Disable IE Enhanced Security Features - deselect 'Enable Enhanced Protected Mode' in Internet Options.
  • Add the website to the trusted sites for the K2 blackpearl service account.
  • Check the proxy settings for the K2 service account’s browser (usually you should disable the proxy or add a bypass for the K2 smartforms sites).
  • If SmartForms runs on the same computer, add the site to the hosts file entries (WindowsSystem32Driversetchosts, add the friendlyname.com etc. to 127.0.0.1)
  • For SSL configurations, disable the following IE Internet Options
    • Block unsecured images with other mixed content
    • Check for publishers certificate revocation
    • Check for server certificate revocation*
  • If SmartForms is configured to use more than one different runtime URL in K2 smartforms 1.0.4 or higher, and one of the runtime sites does not correctly render a PDF, add the following key to the web.config file for the K2 smartforms runtime URL that renders incorrectly, using the base URL for that runtime environment in the value property.
    <add key="Forms.Controls.SaveAsPDF.BaseURL" value="http://your.base/url/"/>

To modify the settings for the service accounts browser it is better to remote login to the computer as the service account and not  do a 'run-as' (there are some side-issues avoided by doing this with the user profile for the service account).

 


0 replies

Be the first to reply!

Reply