cancel
Showing results for 
Search instead for 
Did you mean: 

HELVE Problem in Label Print

Former Member
0 Kudos

I'm designing label with smartform with font HELVE and print on Zebra Z4MPlus, I copy the standard device type LZEB2 as ZLZEB2 to create the printer, it's printed out, but the texts printed are shitted. The some neighbouring letters are overlapped, I check the printer fonst for ZLZEB2, there is HELVE, but font size is 000 with CPI as AFM, PrtCtrl1 & 2 are SF002 and SF001, because I need different sizes of this font, so could it be the issue that causing my problem?! How can I fix it?!

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

check this note

OSSNote:960341

______________

Symptom

In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.

Other terms

CONVERT_OTF, SAPscript, Smart Forms

Reason and Prerequisites

The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.

The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).

Example:

%Charwidth values from HP4300 HELVE 060 normal

/Widths

[ 278 333 500 633 633 1000 758 333 333 333 633...

Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.

This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.

The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.

Solution

Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.

Header Data

Release Status: Released for Customer

Released on: 30.06.2006 12:44:06

Priority: Recommendations/additional info

Category: Consulting

Primary Component: BC-CCM-PRN Print and Output Management

Secondary Components: BC-SRV-SCR SAPscript

Regards

Anji