Printing

Build 1501 on 14/Nov/2017  This topic last edited on: 12/Oct/2016, at 12:56

[26] Fred4: EditionNumber extra string not available in printing caption

GN4-4536

"&enx" variable will expand edition number extra string, when printing.

Modified date: 12/07/2016 11:50:15 - P4 Changelist: 82897 - From build: main.2964.x (T)

 

 

[11] PrintPdf: Missing text printing double pages as singles with text subset

GN4-4514

In this case the PdfLib apply two times the subset of the same text an this cause the wrong result (probably a bug of Adobe library).
Fixed, now the subset is applied only one time.

Modified date: 04/07/2016 11:15:39 - P4 Changelist: 82792 - From build: main.2956.x

 

[60] PrintPDF: wrong output print transparent image with fred4 opacity

GN4-4462

The color transparency calculation was wrong in few cases, fixed.

Modified date: 21/06/2016 17:53:54 - P4 Changelist: 82618 - From build: main.2943.x

 

[108] PrintPdf: Page return error if contains opaque Gif

GN4-4426

Gif has palette colorspace, this one was not handled into opacity process. Fixed.

Modified date: 31/05/2016 17:26:57 - P4 Changelist: 82375 - From build: main.2922.x (T)

 

[109] Fred4: error printing EPS when compression is "Do not downsample"

GN4-4416

when the user set the "Do Not Downsample" the normalizer actually should not change the size of the image to put into PDF: this doesn't happen. Fixed.
There are another problem that cause the message error: in case as heavy image resize (the requested size is 1% of the original size, for example) the normalizer return error in any case: add a limit to solve problem (the only change visible to user is a minimal increment of file size.)

Modified date: 31/05/2016 15:10:00 - P4 Changelist: 82374 - From build: main.2922.x (T)

[110] Print: No error message in case of Print error

GN4-4425

There are some invalid characters that cause a server exception, is not possible send to the client the valid xml with error message.
Problem solved into PdfLib: there is a xml validation on error message sento to client.

Modified date: 31/05/2016 15:05:42 - P4 Changelist: 82373 - From build: main.2922.x (T)

[141] Fred4: shadows to be in CMYK when printed

GN4-4355

Shadows are now output in CMYK (and no more in RGB) if no colorspace conversion is done.

Modified date: 18/05/2016 18:40:39 - P4 Changelist: 82179 - From build: main.2909.x (T)

[143] Fred4: PrintPDF: wrong raster PDF into page

GN4-4368

There is a bug applying the alpha channel: it reverse the mask and show a wrong result.
Fixed.

Modified date: 18/05/2016 15:34:57 - P4 Changelist: 82165 - From build: main.2909.x (T)

[21] PrintPdf: crash with attached image

GN4-4282

In page the image has a gradient filter. This for a bug (wrong memory size) cause the crash.
Fixed

Modified date: 19/04/2016 14:47:27 - P4 Changelist: 81774 - From build: main.2880.x

 

[37] Fred4: direct printing sometimes does not use the custom saved printer settings

GN4-4255

the print settings (different from printer to printer) are send to PdfLib as binary data, the decoding of these binary data has a bug: there is a check to avoid print error and in case of wrong print setting use the default settings.
Fixed.

Modified date: 13/04/2016 17:52:10 - P4 Changelist: 81695 - From build: main.2874.x (T)

 

[38] Fred4: Printing in multipage with captions: sometimes the caption text is not visibile

GN4-4256

there is a wrong management of caption font. Fixed.

Modified date: 13/04/2016 17:24:01 - P4 Changelist: 81692 - From build: main.2874.x (T)

 

[58] Fred4: manage bleed margins

GN4-4231

The bleed box can be defined in Edt using Master Data panel. There are four distances from the paper bounding box available: left, right, top and bottom. If defined (at least one margin set different from 0) it will be displayed on the PageDesigner pasteboard (remember to configure it big enough). The box color can be set in Fred preferences, default: light magenta.
 
Objects in page will snap on this box.
 
Print Dialog: added a new Tab called "Marks & Bleed", this tab contains the old marks settings and the bleed parameters.
Marks settings are just moved from Output tab to Marks and Bleeds tab.
 
New Bleed controls:
* Checkbox for use or not page (from master) bleed settings: id unchecked the user can override custom bleed margins. (by default is checked)
* Checkbox to set the artbox into the output (by default is unchecked), artbox into pdf equals to page content.
 
These settings are editable from vb with these PrintOptions class parameters:
* OverrideBleedBox: override the page bleed box (Boolean, default false)
* SetArtBox: set art box into output PDF (Boolean, default false)
* BleedTop: if OverrideBleedBox is true, set the top margin bleed box (measure in mpt, the margin reference is the page content) (int value, default 0)
* BleedLeft: if OverrideBleedBox is true, set the left margin bleed box (measure in mpt, the margin reference is the page content) (int value, default 0)
* BleedBottom: if OverrideBleedBox is true, set the bottom margin bleed box (measure in mpt, the margin reference is the page content) (int value, default 0)
* BleedRight: if OverrideBleedBox is true, set the top right bleed box (measure in mpt, the margin reference is the page content) (int value, default 0)

Modified date: 08/04/2016 11:26:59 - P4 Changelist: 81606 - From build: main.2869.x (T)

 

[254] PrintPDF: add alpha channel support for print with CMYK/Grayscale rasterization

GN4-3952

add the alpha channel managament for all colorspaces rasterization: GrayScale/RGB/CMYK.
The processing is little bit slower but now the visual result is as expected in all cases.

Modified date: 08/02/2016 14:53:14 - P4 Changelist: 80664 - From build: main.2809.x (T)

 

[270] PrintPDF: possibility to specify the colorspace on vectorial rasterize

GN4-3949

Into the print options modify the combo box that manage the rasterization of vectorial objects:
The old single Item to rasterize is replaced by 3 values that specify the colorspace to use.
The default is rgb for retrocompatibility.
Warning: if PDF/EPS/PS objects contains alpha channel it will be ignored into CMYK/Grayscale rasterization. There is a job for add this support ( http://tracking.teradp.com/gn4/issues/GN4-3952 )
 
Into PrintConfig object there is a new item called "PDF_RasterType" this admit 3 values: "rgb", "cmyk", "gray" (in case of wrong value the print will use the default rgb value). to set it without using PrintOptionsDialog just add the item into PrintDictOpt dictionary into PrintConfig object.
 
To set it from VB script "VectorResample" propriety has changed: from range 0-2 to range 0-4
/// <summary>Option to manage the vector objects (PS, EPS and PDF)
/// these kind of object can't be managed like normal images. there are 3 options:
/// - Default = 0, 
/// Default value, Resample all images except PDFs.
/// - RasterizeAllRGB = 1, 
/// Rasterize all: Put in page the image rasterization of PS/EPS/PDF (with RGB colorspace): 
/// all information about text and other vectiorial object are lost (size optimization choice).
/// (just for retrocompatibility are still active the "PDF_EPS_AsImg" that active this option)
/// - RasterizeAllCMYK = 2, 
/// Rasterize all: Put in page the image rasterization of PS/EPS/PDF (with CMYK colorspace): 
/// all information about text and other vectiorial object are lost (size optimization choice).
/// (just for retrocompatibility are still active the "PDF_EPS_AsImg" that active this option)
/// - RasterizeAllGray = 3, 
/// Rasterize all: Put in page the image rasterization of PS/EPS/PDF (with Grayscale colorspace): 
/// all information about text and other vectiorial object are lost (size optimization choice).
/// (just for retrocompatibility are still active the "PDF_EPS_AsImg" that active this option)
/// - ResampleAll = 4,
/// Pdfs are also resampled according to the color images settings above. 
/// (The print process can be a bit slower.)
/// , </summary>
 
Dim opt As Editorial.PrintOptions
...
opt.VectorResample = 3 'Rasterize with cmyk

Modified date: 01/02/2016 11:55:06 - P4 Changelist: 80554 - From build: main.2802.x (T)

 

[289] PrintPdf: crash with attached image

GN4-3934

This image has a particular grayscale image with double layer. The Image librari return an error and cause the crash.
Fixed. (add support for this image kind)

Modified date: 26/01/2016 17:28:34 - P4 Changelist: 80462 - From build: main.2796.x (T)

 

[306] PdfLib: PDF output file is bigger than the distilled one

GN4-3888

The Print process doesn't embed the Fonts correctly. Fixed.
the PDF dimension should decrease significantly (5x/10x) in presence of text inside.

Modified date: 20/01/2016 10:31:14 - P4 Changelist: 80382 - From build: main.2790.x (T)