Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

PDF Saving in C# Application

$
0
0
I have created a word document which contain a table 
This table contains an image which i hyper-linked it with a link to a sound
It works fine in word
But when i am trying to save it in PDF, the hyperlink doesn't work

I use the following built-in Method

docObject.ExportAsFixedFormat(outputFileName, WdExportFormat.wdExportFormatPDF, false, WdExportOptimizeFor.wdExportOptimizeForOnScreen,
                    WdExportRange.wdExportAllDocument, 1, 1, WdExportItem.wdExportDocumentContent, true, true,
                    WdExportCreateBookmarks.wdExportCreateHeadingBookmarks, true, true, false, ref oMissingReference);
           
What is wrong with me ??

Thanks

Viewing all articles
Browse latest Browse all 31927

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>