This is a little bit of a different request regarding PDFs. I don't want to use a 3rd party library to create PDFs I want to create a PDF writer like iTextSharp in order to create PDFs from any data source. In essence I want to create my OWN PDF Tools.
This is not a requirement to convert existing documents to PDF (I already know how to use the word interop to do that and I have experience with iTextSharp).
What I am really struggling to find information on is how would I create PDFs from scratch ? There is very little to no information that I can find in my searches on what you need to do in order to create a PDF.
I have read through the PDF standards: https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf
I understand the formatting requirements that all PDFs need to adhere to in order to work with PDF readers like Acrobat and FoxPDF but the standards are obviously technology independent and only work as a guide line.
So what I am asking I guess is for a little bit of guidance on starting this project. I am specifically looking for tutorials that pertain to C# (.NET or Mondo) or even just a few lines to point me in the right direction.
Kind regards, Helgard Wagener