Hi I am using Join PEF files and when I run it I get fallowing message “Join PDF Files: Invalid license for the PDF component” can anyone help me.
Thanks.
Hi I am using Join PEF files and when I run it I get fallowing message “Join PDF Files: Invalid license for the PDF component” can anyone help me.
Thanks.
Welcome to the community
Can you try changing the pdf package version and check…ideally it should not give an error like this
Is your windows licensed?
Cheers
Hello @mt367 Please perform following checks:
Thanks
Thank you for your response. I updated my PDF package, and the message went away.
Update UiPath.PDF.Activities Package: Make sure you have the latest version installed.
Check Your UiPath Studio License: If you’re using the Community Edition, ensure your license hasn’t expired.
Verify PDF Activities: Confirm you’re using the ‘Join PDF Files’ activity correctly with the right paths
Hi,
the very same error pops up when running a “Coded Test Case” like this:
namespace MyProject.Tests
{
public class SomeTest : CodedWorkflow
{
[TestCase]
public void Execute()
{
// code before this line runs without problems
// ...
testing.VerifyAreNotEqual(true, false);
}
}
}
This throws:
System.ComponentModel.LicenseException: Invalid license for the PDF component at UiPath.Testing.Activities.Licensing.PdfLicenseManager.EnsureValidLicense()
I checked everything from @shantanu_chande’s post (using Studio version with valid license and the latest Version of UiPath.PDF.Activities: v3.20.1).
Hi, I was having the same problem. When I merged PDF files, it worked correctly in other processes with different versions.
I updated everything to the latest version and it worked.