Hi folks,
I have input files of XML and FST tables (tables in separate InDesign document).
The thing is that to import XML into an InDesign document* and then paste the FST table (by opening the FST table document and copying it as text) into the InDesign and save and close the document. It's all done through javascript.
*Destination InDesign document has enabled with smart text reflow (End of document); disabled the limit to primary text frame.
Text overset issue:
If the FST table is one page document, there is no text overset issue occurs in the destination document after pasting it.
If the FST table crosses over 3 to 4 pages, then text overset occurs in the destination document after pasting it. But the issue is not happens if destination document is not closed after pasting it.
The same issue was raised in adobe forum but still there is no final answer:
At present, I have resolved by adding a textframe in pasteboard and link the last page text to the textframe and remove it through javascript and then close the document.
Could anyone advise how to resolve it and why Smart text reflow is not working through javascript in this case?