Questions tagged [chilkat]

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows.

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows. The company's homepage is located at Chilkat Software.

316 questions
1
vote
0 answers

Chilkat - Encode into PKCS7 the following elements : XML Signed Document + Signature certificate itself encoded X509

We are trying to automate certain processes with Chilkat. In particular we are trying to generate a PKCS7 document that contains the following features: A signed xml document. This signing is done via smartcard and the output must include the…
Lucas H
  • 11
  • 1
1
vote
0 answers

Nor CkRsa__encryptBytesENC, Neither CkRsa__encryptStringENC of chilkat DLL for Delphi don't encrypt

I want to encrypt a text using PublicKey in Chilkat but it doesn't work and the error message is: "Private Key Required, privatekey not provided" As Chilkat document says encryption should always use publicKey for…
Mehdy
  • 11
  • 2
1
vote
0 answers

Chilkat PDF Sign Custom Fields

Hello i use Chilkat PDF to sign my PDF and i want to know if it is possible change label "Signature2" to a custom text, and fill details of signature, with location and reason? Thanks Exemple: https://i.stack.imgur.com/8QjYH.png
Jon Tril
  • 11
  • 1
  • 3
1
vote
1 answer

Chilkat - Delphi DLL - XADES - CkXmlDSigGen_AddExternalTextRef

I have a problem using the Ck XmlDSig Gen_AddExternalTextRef function. After signing, DigestValue always gets the same value for different URLs. 8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U= Where is the problem? I…
Marek_P
  • 9
  • 2
1
vote
2 answers

How do I deploy the Visual C++ Runtime 2010 in the bin library of a web application?

I am trying to deploy a web project that uses a specific library (in this case Chilkat) to a web host (appharbor.com). The problem is the library needs the Visual Studio C++ 2010 runtime (http://www.cknotes.com/?p=311). My question is how do I…
Alex Duggleby
  • 7,948
  • 5
  • 37
  • 44
1
vote
2 answers

Put a boolean False inside a runloop while

i'm trying to get directory file listing from my ftp server using Chilkat library. In this case, i want to animating a UIActivityIndicatorView when the process is running. But the problem is, the UIActivityIndicatorView never start to animate. The…
R. Dewi
  • 4,141
  • 9
  • 41
  • 66
1
vote
0 answers

How to add digital signature to PDF file with Chilkat Delphi DLL

I am testing the creation of a detached digital signature in PDF file using Chilkat for Delphi DLL. So far I have managed to sign the file but instead of adding a digital signature it certified the file. I am using the examples provided by Chilkat…
m_zh
  • 11
  • 1
1
vote
1 answer

Chilkat Rest - How authorized with certificate

when I try to query a test, freely available, environment, the command below will return the required answer... lnSuccess = loRest.Connect("https://api.test.....com", 443, 1, 1) But how to ask the production environment where certificate…
1
vote
5 answers

SFTP SSH2 Download Rate (C#)

I am developing a C# Console Application which downloads files from an SFTP Server with SSH Key Pair Authentication. I am using the Chilkat API. The files I am attempting to download are very large, between 8GB-13GB. Currently the max download…
Isaac Vallee
  • 297
  • 1
  • 4
  • 7
1
vote
1 answer

How to get the FolderID from Google Drive folders using Chilkat DLL

Im using the ChilKat to develop a tool using VB.NET, that performs a single file upload to my google drive account. Im able to get the folderID within a root folder, but im struggling to get the folderID if there is a path of folders. At this moment…
Rui Manso
  • 54
  • 9
1
vote
2 answers

Chilkat CkHttp DownloadBd SynchronousRequest Url Encoding Issue

Library : chilkat-9.5.0.84-x86-vc9 (Latest Version) (Actually tested older versions also have the same issue) Problem : Url string has a comma ',' character…
Dragon
  • 13
  • 2
1
vote
2 answers

How to unzip file using chilkat in vb.net

How unzip file using chilkat? I have problem to openzip(filepath) using vb.net? my code Dim zip As New Chilkat.zip() Dim success As Boolean success = zip.Openzip(ZipTargetFile) If (success <> True) Then MessageBox1("File can't open") Exit…
1
vote
0 answers

How do I get Chilkat IMAP ListMailBoxes to report available mailbox names?

I am attempting to get a Chilkat IMAP component to attach to a public folder that can be seen in Outlook by a user. Once I have connected to my IMAP server as that user and I issue: IMAP.SelectMailbox('Inbox') I can see the contents of my inbox, as…
SimonW
  • 11
  • 1
1
vote
1 answer

Getting error "readFtpReply: Socket operation timeout.' while downloading with chilkat library on android device

Our app is using the chilkat library for downloading files from FTP/SFTP and when it comes to huge file like 1 GB, we see the below error but for smaller file it works. The FTP server is Windows based. For the same file, if we use AndFTP apk, it…
1
vote
1 answer

How to make a DLL optional in a .Net app

We have an app the requires Full Trust because of a Chilkat .NET 3.5 DLL This has not been a huge issue, however we would like to submit our app to the: Windows Web Application Gallery and it must be Medium Trust. So to make it medium trust all we…
aron
  • 2,856
  • 11
  • 49
  • 79