So... just what is the problem?
-
OK, riddle me this. I needed to make a PDF with C# code for someone too cheap to pay for Aspose, iTextSharp or other commercial library that would do the job. There seem to be two projects on CodeProject that make rather simple PDFs without a ($600 to start) commercial library. A fair amount of searching led me to the PDFJet library, much of which can be used used for free under a 2 clause BSD license. It's easy to build and I made a pretty complicated PDF Fax Cover Sheet I needed using only C#. I was thrilled so I posted about it with a link to the Open Source library. I bet it could even be compiled to .Net Core though I didn't try. Anyway, in almost any post in any forum, including CodeProject, the first answer to how to make a PDF with C# is to use the expensive iTextSharp. I wrote about what I had found on the question at [https://www.codeproject.com/Answers/5275236/Create-PDF-File-In-Csharp-3-5\](https://www.codeproject.com/Answers/5275236/Create-PDF-File-In-Csharp-3-5) which asked "How can i create a pdf file using c# with table format ?"... Which it answers. So why did I get an email saying "Your answer 'Create PDF File In C# 3.5' has been reported by Nelek and has been closed, with the reason being given as Content has been posted that is spam."? It's free for one thing while none of the other libraries are. It's a valuable, uncommon resource to me as a C# developer and might be to others. I have nothing to do with the Open Source project. One thing I noticed when researching the project. Over and over I found posts on SO with resources ... and the post was marked as closed for being inappropriate for some reason. What is with it about the content police?
Michael Breeden wrote:
expensive iTextSharp.
I used it once before and it was free, as I recall. No?
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
-
Michael Breeden wrote:
expensive iTextSharp.
I used it once before and it was free, as I recall. No?
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
Not for commercial use.
-
Not for commercial use.
F-ES Sitecore wrote:
Not for commercial use.
I wonder what I used then. I could have sworn it was itextsharp and all I had to do was download it. Maybe not then. Can't remember.
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
-
F-ES Sitecore wrote:
Not for commercial use.
I wonder what I used then. I could have sworn it was itextsharp and all I had to do was download it. Maybe not then. Can't remember.
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
PDFsharp perhaps. [Home of PDFsharp and MigraDoc Foundation - PDFsharp & MigraDoc](http://www.pdfsharp.net/?AspxAutoDetectCookieSupport=1)
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food
-
OK, riddle me this. I needed to make a PDF with C# code for someone too cheap to pay for Aspose, iTextSharp or other commercial library that would do the job. There seem to be two projects on CodeProject that make rather simple PDFs without a ($600 to start) commercial library. A fair amount of searching led me to the PDFJet library, much of which can be used used for free under a 2 clause BSD license. It's easy to build and I made a pretty complicated PDF Fax Cover Sheet I needed using only C#. I was thrilled so I posted about it with a link to the Open Source library. I bet it could even be compiled to .Net Core though I didn't try. Anyway, in almost any post in any forum, including CodeProject, the first answer to how to make a PDF with C# is to use the expensive iTextSharp. I wrote about what I had found on the question at [https://www.codeproject.com/Answers/5275236/Create-PDF-File-In-Csharp-3-5\](https://www.codeproject.com/Answers/5275236/Create-PDF-File-In-Csharp-3-5) which asked "How can i create a pdf file using c# with table format ?"... Which it answers. So why did I get an email saying "Your answer 'Create PDF File In C# 3.5' has been reported by Nelek and has been closed, with the reason being given as Content has been posted that is spam."? It's free for one thing while none of the other libraries are. It's a valuable, uncommon resource to me as a C# developer and might be to others. I have nothing to do with the Open Source project. One thing I noticed when researching the project. Over and over I found posts on SO with resources ... and the post was marked as closed for being inappropriate for some reason. What is with it about the content police?
Michael Breeden wrote:
So why did I get an email saying "Your answer 'Create PDF File In C# 3.5' has been reported by Nelek and has been closed, with the reason being given as Content has been posted that is spam."?
You got caught with both messages in the spam filter. You were using the same pattern that many spammers do and it would be not the first time that someone starts a blog or does something and start pushing "his better solution" all over the place in old questions and articles. I can only say "sorry". CP Staff has wiped the reports on your account.
Michael Breeden wrote:
and the post was marked as closed for being inappropriate for some reason. What is with it about the content police?
Links to comercial products are not allowed. Spam Links to demos of paid products are not allowed. Spam Pushing your own site is not allowed. Site driving <<< That's the one I thought since the messages were so similar and looked so intentionally copy pasted
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
OK, riddle me this. I needed to make a PDF with C# code for someone too cheap to pay for Aspose, iTextSharp or other commercial library that would do the job. There seem to be two projects on CodeProject that make rather simple PDFs without a ($600 to start) commercial library. A fair amount of searching led me to the PDFJet library, much of which can be used used for free under a 2 clause BSD license. It's easy to build and I made a pretty complicated PDF Fax Cover Sheet I needed using only C#. I was thrilled so I posted about it with a link to the Open Source library. I bet it could even be compiled to .Net Core though I didn't try. Anyway, in almost any post in any forum, including CodeProject, the first answer to how to make a PDF with C# is to use the expensive iTextSharp. I wrote about what I had found on the question at [https://www.codeproject.com/Answers/5275236/Create-PDF-File-In-Csharp-3-5\](https://www.codeproject.com/Answers/5275236/Create-PDF-File-In-Csharp-3-5) which asked "How can i create a pdf file using c# with table format ?"... Which it answers. So why did I get an email saying "Your answer 'Create PDF File In C# 3.5' has been reported by Nelek and has been closed, with the reason being given as Content has been posted that is spam."? It's free for one thing while none of the other libraries are. It's a valuable, uncommon resource to me as a C# developer and might be to others. I have nothing to do with the Open Source project. One thing I noticed when researching the project. Over and over I found posts on SO with resources ... and the post was marked as closed for being inappropriate for some reason. What is with it about the content police?
Michael Breeden wrote:
It's free for one thing while none of the other libraries are. It's a valuable, uncommon resource to me as a C# developer and might be to others. I have nothing to do with the Open Source project.
Additionally... you might post it in Free Tools Discussion Boards[^]
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
F-ES Sitecore wrote:
Not for commercial use.
I wonder what I used then. I could have sworn it was itextsharp and all I had to do was download it. Maybe not then. Can't remember.
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
I can download and install SQL Server without paying, doesn't mean I'm allowed to use it commercially :laugh:
-
I can download and install SQL Server without paying, doesn't mean I'm allowed to use it commercially :laugh:
-
PDFsharp perhaps. [Home of PDFsharp and MigraDoc Foundation - PDFsharp & MigraDoc](http://www.pdfsharp.net/?AspxAutoDetectCookieSupport=1)
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food
PDF Sharp has worked well for me in the past when i needed to create downloadable versions of html reports.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt
-
I've asked for the spammer kicks to be reversed, by the way.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
T'anks. There is almost nothing out there about making PDFs without expensive libraries. I was thrilled to find it.
-
Michael Breeden wrote:
expensive iTextSharp.
I used it once before and it was free, as I recall. No?
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
Same here, free and worked just fine.