Don W.
Don W.
We have been running pdfjinja and have ran into an interesting issue. When calling our python code directly from the command line everything works. However when our code is started...
I was going to use an ellipse annotation as a simple way to overlay a 95% confidence ellipse on some X,Y scatter data. Would be nice to have rotation on...
Other libraries allow you to do something like this... var phoneFax = new vCard.vTelephone(); phoneFax.Location = vCard.vLocations.WORK; phoneFax.Type = vCard.vPhoneTypes.FAX; phoneFax.TelephoneNumber = contact.FaxNumber; vc.Telephones.Add(phoneFax); Producing output like TEL;WORK;FAX:555-555-5555 This library...
@tedrick It looks like this tool is exactly what we are after, but we are having a little issue. The tool worked perfectly first run, but on the second run...
Every time I go to make a pull request I'm screwing everything up because I have different VS settings for braces. Grumble mumble. Editor config in the project would fix...