Adobe or Cute PDF printer
-
Well every printer has to have drivers.
You simply need to find where CutePDF places them.
[SIZE=12px][FONT=Verdana][COLOR=#000000]%Program Files%\Acro Software\CutePDF Writer[/COLOR][/FONT][/SIZE]
[SIZE=12px][FONT=Verdana][COLOR=#000000]Is a likely place where they would be put, additionally you can check the registry, the script I have will give you the path for the printers, check and see if CutePDF stores the drivers somewhere therein. [/COLOR][/FONT][/SIZE]
[SIZE=12px][FONT=Verdana][COLOR=#000000][/COLOR][/FONT][/SIZE] -
did you try for Windows XP and windows 7
network printers
rundll32 printui.dll,PrintUIEntry /dn /q /n\server\printeror
local printers
rundll32 printui.dll,PrintUIEntry /dl /q /nfor Windows 7 and above
network
[FONT=Courier New][COLOR=#000000]printui.exe /dn /n “\server\printer”[/COLOR][/FONT][FONT=Courier New][COLOR=#000000]local[/COLOR][/FONT]
[FONT=Courier New][COLOR=#000000]printui.exe /dl /n “NAME_OF_PRINTER” [/COLOR][/FONT]/q[url]http://technet.microsoft.com/en-us/library/ee624057.aspx[/url]
[url]http://support.microsoft.com/kb/189105[/url]
[url]http://texhex.blogspot.com/2014/03/deleting-local-or-network-printers-as.html[/url] -
This doent install a printer that can save PDF files. I know how to install a regular printer. I found the inf file for Adobe and CutePDF but they need a special PDF saving port that is only installed via the software. I think I will need to make the software part of our image to get the port, and then use fog to add a printer so that it does not get deleted.
-
Just wanted to come back and post the solution…
- install the CutePDF (or any PDF software printer) as normal
- note the name of the port that was created by the install
- grab drives for any PS printer. I used HP Color LaserJet 3800 PS
- point the fog printer to that INF file and that port.
Boom. PDF printer
-
This is not working anymore. Client 0.10.6 . Says :
5/25/2016 10:42 AM Client-Info Client Version: 0.10.6
5/25/2016 10:42 AM Client-Info Client OS: Windows
5/25/2016 10:42 AM Client-Info Server Version: 7845
5/25/2016 10:42 AM Middleware::Response Success
5/25/2016 10:42 AM PrinterManager Adding printers
5/25/2016 10:42 AM PrinterManager HS MC Copier already exists
5/25/2016 10:42 AM Printer Attempting to add printer:
5/25/2016 10:42 AM Printer --> Name = PDF_Printer_10
5/25/2016 10:42 AM Printer --> IP = 10.95.95.100
5/25/2016 10:42 AM Printer --> Port = CPW2:
5/25/2016 10:42 AM Printer --> File = C:\ProgramData\drivers\HP\1215\HPCP1215.INF
5/25/2016 10:42 AM Printer --> Config =
5/25/2016 10:42 AM Printer --> Model = HP Color LaserJet CP1215
5/25/2016 10:42 AM Printer ERROR: Could not add
5/25/2016 10:42 AM Printer ERROR: Generic failureI am using the same port as I did on the old fog client. Any idea what a Generic Failure is?
-
Seems to be the : , if i put in just the port with out the : it makes the port and installs. Of course that doesnt prompt to save. As soon as i put in the correct port name with the : i get the generic failure.
-
@Roger-Saffle Adding
:
to a port makes it invalid. There’s nothing the client can do about the user entering a bad port. -
Thanks for the feed back. I am 99.5% Positive it worked with the legacy for printer client. I know i pushed out Cute_PDF printers last year with it.
as you can see here, Windows does indeed add the : to its default PDF or XPS port name
Thanks again for the quick reply.
EDIT: It just dawned on me that maybe I need to do the install as a LOCAL printer? Cuz LPT1: has a : also this video shows adding the : after LPT1 http://freeghost.sourceforge.net/videotutorials/printer.swf Ill try tomorrow and post back.
-
Well that didnt work. “Lcoal” is not an option. So how would I even add a printer to LPT1: or File: since they both have : in them?
-
@Roger-Saffle PDFCreator seems to use a printer port without :, so that might be worth checking out.
-
@Quazz do you use pdfcreator? Do you have a link. I tried a couple called PDFcreator. 1 had : in the ports, the other set off my AnitVirus.
-
@Roger-Saffle You can get it through Ninite. Creates a port called pdfcmon
I have not tested printer managing any of that though, but it might be worth a shot.
-
For the client not to remove a printer, only the name has to match whats on the server. So if you have some printer installed, (e.g. cutepdf), just make a printer on fog with the same name.
-
@Jbob Thanks a million! That worked. Just made sure CutePDF was on the image, then made a printer with the same name in fog, and BOOM fog kept the printer and did not delete it.
-
@Jbob said in Adobe or Cute PDF printer:
For the client not to remove a printer, only the name has to match whats on the server. So if you have some printer installed, (e.g. cutepdf), just make a printer on fog with the same name.
#wiki worthy
-
We need a wiki article on Printer Management.