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

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Tuesday, February 16, 2016 2:42:00 AM(UTC)
 
Yes, of course.
There are no restrictions on the size of documents you can load with a licence.
asiccha Posted: Monday, February 15, 2016 9:56:22 AM(UTC)
 
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 Posted: Friday, January 22, 2016 10:36:54 PM(UTC)
 
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")
Guest Posted: Friday, January 22, 2016 10:36:06 PM(UTC)
 
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?