We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Word Document to PDF

Any working example to convert an existing word document to PDF

also will it be possible to keep appending to existing PDF?



2 Replies

AD Administrator Syncfusion Team February 21, 2008 01:05 PM UTC

Hi Anand,

Thanks for your update.

1.Example to convert an existing word document to PDF:

Currently we don’t provide direct conversion support from Doc to PDF. We have stopped support for this feature. Sorry for the inconvenience caused.


2.Will it be possible to keep appending to existing PDF?

We have implemented a new PDF. But in our new PDF it is not possible to read an existing document. We have implemented this feature in next release. But in our old PDF legacy it is possible to appending an existing PDF. Please refer the below code snippet:


PDFDocument doc1 = new PDFDocument(@"..\..\data\Sample1.pdf");
PDFDocument.Append(doc1, @"..\..\data\Sample2.pdf");


Also, please refer the sample in the below link which illustrates the above:

http://websamples.syncfusion.com/samples/PDF.Windows/F71915/main.htm

Please try this and let me know if this helps.


Regards,
G.Yavana





AR arronlee September 24, 2013 07:07 AM UTC

Since Syncfusion don’t provide direct conversion support from Doc to PDF currently. I tried to convert Word Document to PDF using some 3rd party conversion tools. You can also google it and check its free trial package first if possible. I hope you success. Good luck.



Best regards,
Arron

Loader.
Live Chat Icon For mobile
Up arrow icon