Posts by Carol Ferreirak • 3 points
3 posts
-
0
votes1
answer512
viewsA: c# Web mvc Send PDF without saving to disk and send by email
//In-memory PDF generation method public static MemoryStream ArquivoTemporario() { HtmlToPdfBuilder builder = new HtmlToPdfBuilder(PageSize.LETTER); HtmlPdfPage page1 = builder.AddPage(); string…
-
0
votes1
answer512
viewsQ: c# Web mvc Send PDF without saving to disk and send by email
Hello, I have an MVC web application and I have a method to send an email and I have to add a PDF that is dynamic, I have to attach it in this email without saving on disk. Could someone help?…
-
0
votes1
answer37
viewsQ: How to activate a link editor for a created post type?
I have a post type created, but it does not show the url editor of the created page, someone could tell where I declare that in the post type will have a field to edit the url?
wordpressasked Carol Ferreirak 3