Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Empty form input field on print but not on PDF rendering #78

Open
vinibill opened this issue Jan 29, 2015 · 0 comments
Open

Empty form input field on print but not on PDF rendering #78

vinibill opened this issue Jan 29, 2015 · 0 comments

Comments

@vinibill
Copy link

I've successfully generated a PDF from html. All content is in place and selectable, but when printing (either virtually or on a real printer) the output PDF/Paper does not contain any text on the input fields. Here's some evidence:

https://drive.google.com/file/d/0B8V7chge0PPEVEJWSzVWTWVCMmM/view?usp=sharing

This issue seems related to #45 but I'm not sure.

I'm using NuGets package Pechkin.Synchronized which means version 0.5.8.1 my object configuration is:

new ObjectConfig()
.SetRenderDelay(100)
.SetJavascriptDebugMode(true)
.SetAllowLocalContent(true)
.SetLoadImages(true)
.SetPrintBackground(true)
.SetCreateForms(true)
.SetScreenMediaType(true)
.SetFallbackEncoding(Encoding.UTF8)
.SetPageUri(fromPath)
.SetCreateExternalLinks(false);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant