Content reflow is designed to eliminate formatting headaches when translating or updating PDFs. Instead of manually copy-pasting content and fixing layouts, it extracts text into XLIFF format, an industry-standard translation file that maintains
Fonts
Layouts
Tables
No more manual reformatting.
The format provides seamless integration with translation tools and enterprise scalability.
How Does Content Reflow Work for my translation needs?
Unlike traditional translation workflows that require manually extracting and reinserting text, XLIFF Reflow automates this process by converting text into XLIFF format, an industry-standard file type for translation workflows
Step 1
Extract Text into XLIFF Format and save the fielded PDF
1// Open a PDF to translate.
2PDFDoc doc(input_path + "document.pdf");
3
4// Extract the xlf to file and field the PDF for translation