answersLogoWhite

0

One should print at the rough side of the transparency, the smooth side will not absorb ink. Make sure that the printer supports transparencies.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Which side of textured paper do you print on?

Which side of textured paper do you type on? i have linen with a smooth and textured side.


How do you print the coloring pages on moshi monsters?

You click the button on the right side of your mouse and click print.


What is the name of the client-side print router?

Winspool.drv


What are the best printing settings for achieving optimal results when using inkjet transparency film?

The best printing settings for optimal results with inkjet transparency film are to use the highest quality print setting, select the transparency or film paper type in the printer settings, and allow the ink to fully dry before handling the printed film.


On a lot of websites when you print the page you are viewing the right side of the page does not print went to settings and changed the margins but even in print preview it shows right side missing so?

HEY GUYS ! IM WEIRD I LIKE SMELLING!


Is the Organic Cotton Dots & Roses Duvet reversable?

Organic Cotton Dots & Roses Duvet reverses from a pretty rose print on one side to a cheereful polka dot print on the other side. Coordinating shams are available in ether rose or dot print.


One side of a paper for print?

One side of a paper for print refers to a single surface of the sheet that is printed on, typically designated as either the front or back. In standard printing terminology, this is often referred to as a "single-sided" print. For example, if an article is printed on one side only, the reverse side remains blank. This approach is common for flyers, brochures, and certain types of documents where only one side needs to convey information.


Why will printer only print one page?

give the print command by clt+p or from file >> Print.. in print menu, either select print current page or select a page no from page no section.. dont give printing from the print icon in ms-office as it will print the whole document..


How do you write a program to input the side of a square and print its area and perimeter?

1 CLS 2 PRINT "Please to tell me the length of the side of the square." 3 INPUT S 4 PRINT 5 PRINT "The perimeter of the square is "; 4 * S 6 PRINT 7 PRINT "The area of the square is "; S ^ 2 8 PRINT 9 PRINT "That was truly a total blast. Would you like to play again ? 'Y' or 'N' ." 10 INPUT A$ 11 IF A$ = "Y" or A$ = "y" then PRINT "Goody! " : GOTO 2 12 IF A$ = "N" or A$ = "n" then PRINT "Well OK then. Goodbye": END 13 PRINT: PRINT "Please to type a 'Y' to play again, or a 'N' to quit for now." 14 GOTO 10


A photograph is 3in by 5in an enlarged print of this photograph has a length of 21 in as its shorter side what is the length of its longer side?

35 in.


What is the shape of a rectangle print?

a rectangle. it has four parallel sides each side is the same length as the one on the other side.


Write the program that will ask the user to enter a number of per side of a square and display its outline?

#include<stdio.h> int main() { int side,area of square; print f("Enter the length of side\n"); scan f("%d",&side); area of square=side*side; print f(the area of square is %d\n"area of square); return 0; }