Search Results for: "Quick PDF Library"

In this post I would like to show you how easy it is to render a page from a PDF onto a graphic surface using Delphi and Debenu Quick PDF Library. The graphic surface in the Windows operating system is called a Devi...
Keep reading Keep reading
Introduction to Foxit PDF SDK Foxit PDF SDK provides high-performance libraries to help any software developer add robust PDF functionality to their enterprise, mobile and cloud applications across all platforms (includes Windows,...
Keep reading Keep reading
Introduction to Foxit PDF SDK Foxit PDF SDK provides high-performance libraries to help any software developer add robust PDF functionality to their enterprise, mobile and cloud applications across all platforms (includes Windows,...
Keep reading Keep reading
Foxit Quick PDF Library provides an extensive API for programmatically extracting text from PDF files. This includes the options of just plain text output and also returning the text in a formatted CSV string with details about th...
Keep reading Keep reading
Incremental updates provide a method for updating a PDF file without completely re-writing it, according to the PDF specification (1.7), incremental updates work like this: The contents of a PDF file can be updated incrementally w...
Keep reading Keep reading
Foxit Quick PDF Library does not currently support the extraction of path information. However, the GetContentStreamToString function will extract the content stream which contains all of the drawing commands. You would need to pa...
Keep reading Keep reading
Foxit Quick PDF Library has an extensive API for programmatically working with links in PDF files. In the sample code below we demonstrate how to find all URLs in a PDF and then check to see if it matches our predefined URL a...
Keep reading Keep reading
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 m...
Keep reading Keep reading
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 t...
Keep reading Keep reading