windows .8 printing

This forum is for eXpress++ general support.
Post Reply
Message
Author
BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

windows .8 printing

#1 Post by BruceN »

We use Terminal font (non-proportional) for xp, vista and 7 printing without issue with dc_printfile and dc print on. Users running win .8 are having issues with it... it displays fine on the view, but prints as a proportional font, losing the column alignment.

does anyone know a non-proportional font (to maintain alignment) that we can use that will display properly and print properly in win .8

thanks,

bruce
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: windows .8 printing

#2 Post by rdonnay »

Try Consola
The eXpress train is coming - and it has more cars.

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: windows .8 printing

#3 Post by Cliff Wiernik »

Use use lucida console for screen display but have not used for printing.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: windows .8 printing

#4 Post by BruceN »

I'm really getting tired of windows/express print issues with txt files (for our reports). It's been suggested that an alternative way would be to pdf the reports, view, then print them.

Is there a free (or inexpensive and distributable) pdf converter that:

- can easily be included in an update and automatically installed/configured requiring NO user intervention

- can paginate a text file

- will work on windows xp, 7, and 8

Any suggestions????

thanks
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: windows .8 printing

#5 Post by rdonnay »

I'm still confused as to why you are having all these problems.

If you look at the source code for DC_PrintFile() it is very simple.
In fact, it is simpler than most print jobs.

Is it possibly the length of your print jobs that are causing the problem?
Are there a lot of pages?

Can you provide a test program?

Have you looked at the installed fonts on your .8 computer to see if you are using a font that has been installed?
The eXpress train is coming - and it has more cars.

Post Reply