StrokeScribe ActiveX - Old Version Download

Table of Contents

Versions 3 and 4 of the StrokeScribe ActiveX are unsupported but available to download for licensed v3/v4 users.

Licensed V3/V4 users who want to upgrade to version 5 - please read FAQ.

Download

To download the StrokeScribe ActiveX V3/V4, fill the form below.

If you don't have a v3/v4 license key, you cannot download these outdated releases, please download the version 5.

I read, understood and agree with the EULA.
I read, understood and agree with the privacy policy.
I know that v3/v4 are legacy versions and I can upgrade to version 5.

My legally purchased V3 or V4 license key:

I have double-checked my license key entered in the field above and it is correct.
Typing anything other than a valid V3/V4 license key will result in an immediate IP ban.

Version 3 Release History

Version What's new
3.9.8 2014-01-15

- Fix: DATAMATRIX and DATAMATRIXX12 alphabets may cause some random characters to appear after the encoded data.

3.9.7 2012-12-30

- A fix in automatic switching between text-binary optimization modes in PDF417.

3.9.6 2012-09-12

- A fix with last 2 bytes representation in DataMatrix/EDIFACT.

3.9.5 2012-07-29

- GS1 semantics checking is now forced when GS1DATAMATRIX barcode type is selected. StrokeScribe will return an Error when incorrect GS1 string is passed to the ActiveX.

- The *StrokeScribe Free* label is now appended to GS1 barcode as AI 99, so GS1 barcode generated with free version of StrokeScribe will be readable by any GS1-enabled software.

3.9.4 2012-07-25

- Some changes in StrokeScribeClass registration procedure to prevent IIS 6 from throwing a COM Exception after 10-15 minutes of inactivity.

3.9.3 2012-06-19

- The new QrMinVersion property allows to limit the minimum version (or matrix size) for QR Code.

- Some QR Code data compression improvements.

Version 4 Release History

Version What's new
4.7.1 2017-04-19

- Fixed an issue with falling into "free version" mode after installing some Windows updates and service packs.

4.7.0 2016-05-07

- Support added for the Australia Post barcode.

4.6.1 2016-02-19

- This release allows to insert FNC1-FNC4 function characters into CODE 128.

To insert a FNC character, switch the encoding alphabet to CODE128 and disable code page translation by specifying CodePage=-1. Put the following decimal codes into your data:

  • 128 for FNC1;
  • 129 for FNC2;
  • 130 for FNC3;
  • 131 for FNC4;

A code can be inserted using a tilde sequence like ~d128 or using Chr() function in VB.

This shows how to use a tilde sequence to insert FNC3:

StrokeScribe1.Alphabet = CODE128 StrokeScribe1.CodePage = -1 StrokeScribe1.ProcessTilde = True StrokeScribe1.Text = "ABC~d130DEF" ' FNC3

This shows how to use the Chr() function to insert FNC2:

StrokeScribe1.Alphabet = CODE128 StrokeScribe1.CodePage = -1 StrokeScribe1.Text = "ABC" & Chr(129) & "DEF" ' FNC2
4.6.0 2015-11-07

- Multiple updates and fixes in barcode TrueType fonts.

4.5.5 2015-10-14

- A TrueType font to print PDF417 barcodes. See the FontOut property for usage examples.

Facebook X Bluesky Youtube Contacts

© 2025 StrokeScribe. All rights reserved. Use of any portion of this site constitutes acceptance of our Terms of Use and Privacy Policy. The website material may not be reproduced, except with the prior written permission.