By tag: Pdf
0
kicks
Working with Pdf Files in C# Using PdfBox and IKVM
I have found two primary libraries for programmatically manipulating PDF files; PdfBox and iText. These are both Java libraries, but I needed something I could use with C Sharp. Well, as it turns out there is an implementation of each of these libraries for .NET, each with its own strengths and wea...
0
kicks
Splitting and Merging Pdf Files in C# Using iTextSharp
One of the more common tasks we need to perform programmatically with PDF files is extracting one or more pages from an existing PDF file, and persisting the reult to a new file.
0
kicks
How to merge pages from a PDF document
For this utility, imagine having a PDF document with pages that are 8 1/2″ x 11″ and you want to combine 2 pages into one larger page. The resulting output document would be 17″ x 11″ and show two pages from the input document on one page on the output document.
0
kicks
How to extract pages from a PDF document
Code example showing how to use iTextSharp to extract pages from a PDF file to make a new PDF file.
0
kicks
melon-reports - a reporting and PDF generation library
Inspired by Jasper Reports. It is an open source .net library providing basic reporting and PDF printing capabilities.
0
kicks
Completely free PDF .NET library written in C#
Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense.
0
kicks
Serving PDF Reports from ASP.NET using SQL Reporting Services
How to create and deliver a PDF using ASP.NET and SQL Server Reporting Services.
0
kicks
Free Online Data Conversion Tools
"Use the easy upload interface to convert your file. Your original file will not be affected, and you can choose your own file name for the converted file which will instantly download to your computer."
0
kicks
Visual C# 2008 Keybinding Reference Poster
A high quality, print-ready PDF containing the useful keybindings for developers that choose the C# developer profile in Visual Studio 2008 or use Visual C# Express.
0
kicks
Generate a PDF behind the scenes using SQL Reporting Services
A great article demonstrating how to use SQL Reporting Services to generate a PDF on the fly.
0
kicks
.NET Framework Posters
This is a PDF of the .NET Framework poster included in the VS2005 retail box.
0
kicks
ASP.NET page event lifecycle cheat sheet
Don't put all your love into Page_Init... Learn about the page event lifecycle and what each can be used for.
0
kicks
Free C#/VB .NET Coding Guidelines ebook download
The latest version of Steve Sartain's C#/VB .NET Coding Guidelines 100+ page ebook (PDF) is available for free download. Covers naming guidelines, best coding practices, usage patterns, and more. Download your copy while supplies last! :)
0
kicks
Free E-Book: Developing Time-Oriented Database Applications in SQL
A free PDF e-book - "Developing Time-Oriented Database Applications in SQL" (Morgan Kaufmann Series in Data Management Systems).
0
kicks
Cool (and Free) Threading .NET 2.0 E-Book
"This is a very cool threading online reference and freely downloadable e-book (PDF). Using C# for its examples, in 76 pages it covers basic synchronization, locking, BackgroundWorker, async delegates and more."
Via: http://coolthingoftheday.blogspot.com