Click here to Skip to main content
15,919,245 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Java Script doesn't work in my ASP.Net, wrong code? Pin
Nilesh Hapse10-Jan-08 20:32
Nilesh Hapse10-Jan-08 20:32 
GeneralRe: Java Script doesn't work in my ASP.Net, wrong code? Pin
Malcolm Smart10-Jan-08 22:25
Malcolm Smart10-Jan-08 22:25 
AnswerRe: Java Script doesn't work in my ASP.Net, wrong code? Pin
hifiger20049-Jan-08 4:32
hifiger20049-Jan-08 4:32 
GeneralWindows explorer from Iframe - Problem. Pin
ram19747-Jan-08 22:53
ram19747-Jan-08 22:53 
GeneralRe: Windows explorer from Iframe - Problem. Pin
Shog98-Jan-08 6:40
sitebuilderShog98-Jan-08 6:40 
GeneralRe: Windows explorer from Iframe - Problem. Pin
ram19748-Jan-08 16:14
ram19748-Jan-08 16:14 
GeneralConverting Word to PDF via internal website Pin
Kevin Barrett7-Jan-08 3:52
Kevin Barrett7-Jan-08 3:52 
GeneralRe: Converting Word to PDF via internal website Pin
ram19747-Jan-08 22:46
ram19747-Jan-08 22:46 
Hi Kevin,

If you haven't purchased PrimoPDF - you might be using the demo version?

when you want to use the third party tool why are you making the call to open the word file? as in the line below.

Microsoft.Office.Interop.Word.Document aDoc = WordApp.Documents.Open(ref fileName, ref missing, ref readOnly, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref isVisible, ref missing, ref missing, ref missing, ref missing);


Generally the third party s/w providers will provide some user friendly mechanism such as below.
PDFCreator.GetInstance().Convert(SrcFilePath,TargFilePath);

I am using easyPDF for similar purpose, I am not sure of PrimoPDF Poke tongue | ;-P . It should be simple. I think you need to go through the document.

-Ram.
GeneralRe: Converting Word to PDF via internal website Pin
Kevin Barrett8-Jan-08 2:04
Kevin Barrett8-Jan-08 2:04 
GeneralRe: Converting Word to PDF via internal website Pin
ram19748-Jan-08 16:10
ram19748-Jan-08 16:10 
GeneralRe: Converting Word to PDF via internal website Pin
Kevin Barrett9-Jan-08 2:40
Kevin Barrett9-Jan-08 2:40 
GeneralDBTools Converter alternative for Vista Pin
Glen Conaway6-Jan-08 17:54
Glen Conaway6-Jan-08 17:54 
GeneralINF for CAB Pin
samy1006-Jan-08 10:40
samy1006-Jan-08 10:40 
Generalplease help meeeeeeeeeeee Pin
Smashing_Perfect5-Jan-08 6:11
Smashing_Perfect5-Jan-08 6:11 
GeneralRe: please help meeeeeeeeeeee Pin
Guffa5-Jan-08 10:16
Guffa5-Jan-08 10:16 
GeneralRe: please help meeeeeeeeeeee Pin
Smashing_Perfect6-Jan-08 7:16
Smashing_Perfect6-Jan-08 7:16 
GeneralRe: please help meeeeeeeeeeee Pin
Guffa6-Jan-08 8:13
Guffa6-Jan-08 8:13 
GeneralRe: please help meeeeeeeeeeee Pin
Paul Conrad6-Jan-08 10:05
professionalPaul Conrad6-Jan-08 10:05 
GeneralRe: please help meeeeeeeeeeee Pin
Smashing_Perfect8-Jan-08 7:49
Smashing_Perfect8-Jan-08 7:49 
GeneralRe: please help meeeeeeeeeeee Pin
Paul Conrad7-Jan-08 8:27
professionalPaul Conrad7-Jan-08 8:27 
GeneralGridView problem please help Pin
papa804-Jan-08 18:03
papa804-Jan-08 18:03 
GeneralRe: GridView problem please help Pin
Shog94-Jan-08 18:52
sitebuilderShog94-Jan-08 18:52 
GeneralASP .Net Scheduling Calendar Controls... [modified] Pin
code-frog4-Jan-08 17:35
professionalcode-frog4-Jan-08 17:35 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
Shog94-Jan-08 18:50
sitebuilderShog94-Jan-08 18:50 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
code-frog4-Jan-08 18:54
professionalcode-frog4-Jan-08 18:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.