| | |
Adobe ACrobat Switches - Need to Save Automatically
![]() |
•
•
Join Date: Jan 2004
Posts: 1
Reputation:
Solved Threads: 0
I am writing a vb program and need to convert a file to pdf. I have not had luck trying to use the distiller/print drivers etc. As of now I am using a command line:
intTestVar = Shell("C:\Program Files\Adobe\Acrobat 6.0\Acrobat\Acrobat.exe " & strFileName)
This opens acrobat and converts the file to a pdf....now I just need it to save automatically without prompting...is there a command line switch that would allow me to save with the default name?
if anyone has links to acrobat command line pages would be great.
-B
intTestVar = Shell("C:\Program Files\Adobe\Acrobat 6.0\Acrobat\Acrobat.exe " & strFileName)
This opens acrobat and converts the file to a pdf....now I just need it to save automatically without prompting...is there a command line switch that would allow me to save with the default name?
if anyone has links to acrobat command line pages would be great.
-B
•
•
Join Date: Jan 2004
Posts: 1
Reputation:
Solved Threads: 0
I would use Distiller, so make sure that Distiller is installed.
What you will need is the proper switches as well as the input and output filenames as such.
acrodist [switches][inputFiles]
intTestVar = Shell("acrodist /O " & strOutPutFileName & " " & strInputFileName)
where /O = outputFileOrFolderPath
Here is a URL describing the proper parameters.
http://www.adobe.com/support/techdocs/11666.htm
Hope this helps.
Ray
What you will need is the proper switches as well as the input and output filenames as such.
acrodist [switches][inputFiles]
intTestVar = Shell("acrodist /O " & strOutPutFileName & " " & strInputFileName)
where /O = outputFileOrFolderPath
Here is a URL describing the proper parameters.
http://www.adobe.com/support/techdocs/11666.htm
Hope this helps.
Ray
•
•
•
•
Originally Posted by BJ JMU
I am writing a vb program and need to convert a file to pdf. I have not had luck trying to use the distiller/print drivers etc. As of now I am using a command line:
intTestVar = Shell("C:\Program Files\Adobe\Acrobat 6.0\Acrobat\Acrobat.exe " & strFileName)
This opens acrobat and converts the file to a pdf....now I just need it to save automatically without prompting...is there a command line switch that would allow me to save with the default name?
if anyone has links to acrobat command line pages would be great.
-B
Last edited by RaYmAn; Jan 27th, 2004 at 11:41 pm.
![]() |
Similar Threads
- Adobe Acrobat 9 Pro Extended (Windows Vista and Windows 7)
- News Story: WARNING: Adobe Acrobat, Flash and Reader Zero Day Vulnerability (Network Security)
- Adobe Acrobat Pro 8 Java Help (Java)
- Adobe Acrobat 6.0 - not opening (Windows NT / 2000 / XP)
- Password - Adobe Acrobat (Visual Basic 4 / 5 / 6)
- Command line switches for Adobe Acrobat 6.0 (Windows NT / 2000 / XP)
Other Threads in the Windows NT / 2000 / XP Forum
- Previous Thread: Im New Here, Need Some Help
- Next Thread: 301 redirect
| Thread Tools | Search this Thread |
.net 3.5 3daccelertion 64bit 2010 a.exe activedirectory address alaris android application black blue bsod bulletin canonical chinese chkdsk codeplex collaboration combofix computerfreezes cursor deployments desktop domain drive dual eartlink error explorer fax fonts framework freeze gadgets hardware home intel internet laptop laptops latitude lcd linux mac markshuttleworth memory microsoft minimalizes mobile monitor motionle1600 netbooks opensource operatingsystems options oracle osinstallationproblem outlook palm partition port printer program proxy raid rds reformat remotedesktop remotedesktopconnection retail retrieve screen security server. sharepoint sitetositevpn slowperformance sp1 sp3 spyware studios technology ubuntu uninstall update upgrade videodrivers virtual virus vpn webos weecam window windows windows7 windowsxp xp xpde





