Create an emulator for testing in Android Studio

This article is intended for users of Debenu 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: […]

What is an “outline” for PDF?

In the context of PDF, an “outline” is better known as a “bookmark”. While “bookmark” is the more common term, this type of object is referred to in the PDF specification as an “outline”. While this can be confusing, the two terms denote the same thing. While outlines/bookmarks have a range of uses, at its most […]

Rename an existing form field programmatically

It is possible to rename a form field programmatically using the SetFormFieldChildTitle function in Debenu Quick PDF Library. Say for example that you have a parent field called Details, with child fields Name and Address, the full field names will be: Details.Name Details.Address Details.Name Details.Address If you wanted to change Details.Name to Details.FirstName you can […]