Question : Unable to find Adobe PDF Resource File ("Adobe PDF Converter.joboption")

Hi, I'm not able to create PDF Files from Access Report (Access 2000).

I was using Acrobat 6.0 Standard and Adobe Reader 9.2.  Then, I removed Adobe Reader 9.2 it did not fix the problem.

Also, I saw comments about copying standard joboption, make it as pdf converter.  I tried that and it did not work.  I copied standard joboption and saved under "adobe pdf converter. joboption". Unless I'm doing something wrong.

I was trying to create PDF File from Excel Spreadsheets and I did not much problems

Please be advised that I can't use external party software at work
Attachments:
 
Screen Shot of the Error
 

Answer : Unable to find Adobe PDF Resource File ("Adobe PDF Converter.joboption")

Try this then, in case your column names contain spaces or some such.


SELECT @table = TableName,@column = Columnblank from @tablestr where i = @j
SELECT @nsql = 'if not exists (select NULL from '+quotename(@table) +' where '+QuoteName(@column)+' is not null ) select @table,@column '
INSERT INTO tblColNOD
EXEC sp_executeSql @nsql,N' @table VARCHAR(100), @column VARCHAR(100) ', @table,@column
Random Solutions  
 
programming4us programming4us