
For Windows 95 and 98, open the “Control Panel,” click on “Network” twice, open the tab labeled “Configuration” and click on the button marked “File and Print Sharing.” From this window place a check mark next to the option that says, “I want to be able to allow others to print to my printer(s).” The computer may require a restart to complete the task. For Windows 2000 and the XP family, click on the “Start” button, click on the “Control Panel,” choose “Printers and Other Hardware” and then click on “Printers and Faxes.” Find the appropriate printer, right-click on the name and/or printer icon, highlight and then click on “Properties.” Open the tab marked “Sharing” and click on the link that says “Network Start-up Wizard” and follow the wizard’s prompts. They can, however, change from 1-sided to 2-sided, then back to 1-sided. Users cannot change from 2-sided to 1-sided if 2-sided was the original setting. For the Windows Server 2003 family, click on the “Start” button in the lower left-hand corner, click on the “Control Panel” button, click on “Administrative Tools” twice and then click on “Configure Your Server Wizard” twice and follow the wizard's prompts. Config name Description : Allow users to change a print job from 1-sided to 2-sided. Access to the wizard varies depending on the server computer’s operating system. Setting lpszOutput enables you to set the output file name if you select "Microsoft Print To Pdf" as printer.Configure a print server by using a server wizard. LStrCpynW(DocInfo.lpszOutput, FILE_NAME, Length(FILE_NAME) * sizeof(char))
To open System, click Start, point to Settings, click Control Panel, and then.
If the computer is a member of a domain, you will be prompted to provide a user name and user password to rename the computer in the domain. LStrCpynW(DocInfo.lpszDocName, DOC_NAME, Length(DOC_NAME) * sizeof(char)) Under Computer name, type a new name for the computer, and then click OK. I've sligtly adapted the official example from Embarcadero: procedure TForm1.Button1Click(Sender: TObject) ĭocInfo.lpszOutput := StrAllocW(MAX_PATH) That means you have to use the DOCINFO structure, named TDocInfo from the WinApi.Windows unit. You can set the output path if you do printing without vcl.