Hi @salvaleonrp,
Have you tried inserting a CoordinateRounder in between the Sorter and the Aggregator?
I was wondering if that might help by making slightly-different Y-coordinate values into the same value, and then the aggregator might have an easier time grouping features together.
edit: Oh, actually, I guess you would actually want an AttributeRounder, since you're sorting/grouping by the attribute value `indices{0}.y`. Also, you should probably change your sorting to be "Numeric" instead of "Alphabetic"
Hi @salvaleonrp,
Have you tried inserting a CoordinateRounder in between the Sorter and the Aggregator?
I was wondering if that might help by making slightly-different Y-coordinate values into the same value, and then the aggregator might have an easier time grouping features together.
edit: Oh, actually, I guess you would actually want an AttributeRounder, since you're sorting/grouping by the attribute value `indices{0}.y`. Also, you should probably change your sorting to be "Numeric" instead of "Alphabetic"
You are awesome! That did it.
Thanks to Safe for making the PDF reader into production. I have been excited with its release and this is my first FME workspace for converting to PDF. In the past it has always been workaround.s
You are awesome! That did it.
Thanks to Safe for making the PDF reader into production. I have been excited with its release and this is my first FME workspace for converting to PDF. In the past it has always been workaround.s
I'm glad you found success!
Also, I'm very pleased that you are excited about the PDF Reader; the project broke a lot of new ground for Safe and FME, so it's great to know that people appreciate the effort we made :)