Reputation: 3299
I'm not sure if this is possible but as I was looking for a way to convert docx -> pdf serverside (Aspose is a bit expensive), I wondered if I could do this by printing my document to a Pdf Printer.
Altho, I would need a decent one then, as it shouldn't show dialogs when trying to print ofc.
Does anyone know if:
Thanks
Upvotes: 2
Views: 609
Reputation: 86492
Try pdfcreator
.
PDFCreator is a free tool to create PDF files from nearly any Windows application.
Key Features:
- Create PDFs from any program that is able to print
...
- Terminal Server: PDFCreator also runs on Terminal Servers without problems
If you can read DOCX content and print from your WCF
service, the pdfcreator
printer driver will generate PDF from anything.
Upvotes: 2