Posts by Rodrigo Elias • 111 points
2 posts
-
1
votes1
answer786
viewsA: Generate PDF images using Pdfsharp -Windows Form
In the following excerpt, you added the first page[1]: doc.Pages.Add(new PdfPage()); And added an image to the first page(index = 0, indicated with the doc.pages[0]) code of your Pdfdocument[2]:…
-
0
votes1
answer127
viewsA: Error in Maskinput Javascript
In the Firefox, it is possible to use e.which for the same purpose. This property is not standard. A more reliable approach would be to use the solution below to recover the Keycode: var k, mC, r, c…