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

PDF - WORD DOC

Just curious whether you support PDF to worDocument as per your online web help?

[VB.NET]




'Create a Memory Stream.

Dim memStream As MemoryStream = New MemoryStream()




'Save the Stream to memory.

document.Save (memStream, FormatType.Doc)

memStream.Seek (0, SeekOrigin.Begin)




'Create a file Stream

Dim fs As FileStream = New FileStream("Sample.doc", FileMode.Create)

memStream.WriteTo(fs)




'Close the Streams.

memStream.Close()

fs.Close()



2 Replies

AD Administrator Syncfusion Team May 28, 2008 02:12 PM UTC

Hi,

We are working on this issue and will update the details with sample by tomorrow.

Regards,
Suba



SS Sri Subhashini M Syncfusion Team May 29, 2008 05:18 AM UTC

Hi,

Sorry for the delay in getting back to you.

Essential PDF does not have the functionality to PDF to word document. Please let me know if you have any other concerns.

Regards,
Suba


Loader.
Live Chat Icon For mobile
Up arrow icon