Skip to main content
Archived

QR Code Writer

  • July 23, 2020
  • 1 reply
  • 33 views

roland
Forum|alt.badge.img+2

Hi FME’ers,

I recently work with QR Codes and I was curious if FME supports those Codes. As my Server has no access to the internet (security reasons), the provided GOQRCodeGenerator or the google API is not of any help. Is it possible to build a native QR Code Writer for FME? Maybe based on some open source projects like qrencode (linux).

Best regards

Roland

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • July 23, 2020

Two suggestions:

  1. Use the SystemCaller transformer to call an external application to generate the QR-Code
  2. Use the PythonCaller to use a 3rd-party module for generating QR-Codes

Both should be fairly easy to implement.