Search found 2 matches

by gaser
Wed Mar 17, 2021 9:18 am
Forum: Image Processing & Document Imaging
Topic: GdPictureDocumentConverter HTML
Replies: 2
Views: 8982

GdPictureDocumentConverter HTML

Hi, i want to convert a simple html file to pdf. I used the following example code. using (GdPictureDocumentConverter gdpictureDocumentConverter = new GdPictureDocumentConverter()) { // Set the text and document properties to be used for the resulting file. gdpictureDocumentConverter.HtmlPageHeight ...
by gaser
Wed Mar 17, 2021 9:12 am
Forum: Image Processing & Document Imaging
Topic: Word/Excel document to PDF
Replies: 3
Views: 12220

Re: Word/Excel document to PDF

HI,

this works for me, but only for very simple Word documents. Every "normal" docx File i tried, created a 0 bytes pdf file. I used C# VS2019, GDPicture 14.1.0.107