Posts by Matheus Muniz • 77 points
4 posts
-
1
votes1
answer157
viewsA: Mirroring of PDF text
Solution: theDoc.Transform.Magnify(-1, 1, theDoc.Rect.Left, (theDoc.Rect.Bottom + theDoc.Rect.Width)); theDoc.Transform.Invert(); string textoPdf = "INSERT THE TEXT"); theDoc.FontSize = 8;…
-
0
votes1
answer157
viewsQ: Mirroring of PDF text
I am trying to invert a text so that the mirrored text is saved in the PDF; however, I was unsuccessful, I tried in several ways and what made more sense was to rotate 360º and invert, but the text…
-
2
votes2
answers174
viewsQ: Formatting values per Razor pages
I’m having problems formatting a variable through the Razor pages in C#. Let’s say that a variable called value receives the number 9.5723 (real nine and 57 cents), I need all decimals above 2 are…
-
1
votes1
answer540
viewsQ: HTML page in the body of the email with Video
Good Afternoon, my company automatically sends an html page inside the body of the email, I was asked to add a video inside that html page. So far so good, I copied the code that youtube generates…