473,385 Members | 2,162 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

XP Printing to Custom Paper Size

1
I have set up a custom paper size on a Windows XP SP2 machine. I have followed all of the directions that I can find. It does appear in the print server properties, but when I go to the advanced printing preferences, and click on the dropdown for the paper size, it does not appear.

I have tried virtually everything I can think of, and have already read. Please help!
Jul 31 '06 #1
10 54876
izzy
12
I have set up a custom paper size on a Windows XP SP2 machine. I have followed all of the directions that I can find. It does appear in the print server properties, but when I go to the advanced printing preferences, and click on the dropdown for the paper size, it does not appear.

I have tried virtually everything I can think of, and have already read. Please help!
Re-install the printer. Make sure to remove it completely from the system. Does this happen with other printers on the same system? If not, then there is something wrong with the drivers install for that device. Also, try getting updated drivers from the MFR website. Give it a try and let me know, cheers!

Good advice here izzy

-Cyberdyne
Windows Forum Moderator
Sep 3 '06 #2
You might want to install the updated printer driver on the server
Sep 20 '06 #3
Cyberdyne
627 Expert 512MB
Were you able to solve the problem>?

If not, give us the model number for the printer and we will provide you with the website for the drivers.

Good Luck.
Sep 26 '06 #4
I have hit the same problem and have found that you can enter custom pages sizes through the printer server properties and they are registered but you cannot select them when printing. Two things are happening. Some printers like my 1220c appears to accept custom pages sizes only through it's own driver interface and not through the windows forms. The second is that custom page sizes set up using server properties may fall outside the acceptable bounds of the printer.

The first is a function of the printer driver and i have found no way around that at present using the vb6.0 printer object or in fact using the page selection through the API recommended by Microsoft. the second you check the minimum and maximum page sizes the printer will accept using device capabilities to make sure that the form you are entering falls within the accepted range of the printer. Most printers will then accept the form as setup. (Those that do not exhibit the behaviour in the first scenario).

I know this muddies the situation but i do hope it helps.
Oct 25 '06 #5
crz
2
I have the same issue in certain circumstances as well, however I am able to create most custom form sizes (very small...1.5" x 1.0", for example) and then select them in Word. In order for the printing to work properly, however, the page size in Word must match the page size in your custom form. The custom for will appear in the paper size list in Word. Since my page sizes are dynamic, I wrote code to make the printer form changes on the fly (matching my Word doc size).

What I've just run into is a problem with custom form sizes of less than 1.00" for page height. No error message is displayed, but it won't print properly either. By "properly", I mean that if I print to a PDF print device, I should get a 1.5" x 1.0" (to use example above) PDF page, not 8.5" x 11", which is the result. It appears if the form selection fails for some reason, it defaults to that. My default page size is 14" x 22". When the "defaulting" occurs, my custom form will not appear in the list of paper sizes in Word. Haven't tried playing with the other end of the spectrum yet (14" x 22").

-Chris
Nov 30 '06 #6
crz
2
I found that my problem printing to page sizes smaller than 1 inch turned out to be the parameters of the printer driver. Many printer drivers only allow page sizes down to 1.0 inches.

If the page size you specified is outside of the parameters supported by the printer, then the print form will not appear in your list. Windows filters it out. This will vary by printer driver, but you can check the maximum page size range (for postscript printers) by selecting 'Printing Preferences', going into the 'Advanced' dialog, and looking in the list of paper sizes. If custom sizes aren't allowed, you have to choose one of the page sizes given. If a custom postscript page size is allowed, select that and it will give you the minimum and maximum values allowed for page height and width.

-Chris
Dec 1 '06 #7
I've dot matrix paper size 5.24" x 2.48 ",where/how to check setup paper size in Epson LQ 2180 dot matrix printer whether the size comply or not since the form paper size in server properties doesn't appear in page setup printing properties. thanks in advanced.
Dec 4 '06 #8
I've been working on this all day on an Epson. Have found that if you Add a new LOCAL printer, Created on 'Create A New Port', specified as \\MyPC\MyPrinterThatYouWantToGetWorking
then all the forms that you create in Printer, File, ServerProperties. become visible.
Hope this helps.
Feb 4 '07 #9
richmb
1
I think this may solve your issue - ask copied from the Microsoft support forum:

http://office.microsoft.com/en-us/publisher/HA011295761033.aspx

- Click Start, and then click Printers and Faxes.
- Select the icon that represents the printer that you want to use.
- On the File menu, click Server Properties.
- Click to select the Create a New Form check box.
I - n the Form Name text box, type the name that you want to use.

For example, if you have to have a Letter Extra paper size, type Letter_Extra. This name must not match a name that is already on the list of paper sizes.
Under Paper Size, type the height and width in the Height and Width text boxes.
- Click Save Form, and then click Close.

Good luck!
Jul 10 '08 #10
richmb thanks for this old post, it really helps a lot...
;-)
Oct 26 '10 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

16
by: gb | last post by:
Hi All, Ive created a popup page using 'var openWindow = window.open("new","pop")' And added content using openWindow.document.write(" "); statements. But now I would like to be able to print...
6
by: Rand | last post by:
Hello anyone, Situation: I want to print 1 or x mailing continuous form labels 1" X 3.5" then change to a different name and print again. Everything works fine except for problem below. ...
3
by: D Witherspoon | last post by:
No matter what I do the default paper size is always either A3 or 11 by 8.5 .. Here is the code. Dim dlg As DialogResult pd.DocumentName = "Weld Image" Dim pkPaperSize As New...
2
by: Sukh | last post by:
Hi I am stuck with a problem Can anyone help me out from this... I am printing a report on pre-printed continue paper using dot-matrix printer using vb.net. Data is printing on all the...
9
by: Sukh | last post by:
Hello anyone, I am printing a pre-printed continue paper on dot-matrix printer using vb.net winform. For printing I am creating custom size paper and selecting the same for printing. Everything...
0
by: KevinM | last post by:
Hello all! I am trying to set up my app to print with a custom paper size, but it keeps failing with the following error: PaperSize cannot be changed unless the Kind property is set to Custom. On...
6
by: Brewtzaff | last post by:
Hello, I have a little problem to print my reports on custom sized paper. I got a db containing clubmembers, a query which selects only the needed infos to print out my membershipcards. My...
1
by: Anne DeBlois | last post by:
Hi, I want to programatically set the paper size of a print document. I created a class that inherits PrintDocument, so I can print some database records on 8" x 10" paper. I added this line...
2
by: Brad Pears | last post by:
I have a vb.net 2005 application and am using the print preview screen. This screen has a printer icon on it that the user can use to print the document currently being viewed. It uses the default...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.