NPN Posted October 16, 2012 Share Posted October 16, 2012 Hi, I've made a QR-code(vcard) on a business card that returns the resource name instead of the resource itself. The resource is an address and is located in a .txt file. So when you scan the code you get Resource("path") in the address field. The rule createResource outputs correctly on the bus card itself. It should be mentioned that this is a VDP uploaded to DSF. Is it possible to correct this, or is it a limitation? Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted October 16, 2012 Share Posted October 16, 2012 You need to use the content property to return the text contents referenced by the resource. If there's another rule returning a resource that's used in the QR barcode rule, then that other rule should look something like this: return CreateResource("path").content; Quote Link to comment Share on other sites More sharing options...
dreimer Posted October 16, 2012 Share Posted October 16, 2012 Quick question about QR codes. Can they be produced in multiple colors out of Fusion Pro or just black? Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted October 16, 2012 Share Posted October 16, 2012 Quick question about QR codes. Can they be produced in multiple colors out of Fusion Pro or just black? If you create text barcodes, they can be in any color you want - just set the color in the Text Editor dialog where you call out the rule. If you are creating graphic QR barcodes, then they are currently output only in Black. P.S. Please start a new thread for new questions. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.