Printing with precision
-
I need to create an application in VB.net that will be used for printing sheets in a printing press company. the critical points that are required are: 1. The placement of the printing figures and characters on the sheet has to be very precise. 2. Printing of rectangles with rounded shapes with exact precision. Will this be possible through a reporting tool or is there any 3rd party tool in VB that I can use?
-
I need to create an application in VB.net that will be used for printing sheets in a printing press company. the critical points that are required are: 1. The placement of the printing figures and characters on the sheet has to be very precise. 2. Printing of rectangles with rounded shapes with exact precision. Will this be possible through a reporting tool or is there any 3rd party tool in VB that I can use?
You can do this with your own code. Any code will print with precision of location. The issue is how precise the hardware is that feeds the paper through.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You can do this with your own code. Any code will print with precision of location. The issue is how precise the hardware is that feeds the paper through.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
The client will be using HP laser printer. Can you give me a clue on how to do all this with my code?
-
The client will be using HP laser printer. Can you give me a clue on how to do all this with my code?
Again - the code will position with accuracy, they are at the mercy of the sheet feeder on their printer. You can't NOT position stuff exactly. The problem is the printer needs to feed stuff exactly.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Again - the code will position with accuracy, they are at the mercy of the sheet feeder on their printer. You can't NOT position stuff exactly. The problem is the printer needs to feed stuff exactly.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Thanks for the reply. I appreciate it.