Parsers

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

[28] Parser: readText on some PDF do not extract correctly few characters

GN4-4494

There is an encoding problem: text into a pdf can have different encoding type (ANSI, Unicode, UTF...) and also custom encoding type.
These encoding are managed by PdfLib but in some cases the parser read wrongly the characters.
Fixed: changed completely the text reading process, no more wrong character in the parser pdf.

Modified date: 28/06/2016 14:17:00 - P4 Changelist: 82696 - From build: main.2950.x

 

[73] Parser: CMYK opacity has inverse color (TIF)

GN4-4448

opacity in RGB and CMYK images works differently in APDL library, fixed.

Modified date: 15/06/2016 14:33:15 - P4 Changelist: 82556 - From build: main.2937.x

 

[135] Parsers: two attached PSD doesn't recognized as image

GN4-4377

These PSD doesn't have any thumbnail. The parser read and (wrongly) return a corruption error. 
Fixed. 
Now the psd are read correctly, the preview/thumbnail for GN4 are created working with the orginal image data.

Modified date: 19/05/2016 17:01:59 - P4 Changelist: 82209 - From build: main.2910.x (T)

[8] Parsers: crashes and hangs with some mov video files

GN4-4283

The videos have very big XMP data: this cause the memory crash. Fixed (no data will be lost)

Modified date: 21/04/2016 16:24:43 - P4 Changelist: 81835 - From build: main.2882.x

 

[9] Parser: crash processing a TIF image

GN4-4292

some EXIF data are corrupted (by console the library warn about these exif tags.). This cause a memory crash.
Fix to handle and ignore wrong data.

Modified date: 21/04/2016 15:30:17 - P4 Changelist: 81832 - From build: main.2882.x (T)

 

[23] Parser: some EPS generates a partial preview when imported

GN4-4273

The process who transform eps to PDF (or rasterize it) use an autocentre function (from APDFL libraries) that automatically find right measures and coordinate to the output.
For this file this process doesn't work (with no valid reasons indeed: the file is well formed) and use a default width and height.
Add a pre-process that find the real eps size and use it in case autocentre doesn't work.
Fixed.

Modified date: 19/04/2016 10:39:19 - P4 Changelist: 81768 - From build: main.2880.x (T)

 

[28] Parser: not reading the IPTC Dataset 2:12 "Subject Reference" from images

GN4-4257

Add the IPTC value "SubjectReference": the value is recognized as string. From parsing the data is saved as ''teraXmp:SubjectReference'' the attached file is a sample of a parsed image.
No schema and configuration has changed: for this reasons this attribute is still not visible in GN4, to show it is necessary change the stylesheet from import workflow.

Modified date: 18/04/2016 12:27:03 - P4 Changelist: 81751 - From build: main.2879.x (T)

 

[220] Parsers: create preview and thumbnail for ps files

GN4-4018

Add a new parse option: '''ForceRasterize''' (to add into import/transform workflow)
'''False''' value: no action (default value)
'''True''' value: If image is vectorial (PS or EPS) the image is Distilled to PDF and then rasterized as PNG. The process is slower than normal parsing but allow to have an hi-quality thumbnail/preview.

Modified date: 16/02/2016 17:49:53 - P4 Changelist: 80817 - From build: main.2817.x (T)

 

[368] Parser: no longer extracting IPTC info from images

GN4-3815

fixed

Modified date: 10/12/2015 13:21:14 - P4 Changelist: 79977 - From build: main.2749.x (T)