Search found 1 match

by joserra
Tue Jan 09, 2018 1:42 pm
Forum: Office Open XML & Open Document
Topic: Docx to PDF GDPicture 14
Replies: 1
Views: 12268

Docx to PDF GDPicture 14

Hi, I´m trying to convert DOCX to PDF using: GdPictureDocumentConverter converter = new GdPictureDocumentConverter(); var status = converter.LoadFromStream(new MemoryStream(docx), GdPicture14.DocumentFormat.DocumentFormatOpenXMLWord); if (status == GdPictureStatus.OK) { MemoryStream pdfdocument = ne...