Issue: Page columns not handled properly

Questions and answers on how to use DOCXReadWrite
Post Reply
oz_
Posts: 5
Joined: Tue Dec 15, 2020 8:04 am

Issue: Page columns not handled properly

Post by oz_ »

Hi,

i have a multi page .docx file. Page 1 and 2 are single-column pages, page 3 is formatted as a 2-columns page. Following code results in loosing the 2-colums format setting of page 3 in the file.

Code: Select all

    DocX := TDOCXReadWrite.Create(nil);
    try
      DocX.LoadFromFile(FFileName);
      DocX.SaveToFile(FFileName));
    finally
      DocX.Free;
    end;
Could you have a look at this issue please.

King regards,
Orest.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Issue: Page columns not handled properly

Post by larsa »

Hello

I can't reproduce this. Please send me a file with this issue.
Lars Arvidsson, Axolot Data
Post Reply