Quantcast
Channel: Chilkat Tech Notes
Browsing all 415 articles
Browse latest View live

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 Article


Solved: 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 Article


Electron 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 Article

Chilkat 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 Article

OAuth2 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 Article


Azure 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 Article

Image may be NSFW.
Clik here to view.

OAuth2 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 Article

OAuth2 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 Article


SMTP 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 Article


Chilkat 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 Article

Sign 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 Article

Don’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 Article

Image may be NSFW.
Clik here to view.

Possible 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 Article


Does 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 Article

Online 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 Article


PROXKey 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 Article

How 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 Article


How 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 Article

Image may be NSFW.
Clik here to view.

Office365 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 Article

Solved: 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
Browsing all 415 articles
Browse latest View live