logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

New Topic Post Reply
Options
Go to last post Go to first unread
Guest  
#1 Posted : Friday, January 22, 2016 10:36:06 PM(UTC)
Quote
Guest

Rank: Guest

Groups: Guests
Joined: 1/5/2016(UTC)
Posts: 162

Was thanked: 5 time(s) in 5 post(s)
I'm trying to find more detail about your licensing and what it entails on the deployment side. If I buy a license, I believe the "royalty-free" portion says I don't need to buy deployment licenses. How does the release copy work? Am I able to deploy the runtime version to a customers location? Will this released library be trying to contact a server for license verification?
Paul Rayman  
#2 Posted : Friday, January 22, 2016 10:36:54 PM(UTC)
Quote
Paul Rayman

Rank: Administration

Groups: Administrators
Joined: 1/5/2016(UTC)
Posts: 1,138

Thanks: 10 times
Was thanked: 133 time(s) in 130 post(s)
Pdfium.Net SDK is licensed by the number of developers engaged in the project, which uses the library. We do not impose any restrictions on the distribution, except for the following:

An AUTHORIZED APPLICATION should not be packaged, deployed or distributed in a way that other software applications or tools can access the functionality of the PATAGAMES PRODUCT bypassing the application and/or LICENSE AGREEMENT.

The library does not use a license servers and do not checks the validity of a key through the Internet.

You specify the key in the code of your program by passing it to the initialization method:
PdfCommon.Initialize ("your_key_here")
asiccha  
#3 Posted : Monday, February 15, 2016 9:56:22 AM(UTC)
Quote
asiccha

Rank: Newbie

Groups: Registered
Joined: 2/8/2016(UTC)
Posts: 1
United States
Location: Florida

Code:
 PdfCommon.Initialize();
                using (var doc = Patagames.Pdf.Net.PdfDocument.Load(outputFilePDF))


Error:
"Additional information: The requested operation cannot be completed due to a license restrictions. With the trial version the documents which size is smaller than 1024 Kb, or greater than 10 Mb can be loaded without any restrictions. For other documents the allowed ranges is 1.5 - 2 Mb; 2.5 - 3 Mb; 3.5 - 4 Mb and so on."

if I buy license, will this problem be fixed?

Thanks.
Paul Rayman  
#4 Posted : Tuesday, February 16, 2016 2:42:00 AM(UTC)
Quote
Paul Rayman

Rank: Administration

Groups: Administrators
Joined: 1/5/2016(UTC)
Posts: 1,138

Thanks: 10 times
Was thanked: 133 time(s) in 130 post(s)
Yes, of course.
There are no restrictions on the size of documents you can load with a licence.
Quick Reply Show Quick Reply
Users browsing this topic
Guest
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.