Questions tagged [pdfcreator]
6 questions
1
vote
0 answers
i can't render a image in pdf-creator-node header
const options = {
format: 'Letter',
orientation: 'portrait',
border: '0mm',
header: {
contents: `

Vinicius Nequiz
- 21
- 2
1
vote
1 answer
PDF Creator Node always display italic
I use pdf-creator-node package to generate PDF from HTML. But, when its displayed, my text are always shown italic even though I do not set it to font-style:italic. I tried to set with font-style:normal !important; to my body and HTML, but it still…

FGtaV
- 53
- 5
0
votes
0 answers
Failed to call PDFCreator 4.x~5.x com interface in VSTO addin
When I upgrade PDFCreator from version 3.2.0 to the new version one 4.4.1 or 5.0.1.1. My excel VSTO addin can't work(the addin using VB.net VS2019, just call PDFCreator com to print). it works in PDFCreator 3.2.0 with .net Framework 4.5.1, excel…

taqqug
- 1
- 1
0
votes
2 answers
Print Word Document using a virtual PDF printer from C# programmatically and silently
I have a Docx Word Document and I am trying to convert it to PDF using a virtual PDF printer such as PDFCreator or similars. I want to do the same as when you open a document in Word and then you print it using an available virtual PDF printer…

Willy
- 9,848
- 22
- 141
- 284
0
votes
0 answers
Is there a way to prevent PDFCreator from remembering and resuming killed jobs?
I'm writing a C# program that is supposed to serve as an intermediate step inside a PDFCreator workflow, while a document is being printed.
It's a regular console program and it works fine when everything else is fine. The root problem, as I've…

aoven
- 2,248
- 2
- 25
- 36
0
votes
1 answer
Exporting edmx diagram from edmx designer cut off tables using PDFCreator
I am trying to export edmx diagram from the edmx designer in Visual Studio 2013 to a png image using PDFCreator. The problem I have is that PDFCreator cut off some tables. In PDFCreator I select ARCH E3 as paper size. Also it is exported to png…

Willy
- 9,848
- 22
- 141
- 284