Pdfium.Net SDK is the leading .Net library for generating, manipulating and viewing files in the portable document format. We are offering a high level c# / VB.Net API for dynamic pdf creation on a WEB server or any other server system, and to implement «Save as PDF» feature in existing desktop or WEB applications.
Pdfium.Net SDK Library allows developers to create PDF documents easily in C#. This example shows that a PDF document can be dynamically created using page objects.
You can create multiple page objects and place them anywhere on the page. There are several types of page objects: paths, forms, images and text objects.
This example shows how you can generate a PDF document from a bunch of scanned images using a simple C# code and PDF library.
The code above prints a PDF document to the default printer. Standard printing dialog with printing progress is also shown. If you want to suppress progress window please modify the code like shown below.
The PdfPrintDocument is derived from standard PrintDocument class, so that you can use .Net Framework's print dialog box (PrinterDialog) that configures a PrintDocument according to user input.
Pdfium.Net SDK allows developers to easily extract the full text from almost any PDF file.
This example shows how you can search for a text in PDF document using a simple C# code and the PDF library.
This example shows how you can use C# PDF Library for search for a text Asynchronously.
Pdfium.Net SDK also allows developers to easily extract the text coordinates from any PDF file.
The example demonstrates extracting different format images from a pdf file, and saves them to disk.
The following code example demonstrates how to use C# PDF Library to split a PDF document.
Using C# PDF Library, you can not only merge multiple PDF files into a single file, but also select specific pages from the source files and combine them in one PDF document.
The code above shows how it can be done using ImportPages operation.
In this example we are create a bitmap of each page, so we calculate the required width and height of the bitmap in pixels converted from the dimensions of the PDF page in Points. Each Point is 1/72 of an inch, so we basically take the vertical or horizontal DPI of the image (96 in our example), multiply it to corresponding dimension and divide by 72.
Next we are create a new PdfBitmap using the dimensions we just computed. The last parameter of the constructor tells to use the true color mode.
Then we fill the entire bitmap with white and render the page to it. Thats all!
This example code demonstrates how programmatically fill all editable forms in pdf document using .Net PDF Library.
Patagames support service is what you might call «developers for developers».
When you license product, you receive more than a great library. To get the most from this one, you also receive 12 months of free technical support directly from our .Net development team.
I've tried your latest release and it works perfectly ― solves both my problems! Thanks for meeting my request ―it's much appreciated. We still use [other product] for some legacy projects, but we have dropped it for all new projects. Although the [other product] library itself is good, we found their support to be poor ― without doubt Pdfium.NET support has proven to be far better, both in speed and quality!
Again, many thanks for your first-rate service and excellent product. -TerryThe link is hidden due to ethical concerns.
The primary design goal of Pdfium.Net SDK is to make things simple and intuitive to developers. The class library abstracts all the details of using the underlying pdfium library and provides an interface based on world objects and other intuitive classes.
Furthermore, Pdfium.Net SDK is well documented SDK! We provide a rich documentation which aims to give beginners and advanced users an overview of what is possible with the Pdfium.Net SDK.
One of our target is to provide developers with high quality tool for dynamic PDF creation on any server system like Microsoft Azure.
I have verified that your SDK does work when deployed to Azure (several products I tested did not ― you may want to advertise this). And I have made the purchase.
Thanks again! -Cyberghttps://forum.patagames.com/posts/m1105-Workability-in-various-environments#post1105
Bestow the ability to view pdf files to your .Net app! With multiple view modes, nuanced customization and complete support for acroforms pdf viewer fits into your application seamlessly and tailored to your design.
NuGet package is also available in the official repo at nuget.org