Printing

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Oct/2016, at 16:58

[15] Fred4: font problems printing EPS level 2

GN4-3780

The postscript doesn't embed the font inside, the process that transform this PS into a PDF content replace these fonts with Courier font: this is an automatic replacement (also Adobe Distiller does this).

The fix allow to have a feedback about the transformation process. For any EPS/PS processed in case of errors or warnings is saved on event viewer a message. (Windows Logs -> Applications -> Events under "PdfLib" Source).

 

The PS/EPS transformation use the system fonts and the fonts saved into normalizer resource directory (a sub application that convert this kind of file):

generally the path is: ''C:\Program Files\Common Files\TeraDP\Normalizer\fonts''

Modified date: 30/11/2015 11:08:50 - P4 Changelist: 79801 - From build: main.2739.x (T)

 

 

[3] ServerPrint: wrong print using 'Right only' Print pages mode via scripting

 

The script has a wrong value, the user should be use "Right" instead of "3". The synchronous print from client need a set of options, the container if this option is called "PrintOptions". PrintOptions class has a property called DoublePrint, this accept '''number from 0 to 3'''. The asynchronous server print has a different parameter that contains the options, and this class need a '''string''' value to DoublePrint option, this is the mapping:

Single = 0, // Normal page

Double = 1, // Facing pages, print both pages

Left = 2, // Facing pages, print only left page

Right = 3, // Facing pages, print only right page.

Anyway this difference is an unique case: to avoid this confusing difference the PdfLib.dll will recognize the two type of values, so the user can adopt "Right" or "3" with no difference.

Modified date: 09/11/2015 15:36:18 - P4 Changelist: 79292 - From build: 2.2.2718.x

 

 

[12] Fred: resample all option in printing produce wrong print output

 

There is a APDFL bug: in some cases ParseAPDFL use an Adobe dll to transform Adobe objects (mainly ps/eps) there is a parameter that doesn't work fine, this parameter is mapped into GN4 system as PS_transparencyQuality: if this parameter is set to 100 everything work fine; setting it to 99 or lower value it try to rasterize the entire document with some problems, this case is one of this problems. This fix just change the default value in GN4 system from 80 to 100. In print process this value is set into printPreset keyvalue list .

For old printpresets is necessary export the object to xml, edit the value and reimport to overwrite the old object (this can be done with cmd4 or EdAdmin4)

Modified date: 06/11/2015 17:03:19 - P4 Changelist: 79264 - From build: 2.2.2715.x (T)

 

 

[22] Fred4/Ted4: print selection ... doesn't display anymore the image preview

 

The image did not appeared anymore when printing selection. Now fixed.

Modified date: 28/10/2015 18:02:43 - P4 Changelist: 79066 - From build: 2.2.2706.x (T)

 

 

[95] Fred4: print listing: cut pages on first attempt

GN4-3506

The listing has a image loading part tricky and inefficient, the cut probably is the result of an incomplete image loading.
Change the entire loading part and the problem is solved.

Modified date: 10/09/2015 11:17:11 - P4 Changelist: 78473 - From build: 2.2.2658.x (T)

 

[118] Fred4: crash trying to print a selected article in page

GN4-3499

The print process try to use a non initialized object, then the nullpointerexception.
Fixed.
(fix available also in 2.2 and 2.1)

Modified date: 31/08/2015 16:01:50 - P4 Changelist: 78318 - From build: 2.2.2648.x (T)

 

[135] Fred4: img name with accented chars in name causes an exception when printing

GN4-3482

the accented character in a particular attribute cause the error: replaced the accented and special character, this change doesn't influence the final output

Modified date: 20/08/2015 13:01:31 - P4 Changelist: 78168 - From build: 2.2.2637.x (T)