Insights, tutorials, and updates from the Foxit PDF SDK engineering team.
Foxit Quick PDF Library supports advanced programmatic manipulation of content streams in PDF files. What are Content Streams? A page in a PDF document has one or more content stream parts that together contain all the PDF page description commands for the page. A lot of PDF files only have one content stream but some PDF [...]
You may have noticed that we’re publishing much more often on Foxit’s developer insights blog. One of our goals this year is to share more content so that you can see what’s going on at Foxit, learn about our culture, find the easiest ways to use our products, and more. Let us know in a [...]
To fix the module dependency not found error in Foxit PDF Rasterizer for .NET SDK, download and install the MS Visual C++ Package: For 64-bit environment: http://www.microsoft.com/en-us/downl….aspx?id=14632 For 32-bit environment: http://www.microsoft.com/en-us/downl…s.aspx?id=5555
These are a few reasons why users cannot remove watermark correctly from Foxit PDF Generator for .NET SDK or Foxit PDF Merger for .NET SDK (assuming the customer follows the licensing documentation correctly). We described two of the most frequent occurrences: Missing License:Foxit PDF Generator for .NET SDK and Foxit PDF Merger for .NET SDK [...]
The most common error with Foxit PDF Generator or Merger .NET SDK is that the project .NET Framework does not match with the .NET correct Generator or Merger .NET SDK DLL. Solution: Set your project to the .NET SDK DLL you are using, or use the correct .NET SDK for your project (i.e 2.0 .NET [...]
To fix this issue, you must change your simulator to a device that is ARMv6, ARMv7, or ARMv7s. Note: Foxit PDF SDK 4.1 does not support ARM64 at this time. Note: This article refers to a deprecated version of a Foxit Product. If you are still using Foxit PDF SDK 5.3 or older, please refer [...]
To fix the FSCRT_ERRCODE_INVALIDMODULE error, check if you are using the latest evaluation of Foxit PDF SDK. Note: This article refers to a deprecated version of a Foxit Product. If you are still using Foxit PDF SDK 5.3 or older, please refer to your download package documents for Developer Guide and API Reference. Get a [...]
To fix the bug when you destroy an item, follow these steps: Locate the file PDFPagerAdapter.java Locate “if (viewMap.containsKey(container))” and change it to “if (viewMap.containsKey(position))” Note: This article refers to a deprecated version of a Foxit Product. If you are still using Foxit PDF SDK 5.3 or older, please refer to your download package documents [...]
Follow the steps to add new functionality to your Android C API demo for Foxit PDF SDK: Go to “samplesViewerDemojni” and review how the implementation on how some of the API are already done. Tip: Look for functions that have similar parameters and use it has your template for writing your own. Create a new [...]
The following suggestion can help improving rendering speed of your viewer: Render only part of the PDF page Render at lower quality. Reduce the width and height and scale it to fit the size needed. Some PDF page requires a lot of time because of its complexity. Recreate the PDF. Note: This article refers to [...]