Developer Posts

Controlling the precision of numeric values in PDF files

by Conor | July 6, 2015
Foxit Quick PDF Library includes a function called SetPrecision which allows you to control the precision of numeric values in PDF files. In a PDF all numeric values are stored as strings. So using a smaller precision would mean a number takes up less characters in the file. If a PDF has a lot of complex […]
Keep reading Keep reading

Setup Android Studio and Foxit Quick PDF Library

by Conor | July 3, 2015
This tutorial demonstrates how to use Foxit Quick PDF Library to create an Android app using Android Studio. If you haven’t already downloaded the Android trial then you can do that from the trial here. Setup Android Studio project with Foxit Quick PDF Library Open Android Studio. If Quick Start window is displayed then click […]
Keep reading Keep reading

Create an emulator for testing in Android Studio

by Conor | June 29, 2015
This article is intended for users of Foxit Quick PDF Library for Android. The Android Virtual Device (AVD) is an emulator configuration that lets you model an actual device by defining hardware and software options to be emulated by the Android Emulator. It comes as an optional download when you install Android Studio. Please note: […]
Keep reading Keep reading

Converting Pixels and Inches to PostScript Points

by Conor | April 7, 2015
Pages in a PDF use points (1/72 of an inch) as the default measurement units with the origin or the coordinate system at the bottom left corner of the page. So there is a constant 72 involved in calculations when converting to or from points in PDF. This is the ratio of the “points” measurement […]
Keep reading Keep reading

Can I compress my PDF?

by Conor | April 2, 2015
A PDF can’t be compressed like an image can be compressed. “PDF” is more of a container for various elements. So inside a PDF various things such as image data, font data, content data and so on can be compressed, but these have to be compressed separately. If you want to reduce the file size […]
Keep reading Keep reading

ASP.NET MVC Web Applications and Foxit Quick PDF Library

by Conor | April 1, 2015
Foxit Quick PDF Library can be used in ASP.NET MVC Web Application projects to add rich PDF features to web applications. It works in much the same way as it does for regular desktop or server applications. This tutorial is done using Visual Studio 2013 and C#, but the steps are mostly the same if […]
Keep reading Keep reading

ASP.NET Web Applications and Foxit Quick PDF Library

by Conor | April 1, 2015
Foxit Quick PDF Library can be used in ASP.NET Web Application projects to add rich PDF features to web apps. It works in much the same way as it does for regular desktop or server applications. Please note: there is a difference between a ASP.NET Web Site project and a ASP.NET Web Application project. This article deals with […]
Keep reading Keep reading

Merge content from multiple pages into one page

by Conor | March 31, 2015
Sometimes it’s necessary to customize the content of a document on the fly from templates. There’s various different ways this can be done, but one way is to have a template with different content on each page of a document and then based on certain criteria (i.e. content from page 1, 5, 8 is required […]
Keep reading Keep reading
Used everywhere

Trusted by