Page have not room to place a paragraphs

Hi!

I have to following code to compare pdf files:

public static class PDFCompareController
{
private static string licensePath = ConfigurationManager.AppSettings[“Workingdir”] + “/GroupDocs.Comparison.NET.lic”;
public static bool check(string bron, String doel, string result)
{
GroupDocs.Comparison.License license = new GroupDocs.Comparison.License();
license.SetLicense(licensePath);
ChangeInfo[] changes = null;
using (Comparer comparer = new Comparer(bron))
{

            comparer.Add(doel);
            comparer.Compare(result);
            changes = comparer.GetChanges();
            comparer.Dispose();


        }
       
        if (changes.Length > 0)
        {
            return false;
        }
        else
        {
            return true;
        }
        changes = null;
    }

Compare seems to work but when
having documents with tables(i could send the docments i try to compare) i get the following exception: Page have not room to place a paragraphs.

I would like to have a fix for this.

kind regards,

Jeroen Bossenbroek

1 Like

@jerbosuwv

Could you please share following details:

  • GroupDocs.Conversion for .NET API version that you are using
  • Problematic source and target files
  • Development environment details (e.g. .NET version, OS details)

Hi Tamir,

Thanks for your response.

Hereby the information.

· GroupDocs.Conversion for .NET API version that you are using: GroupDocs.Comparison 24.3.0

· Problematic source and target files: see files

· Development environment details (e.g. .NET version, OS details) : Microsoft Windows Server 2019 Standard, .Net Framework 4.8

Kind regards,

Jeroen

WIAKCCFormulieren.WIAKCCAanvraagWIA1-1.pdf (149 KB)

WIAKCCFormulieren.WIAKCCAanvraagWIA1.pdf (148 KB)

1 Like

@jerbosuwv
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): COMPARISONNET-3958

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.