dymosoftware / dymo-connect-framework

DYMO Connect Framework for Javascript.
Other
88 stars 54 forks source link

.NET Sample generates invalid PDF417 codes #6

Closed fssup closed 4 years ago

fssup commented 4 years ago

Printing PDF417 codes from the .NET Sample produces invalid PDF417 codes (both in preview and in actual print result).

Info: DCD 1.3.1 on Windows 10 1909 x64 Visual Studio 2019 DYMO.Connect.SDK 1.3.1.115 Installation steps followed from WPFSDKSample

Steps to reproduce:

  1. Installation according to WPFSDKSample
  2. Open WPFSDKSample.csproj in Visual Studio 2019
  3. Build Solution
  4. Open DCD 1.3.1
  5. Create new label with PDF417 code with some string of text (e.g. 3F21C736502C8A39)
  6. Save label to label.dymo
  7. Open bin\Debug\WPFSDKSample.exe
  8. Click browse -> select label.dymo
  9. Preview is now showing an invalid PDF417 code
  10. Select printer and roll selection and click print label
  11. Printer now printed an invalid PDF417 code

Example of preview of code 3F21C736502C8A39 image

Example of valid code from interface of DCD1.3.1 of code 3F21C736502C8A39 image

fssup commented 4 years ago

This was supposed to be posted on the DCD-SDK-Sample repo. Closing here, see issue on DCD-SDK-Sample repo.