rmraya / OpenXLIFF

An open source set of Java filters for creating, merging and validating XLIFF 1.2, 2.0 and 2.1 files.
https://www.maxprograms.com/products/openxliff.html
Eclipse Public License 1.0
67 stars 19 forks source link

IDML to XLIFF identify page #9

Closed oussama-touzni closed 3 years ago

oussama-touzni commented 3 years ago

First of all thanks for this great toolsuite 👍 I've converted an IDML file -> XLIFF and I want to know is there any way to identity the pages to which the translation units belong ?

rmraya commented 3 years ago

Hi,

The IDML filter does not track page number, it tracks the story name, creating one element per story. Story data is placed in the header of each file.

Regards, Rodolfo M. Raya