Aptivi - Manual
ProjectsWebsiteBlog
VisualCard - Manual
VisualCard - Manual
  • Welcome!
  • Breaking Changes
  • Usage
    • How to use
      • Card Parts
      • Calendar Parts
      • Property Management
      • Parsers
        • Recurrence Rules
        • Date/Time Tools
        • Durations and Periods
    • Extra Features
      • Card Conversion
      • Card Generation
      • Social Media URIs
      • QR Code Generation
    • How it works
  • Report an issue
  • Source code
  • API Reference
Powered by GitBook
On this page
Edit on GitHub
  1. Usage
  2. Extra Features

Card Generation

Generating your cards automagically...

Last updated 7 months ago

In addition to VisualCard having the most basic card parsing functions, you can now generate cards based on a random name generation function employed by the Textify library that you can consult here:

You can generate cards using the following two function overloads:

  • GenerateCards(): generates up to 100 cards by default (you can override this using the optional parameters)

  • GenerateCards(int cards): generates exactly a number of specified cards

It uses the list of first and the last names to generate random names. It occasionally adds one or both of telephone and e-mail information for one of home, work, or both. Once done, the generator lets VisualCard parse the generated card instance to verify that it's been generated correctly.

Textify - Manual