You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I took the code that was originally provided in https://forum.pdfsharp.net/viewtopic.php?f=3&t=1215 (in 2010!) and modified it to render barcodes. The original patch needed very little modification to work with the current codebase and I made one additional change to add a default minimum font size for the readable text printed below a barcode. I'll see if I can create a pull request. I've only ever done that once before on Github so I'll have to try to remind myself how it is done.
Expected Behavior
Produce a visible barcode (works in 1.31.3066.0)
Actual Behavior
Compiles and runs, but shows no barcode.
Steps to Reproduce the Behavior
Add this code to IssueSubmission/Program.cs
Further information
This function does not handle the case where documentObject is a Barcode, so the object is never rendered:
https://github.com/empira/MigraDoc/blob/cb9690cd2ee96ae3609508f551c2765f609e7a5a/MigraDoc/src/MigraDoc.Rendering/Rendering/Renderer.cs#L149-L169
The text was updated successfully, but these errors were encountered: