Some shapes area unaligned when converted by aspose
KWD.zip (1.0 MB)
KWD.pdf (831.8 KB)
@everaldo
We can reproduce the issue by testing it on the latest version v24.5 using the sample file and following code. It was found that some graphics had positional errors when converting sample file to PDF. Please refer to the attachment. out_net.zip (841.9 KB)
The sample code as follows:
Workbook wb = new Workbook(filePath + "KWD-PT-HR-ORG-001 - 18 - KWD-PT-HR-ORG-001-16 - Organograma Business Unit KWD-08.09.2022 (1) (4).xlsx");
wb.Save(filePath + "out_net.pdf");
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CELLSNET-55785
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@everaldo
We analyzed the Excel file and found that the “Group” and sub-shape data did not comply with the document rules published by Microsoft. This may be an unpublished processing rule from Microsoft. We haven’t collected enough information to resolve this issue, so this issue may not be resolved soon. We have some temporary solutions that we hope will help your work:
(1) Cancel the group and save again (recommended).
(2) Ungroup, regroup, and save again.
(3) Replace the problematic part with a picture
Details for steps (1) and (2):
Steps (1): use 1-6,8
Steps (2): use 1-8
We will work hard to collect relevant information and solve the problem as soon as possible, and will notify you of any progress as soon as possible.
Hello,
I tested the first solution and it worked to me.
thanks.
Good to know that the suggested solution works well for your needs. Please feel free to write back to us if you have further queries or comments.