Chilkat v9.5.0.95 Release Notes
Previous Version: https://cknotes.com/chilkat-v9-5-0-94-release-notes/ Chilkat v9.5.0.95 Release Notes PDF: Greatly improved the appearance of non-English text in visible PDF signatures. SFTP: The...
View ArticleSolved: XML does not comply with UBL 2.1 standards in line with ZATCA...
A Chilkat customer is getting this error when trying to validate the signed invoice on the ZATCA XML online validator (Sandbox) category : XSD_SCHEMA_ERROR code :SAXParseException message : Schema...
View ArticleElectron 25 “Hello World” Application using Chilkat
Demonstrate the simplest possible Electron program using Chilkat on Windows. (using Electron 25, which requires Node.js 18.17) 1. Open a GitBash shell to get a command prompt. 2. Make sure you have...
View ArticleChilkat v9.5.0.96 Release Notes
Previous Version: https://cknotes.com/chilkat-v9-5-0-95-release-notes/ Chilkat v9.5.0.96 Release Notes DNS: Created a new Dns class for managing DNS nameservers to be used by Chilkat, and for doing DNS...
View ArticleOAuth2 Client Credentials – for when YOUR application is accessing resources...
OAuth2 Client Credentials can be used for authentication when you own the application, and you also own the account (such as Office 365, or Google, etc.) that your application will access. In other...
View ArticleAzure Single-Tenant vs Multi-Tenant Applications
The distinction between single-tenant and multi-tenant Azure applications lies in how these applications handle user access and authentication across different Azure AD tenants (directories)....
View ArticleOAuth2 Client Credentials – Azure App Registration
This post shows how to register an Azure Application that supports OAuth2 Client Credentials. 1. Register an Application You’ll most likely choose a single-tenant application. (See explanation of...
View ArticleOAuth2 in a DataFlex Web Application
Question: I have seen that your lib support OAuth2 for DataFlex-Framework but only for Desktop-Clients. Is it correct or is there any support for DataFlex-Web-Applications? Answer: The functionality...
View ArticleSMTP Timeout Sending Large Email
Question: While trying to send an email with an attachment of size 9MB from my application, I get an error. Interestingly, the file gets delivered to the email address still we get the error in the...
View ArticleChilkat Socket Thread-Safety
Question: In my Visual FoxPro program, accessing the IsConnected property on a ChilkatSocket hangs when a “ReceiveUntilByteBdAsync” is run immediately after connecting the socket. Here is a minimal...
View ArticleSign PDF with a certificate and a signed hash returned from a 3rd party?
Question: I need to sign a PDF with a certificate and a signed hash returned from a 3rd party. Answer: It’s possible, and it’s a feature that was introduced in the latest version of Chilkat...
View ArticleDon’t Forget to Give Your Android Application INTERNET Permissions
In Android, network permissions are necessary for applications that want to establish network connections and use sockets to communicate over the internet. These permissions are declared in the...
View ArticlePossible Solution for Failure to Produce LTV Enabled PDF Signature
This blog post describes the case where your application asks Chilkat to produce an LTV-enabled PDF signature by specifying “ltvOcsp” in the signing attributes, yet the signed PDF as viewed in Adobe...
View ArticleDoes Chilkat Support Angular?
The answer is No and Yes. Angular is a client-side JavaScript framework, which means that it primarily runs on the client side (in the user’s browser) rather than on the web server. When a user...
View ArticleOnline SOAP WSDL Code Generation Tool
Chilkat released a new tool at https://tools.chilkat.io/soap_wsdl_generate_code to generate sample source code and SOAP request / response XML from an online WSDL.
View ArticlePROXKey Token
This blog post is a summary of information about the PROXKey token… Drivers, Manuals, and Brochure: https://proxkeytoken.in/download.php Supports PKCS#11 V2.10 Microsoft CAPI 2.0 Microsoft CNG but...
View ArticleHow Chilkat .NET Framework is different than Chilkat .NET Core
The architecture of the Chilkat .NET Core assembly is different than that for the .NET Framework in the following ways. Chilkat for .NET Framework Downloaded from...
View ArticleHow to Load Binary Data into a PowerBuilder Blob
Question: I am using Chilkat in a PowerBuilder 9 (ANSI) application where I receive a JSON from a request. The JSON contains binary data (a file) encoded in Base64. I am able to handle and save this...
View ArticleOffice365 App Setup for SMTP, POP, IMAP OAuth2 Client Credentials
This blog post walks you through the complete Azure App Registration process, including the subsequent Exchange Online PowerShell commands needed to achieve the OAuth2 client credentials flow for...
View ArticleSolved: Mail Server Error “message body contains illegal bare CR LF characters”
A Chilkat user reported suddenly getting an error message from two receiving mail servers when sending mail generated by Chilkat. The message is: message body contains illegal bare CR LF characters...
View Article