Wednesday, March 16, 2022

PDF programs for my Report Format

PDF programs for my Report Format

    PDF Format basics

  1. The Great PDF - Revealed
  2. A project to create PDF files using text editor and digitally sign them.

  3. PDF Library for creating PDF with tables and text, in C#
  4. Create PDF files on the fly using this simple library.

  5. Convert a Text File to a PDF File
  6. This article shows how to convert a text file to PDF.

  7. Tutorials on creating PDF files using C# 2.0
  8. Tutorials on creating PDF files using C# (.NET 2.0) and iTextSharp

  9. Convert a Windows Form to PDF
  10. This article shows how to save a Windows Form to a PDF file.

  11. Create PDF from Images using VB.NET
  12. Create PDF from Image files using VB.NET and PDFSharp library.

    Must Read

  13. Gios PDF .NET library
  14. A .NET library for generating impressive PDF reports.

  15. Gios WORD .NET Library (using RTF specification)
  16. A .NET library for generating Word documents (.DOC) using the RTF (Rich Text Format) specification.

  17. Gios WORD .NET Library (using RTF specification)
  18. Good Projects

  19. Home of PDFsharp and MigraDoc Foundation
  20. PDFsharp and MigraDoc Foundation are published Open Source and under the MIT License and are free to use. Read more...

  21. PDF File Writer C# Class Library (Version 2.0.0)
  22. PDF File Writer is a C# .NET class library allowing applications to create PDF files. The code was developed for VS 2022 and .NET6. The latest update is a major upgrade.

    The PDF File Writer C# class library gives .NET applications the ability to produce PDF documents. The library shields the application from the details of the PDF file structure. The library supports: forms, text, images, tables, graphics, barcodes, web links, charts, sticky notes, encryption and more. The article together with the attached source code provides detailed documentation.

  23. Backup Utility implementing Backup Rotation Scheme (Open Source Windows Forms Application in C#)
  24. CopyTree is a Backup Utility implementing Backup Rotation Scheme. It is an open source Windows Forms Application written in C#. The utility was designed to perform backup of critical folders to multiple backup folders.

  25. What is PDFsharp and MigraDoc?¶
  26. MigraDoc is a document generator. It supports almost anything you find in any good word processor. You just add paragraphs, tables, charts, arrange all this in sections, use bookmarks to create links, tables of contents, indexes, etc. MigraDoc will do the layout creating page breaks as needed. MigraDoc will create PDF or RTF documents.

    PDFsharp is a .NET library for processing PDF file. You create PDF pages using drawing routines known from GDI+. Almost anything that can be done with GDI+ will also work with PDFsharp. Only basic text layout is supported by PDFsharp, and page breaks are not created automatically. The same drawing routines can be used for screen, PDF, or meta files.

  27. APIs for Beginners - How to use an API (Full Course / Tutorial)
  28. What is an API? Learn all about APIs (Application Programming Interfaces) in this full tutorial for beginners. You will learn what APIs do, why APIs exist, and the many benefits of APIs. APIs are used all the time in programming and web development so it is important to understand how to use them.

No comments:

Post a Comment