PDF programs for my Report Format
- The Great PDF - Revealed
- PDF Library for creating PDF with tables and text, in C#
- Convert a Text File to a PDF File
- Tutorials on creating PDF files using C# 2.0
- Convert a Windows Form to PDF
- Create PDF from Images using VB.NET
- Gios PDF .NET library
- Gios WORD .NET Library (using RTF specification)
- Gios WORD .NET Library (using RTF specification)
- Home of PDFsharp and MigraDoc Foundation
- PDF File Writer C# Class Library (Version 2.0.0)
- Backup Utility implementing Backup Rotation Scheme (Open Source Windows Forms Application in C#)
- What is PDFsharp and MigraDoc?¶
- APIs for Beginners - How to use an API (Full Course / Tutorial)
PDF Format basics
A project to create PDF files using text editor and digitally sign them.
Create PDF files on the fly using this simple library.
This article shows how to convert a text file to PDF.
Tutorials on creating PDF files using C# (.NET 2.0) and iTextSharp
This article shows how to save a Windows Form to a PDF file.
Create PDF from Image files using VB.NET and PDFSharp library.
Must Read
A .NET library for generating impressive PDF reports.
A .NET library for generating Word documents (.DOC) using the RTF (Rich Text Format) specification.
Good Projects
PDFsharp and MigraDoc Foundation are published Open Source and under the MIT License and are free to use. Read more...
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.
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.
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.
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