Skip to main content
Frequently Asked Questions - iText 5 PDF Library Help
- Why is content missing in my table? - iText 5 PDF Library Explained
- Why is iText embedding a font even when I specify not to embed? - iText 5 PDF Library Explained
- Why is it so difficult to convert XML to PDF?
- Why is my cell event not triggered? - iText 5 PDF Library Explained
- Why is my content overlapping with my footer? - iText 5 PDF Library Explained
- Why is my font not applied when I create a PDF document?
- Why isn't the Rupee symbol showing?
- Why is the page size of a PDF always the same, no matter if it's landscape or portrait?
- Why is the text I extract from an English PDF page garbled? - iText 5 PDF Library Explained
- How to solve an UnsupportedCharsetException when using itext-asian.jar?
- Why is XMLWorker parsing slow?
- Enabling Automated Volume Counting in iText 5 with JSON Licenses
- Why do I get a BouncyCastle NoClassDefFoundError? - iText 5 PDF Library Explained
- How can I use regular and bold in a single String? | iText 5 PDF Development Guide
- How can I serve a PDF to a browser without storing a file on the server side? | iText 5 PDF Development Guide
- How can I read Roman page numbers? | iText 5 PDF Development Guide
- How can I load a font from /WEB-INF/resources/fonts/foobar.ttf? | iText 5 PDF Development Guide
- How can I generate a PDF/UA compatible PDF with iText? | iText 5 PDF Development Guide
- How can I find the maximum character limit for a text field?
- How can I find the border color of a field? | iText 5 PDF Development Guide
- How can I convert a CSV file to a table with a repeating header row? | iText 5 PDF Development Guide
- How can I crop the pages of an existing PDF document?
- How can I create a Reader enabled PDF with a signature field that can be signed in Adobe Reader
- How can I automatically change the font size?
- How can I add titles of chapters in ColumnText? | iText 5 PDF Development Guide
- Can iText 2.1.7 / iTextSharp 4.1.6 or earlier be used commercially?
- How can I add an image to all pages of my PDF? | iText 5 PDF Development Guide
- Generate PDF from HTML using itextsharp.dll
- Do I need a license for Windows fonts when using iText? - iText 5 Documentation
- Does a PDF file have styles, headers and footers? - iText 5 Documentation
- Does anyone have any idea how TabStop works? - iText 5 Documentation
- Can you please delete my mail from the archives?
- Can I use my iText 5 license with iText 7?
- Can I use iText without respecting the AGPL license?
- Can I embed a font only partially? - iText 5 Documentation
- Can I create a Reader-enabled PDF using iText? - iText 5 Documentation
- Can I change the page count by changing internal metadata?
- Can I bundle iText with my non-commercial software?
- Argument not specified in iTextSharp - iText 5 Documentation
- How to change the text color of an AcroForm field? | iText 5 PDF Development Guide
- How do I add XMP metadata to each page of an existing PDF?
- How to change the order of Optional Content Groups? | iText 5 PDF Development Guide
- How to change the author name for comments? | iText 5 PDF Development Guide
- How to rotate a page 90 degrees? | iText 5 PDF Development Guide
- How to add an x-offset to a text pattern with every x-step?
- How to change the color of pages? | iText 5 PDF Development Guide
- How to add text at an absolute position on the top of the first page? | iText 5 PDF Development Guide
- How to prevent splitting a table? | iText 5 PDF Development Guide
- How can I log the number of documents / bytes I've processed?
- How to fill out a PDF file programmatically? (Dynamic XFA)
- How to shrink pages in an existing PDF? | iText 5 PDF Development Guide
- How to use Cyrillic characters in a PDF? | iText 5 PDF Development Guide
- How to change a background Image into a watermark by altering the opacity? | iText 5 PDF Development Guide
- How to underline text with a dotted line? | iText 5 PDF Development Guide
- How to set background image in PdfPCell in iText? | iText 5 PDF Development Guide | iText 5 PDF Development Guide
- How to use the full size of a page? | iText 5 PDF Development Guide
- How to set the OCG state of an existing PDF? | iText 5 PDF Development Guide
- How to tile a document and add margins to the tiles? | iText 5 PDF Development Guide
- How to merge documents correctly? | iText 5 PDF Development Guide
- How to set the zoom level of a PDF using iTextSharp?
- How to delete attachments in PDF using iText? | iText 5 PDF Development Guide
- How to create a PDF with a Cartesian grid? | iText 5 PDF Development Guide
- Why can't I extract text added using a Type3 font correctly from a PDF?
- How to decrypt a PDF document with the owner password?
- How to encrypt PDF using a certificate? | iText 5 PDF Development Guide
- How to enable LTV for a timestamp signature? | iText 5 PDF Development Guide
- What is the difference between Lowagie and iText?
- How to add multiple images into a single PDF? | iText 5 PDF Development Guide
- Why can't I compile the iText source code?
- What's an easy to print "first right, then down"?
- When is the content flushed to a PDF File by iTextSharp?
- What is the size limit of a PDF file? - iText 5 PDF Library Explained
- How to create a table with complex borders? | iText 5 PDF Development Guide
- How to write a table header if part of a table is forwarded to the next page? | iText 5 PDF Development Guide
- How to move the content inside a rectangle inside an existing PDF? | iText 5 PDF Development Guide
- How to use a text extraction strategy after applying a location extraction strategy?
- How to read text from a specific position? | iText 5 PDF Development Guide
- Why does PdfStamper create a file with 0 bytes? - iText 5 PDF Library Explained
- How to convert PdfStamper to a byte array? | iText 5 PDF Development Guide
- How to change the zoom factor in link annotations? | iText 5 PDF Development Guide
- How to adapt the position of the first line in ColumnText?
- How to add text to an image? | iText 5 PDF Development Guide
- How to check if a font is bold? | iText 5 PDF Development Guide
- How to calculate the height of an element? | iText 5 PDF Development Guide
- Why doesn't FontFactory.GetFont() work for all fonts?
- How to calculate/set font line distance? | iText 5 PDF Development Guide
- How to extract text and anchor information from a PDF? | iText 5 PDF Development Guide
- How do I insert a hyperlink to another page in an existing PDF? | iText 5 PDF Development Guide
- How to get specific types from AcroFields? Like PushButtonField, RadioCheckField, etc
- How to add a new form from an existing PDF template?
- How can I add a new AcroForm field to a PDF? | iText 5 PDF Development Guide
- Why are the AcroFields in my document empty? - iText 5 PDF Library Explained
- How to add blank pages while concatenating several PDFs using PdfSmartCopy | iText 5 PDF Development Guide
- How To find internal links in a PDF file? | iText 5 PDF Development Guide
- How to read bookmark titles? | iText 5 PDF Development Guide
- How to extract embedded streams? | iText 5 PDF Development Guide
- How to draw a line every 25 words? | iText 5 PDF Development Guide
- How to create a table with 2 rows that can be used as a footer? | iText 5 PDF Development Guide | iText 5 PDF Development Guide | iText 5 PDF Development Guide
- How to introduce rounded cells with a background color? | iText 5 PDF Development Guide
- How to introduce a rowspan? | iText 5 PDF Development Guide
- How to create a table based on a two-dimensional array? | iText 5 PDF Development Guide
- Why does the cell background color affect the color of other lines?
- How to write a Zapfdingbats character at a specific location on a page?
- How to draw lines on an image? | iText 5 PDF Development Guide
- How to avoid an exception when importing a TIFF file?
- How to add JPEG images that are multi-stage filtered (DCTDecode and FlateDecode)? | iText 5 PDF Development Guide
- How to set the page size to Envelope size with Landscape orientation?
- How to strike through text using iText? | iText 5 PDF Development Guide
- What is the difference between iText, JasperReports and Adobe LC? - iText 5 PDF Library Explained
- How to get the page number of an arbitrary PDF object?
- How should I interpret the coordinates of a rectangle in PDF?
- How to merge PDFs and add bookmarks? | iText 5 PDF Development Guide
- How to match the size of graphics with the size of a page?
- How to make a footer stick to bottom of every pdf page?
- How to fill out a PDF file programmatically? (AcroForm technology)
- How to read bookmarks?
- How to render certain HTML entities (such as arrows) in PDF?
- How to do HTML to XML conversion to generate closed tags?
- How to make a particular sub-string Bold when converting HTML to PDF?
- How to add a rich Textbox (HTML) to a table cell?
- How to adjust the page height to the content height?
- How to use a dotted line as a cell border? | iText 5 PDF Development Guide
- How to precisely position an image on top of a PdfPTable?
- How can I uninstall iText 5?
- How can I uninstall iText?
- Common Error messages
- How do I check if my key has been loaded correctly?
- Why does my header overlap with my content? - iText 5 PDF Library Explained
- How to put text above a barcode instead of under the bars?
- How to create a table in which the cells have different widths?
- How to format a String resulting in a two-column display?
- How to convert an A4 size PDF to a PDF booklet? | iText 5 PDF Development Guide
- How to convert an existing A4 PDF document to an A3 booklet? | iText 5 PDF Development Guide
- What is the difference between getPageLabels and getPageLabelFormats?
- How to add an image to an existing PDF using AffineTransform?
- How to make Cyrillic characters display properly when converting HTML to PDF?
- How to open an MS Word attachment by clicking an image?
- How to add HTML headers and footers to a page?
- How to find out the current cursor position on a page?
- How to superimpose pages from existing documents into another document?
- How to modify the size of annotations and make them read-only? | iText 5 PDF Development Guide
- Why do I get a message saying 1.not.found.as.a.resource?
- How to get the row count of a multiline field?
- How to prevent images from resizing in a table cell?
- Is it possible to set a different alignment for text on the same line in the same cell?
- What does "Not LTV-enabled" mean? - iText 5 PDF Library Explained
- What is the connection between LTV and document timestamps?
- How to convert HTML to PDF?
- How to format a field as a currency? | iText 5 PDF Development Guide
- How to add an onMouseOver javaScript action to a TextField?
- How to create a JavaScript action to open the attachments panel?
- How to rename named destinations in existing PDF files?
- How to set the BaseUrl of an existing PDF document?
- How to create a pop-up window to display images and text?
- How to format a field as a percentage? | iText 5 PDF Development Guide
- How to create a pushbuttonfield with double byte character text?
- How to get the color properties of an AcroForm field?
- How to add a table on a form (and maybe insert a new page)?
- How to check a check box?
- How to distribute the radio buttons of a radio field across multiple PdfPCells?
- How to deal with missing characters in the default font of a text field?
- How to edit a PDF embedded in the browser and save the PDF directly to server?
- How to send a success response back to Acrobat Reader from a java servlet?
- How to save an .xfdf file as a .pdf file?
- How to merge forms from different files into one PDF?
- How to create a PDF with font information and embed the actual font while merging the files into a single PDF?
- How to reorder the pages of a PDF file? | iText 5 PDF Development Guide
- How to add a watermark to a page with an opaque image?
- How to add an image watermark to a PDF file? | iText 5 PDF Development Guide
- How to extend the page size of a PDF to add a watermark?
- Unit Testing and Automated Testing Questions
- How to hyphenate text? | iText 5 PDF Development Guide
- Why do I get a "Could not find PdfGraphics2D" error?
- How to create a new PDF file if a file name already exists?
- How to change the spacing between words and characters?
- Why do I get a "getOutputStream() has already been called for this response" error in JSP?
- Why do I get an "InvalidPdfException: PDF header signature not found"?
- How to get the page width and height of a PDF document?
- How to get values from comment annotations?
- How to read PDFs created with an unknown random owner password?
- How do I get an object if I have its indirect reference?
- Why doesn't CSS and RowSpan work?
- How to export Vietnamese text to PDF using iText?
- How to add external CSS while generating PDF?
- How to set line spacing when using XML Worker?
- How to parse multiple HTML files into a single PDF?
- How to convert Arabic HTML to PDF?
- How to set RTL direction for Hebrew when converting HTML to PDF?
- How to convert an HTML table to PDF?
- Why do I get a StackOverflowException in the OnEndPage() event handler?
- How to introduce multiple PdfPageEventHelper instances?
- How to tell iText how to clip text to fit in a cell?
- How to get the rendered dimensions of text? | iText 5 PDF Development Guide
- How to make a footer stick to the bottom of every pdf page?
- How to nest tables without extending the inner table?
- How to define spacing and leading in PdfPCell objects?
- How to maintain a paragraph's indentation inside a table cell?
- How to add "continue on next page" / "continued from next page" to a table?
- Why doesn't getDefaultCell().setBorder(PdfPCell.NO_BORDER) have any effect?
- What is the PdfPTable.DefaultCell property used for?
- How does a PdfPCell's height relate to the font size?
- What is causing syntax errors in a page created with iText 5?
- How to divide a page in N parts so we can fill each with a different source?
- Why does using ColumnText result in "The document has no pages" exception?
- Why aren't images added sequentially?
- How to use System Font in iTextSharp with VB.net?
- Why aren't my fonts getting registered?
- How to generate and design PDFs with iText or iTextSharp?
- How to align a label versus its content? | iText 5 PDF Development Guide
- How to protect an already existing PDF with a password?
- How to find out if a PDF file compressed or not?
- How to hide the Adobe floating toolbar when showing a PDF in browser?
- How to disable the save button and hide the menu bar in Adobe Reader?
- Why does the function to concatenate / merge PDFs cause issues in some cases?
- How to reuse a page from one PDF document into another PDF document?
- How to reorder pages in an existing PDF file? | iText 5 PDF Development Guide
- How to load a PDF from a stream and add a file attachment?
- How to set a fixed background image for all my pages?
- How to change the font color and size when using FontSelector?
- How to identify a single font that can print all the characters in a string?
- How to introduce a custom font weight?
- How to restrict the number of characters on a single line?
- Why can't I set the font of a Phrase?
- How to allow a Unicode subscript symbol in a PDF without using setTextRise()?
- How to align AcroFields? | iText 5 PDF Development Guide
- How to change the color of a circle annotation? | iText 5 PDF Development Guide
- How to define multiple actions for a PushbuttonField?
- How to add a printable or non-printable bitmap stamp to a PDF?
- How to detect if PDF has compressed xref table in Java?
- Is iText Java library free of charge or are there any fees to be paid?
- How to add a table as a header? | iText 5 PDF Development Guide
- How to right-align text in a PdfPCell? | iText 5 PDF Development Guide
- How to add a table to the bottom of the last page? | iText 5 PDF Development Guide
- How to add a shading pattern to a custom shape? | iText 5 PDF Development Guide
- How do I set parameters back to the default value? | iText 5 PDF Development Guide
- How to add a border to a PDF page? | iText 5 PDF Development Guide
- How to reduce redundant code when adding content at absolute positions? | iText 5 PDF Development Guide
- How to continue an ordered list on a second page? | iText 5 PDF Development Guide
- Where is the origin (x,y) of a PDF page? - iText 5 Documentation
- How to add text as a header or footer? | iText 5 PDF Development Guide
- How to add a cover page to an existing PDF document? | iText 5 PDF Development Guide
- Which image types are supported by iText? - iText 5 Documentation
- How do I change the border color of a PdfPCell? | iText 5 PDF Development Guide
- How to define different border types for a single cell? | iText 5 PDF Development Guide
- Why does iText enter a cross symbol when CheckType style is check mark? - iText 5 PDF Library Explained
- How to draw vertical gradient in iTextSharp? | iText 5 PDF Development Guide
- How to add alternative text for an image in Tagged PDF? | iText 5 PDF Development Guide
- How to add an image and text to the same cell? | iText 5 PDF Development Guide
- How to set the line width of a clipping path? | iText 5 PDF Development Guide
- How to create a table with only vertical borders? | iText 5 PDF Development Guide
- How to create radio buttons inside a table? | iText 5 PDF Development Guide
- How to get rid of the top padding in a PdfPCell? | iText 5 PDF Development Guide
- How to show an image at a text field position? | iText 5 PDF Development Guide
- How to change the icon of a push button field? | iText 5 PDF Development Guide
- How to add two images in one cell? | iText 5 PDF Development Guide
- How to fill a rectangle with color? | iText 5 PDF Development Guide
- How to keep specific words together on one line? | iText 5 PDF Development Guide
- How to create a list without indentation? | iText 5 PDF Development Guide
- How to print mathematical characters like ∈, ∩, ∑, ∫, ? √, ∠?? | iText 5 PDF Development Guide
- How to add inline spacing in a PdfPCell? | iText 5 PDF Development Guide
- How to add a table in the top-right corner of the page? | iText 5 PDF Development Guide
- How to set the export value of a check box? | iText 5 PDF Development Guide | iText 5 PDF Development Guide
- How to define the width of a cell? | iText 5 PDF Development Guide
- How to use an image as list symbol? | iText 5 PDF Development Guide
- Why do I get a font embedding error when creating PDFA/1a? - iText 5 PDF Library Explained
- How to create a nested column? | iText 5 PDF Development Guide
- Which PDF filters are used to encode data? - iText 5 Documentation
- How to set up a table display? | iText 5 PDF Development Guide
- How to add text inside a rectangle? | iText 5 PDF Development Guide
- How to draw a borderless rounded rectangle? | iText 5 PDF Development Guide
- How to add a background image to a cell? | iText 5 PDF Development Guide
- How to add a map with a pointer to a PDF? | iText 5 PDF Development Guide
- How to add an "In Reply To" annotation? | iText 5 PDF Development Guide
- How to insert a "linked rectangle" with iText? | iText 5 PDF Development Guide
- How to create a link to a specific page number? | iText 5 PDF Development Guide
- How to create a link to launch an external program? | iText 5 PDF Development Guide
- How to attach files to a PDF? | iText 5 PDF Development Guide
- How to make a field not required? | iText 5 PDF Development Guide
- How to move an AcroForm field? | iText 5 PDF Development Guide
- How to get the number of characters in a field? | iText 5 PDF Development Guide
- How to find the absolute position and dimension of a field? | iText 5 PDF Development Guide
- How to send a file to the server through a PDF? | iText 5 PDF Development Guide
- How to define the data encoding when submitting a PDF form using AcroForm technology? | iText 5 PDF Development Guide
- How to underline a portion of text in a text field? | iText 5 PDF Development Guide
- How to add a hidden text field? | iText 5 PDF Development Guide
- How to make sure a check box is printed? | iText 5 PDF Development Guide
- How to fill XFA form using iText without breaking usage rights? | iText 5 PDF Development Guide
- How to flatten a XFA PDF Form using iTextSharp? | iText 5 PDF Development Guide
- How to find out which fields are required? | iText 5 PDF Development Guide
- How to tell iText which fields to flatten first? | iText 5 PDF Development Guide
- Why do I get an error saying that "use of extended features is no longer available"? - iText 5 PDF Library Explained
- How to fix the orientation of a PDF page in order to scale it? | iText 5 PDF Development Guide
- How to position text relative to page? | iText 5 PDF Development Guide
- How to rotate and scale pages in an existing PDF? | iText 5 PDF Development Guide
- How to update a PDF without creating a new PDF? | iText 5 PDF Development Guide
- How to watermark PDFs using text or images? | iText 5 PDF Development Guide
- How to prevent the resizing of pages in PDF? | iText 5 PDF Development Guide
- How to get the current page count? | iText 5 PDF Development Guide
- How to increase the accuracy of measurements in iTextSharp? | iText 5 PDF Development Guide
- How to set initial view properties? | iText 5 PDF Development Guide
- How to get the UserUnit from a PDF file? | iText 5 PDF Development Guide
- What are the extra characters in the font name of my PDF? - iText 5 PDF Library Explained
- How to get the coordinates of an image? | iText 5 PDF Development Guide
- How to create and apply redactions? | iText 5 PDF Development Guide
- How to remove text from a PDF? | iText 5 PDF Development Guide
- How to add a text to the left and to the right in a header? | iText 5 PDF Development Guide
- How to add a border to a paragraph? | iText 5 PDF Development Guide
- How to add a page number in the header of a PDF/A Level A file? | iText 5 PDF Development Guide
- How do setMinimumSize() and setFixedSize() interact? | iText 5 PDF Development Guide
- How to resize an Image to fit it into a PdfPCell? | iText 5 PDF Development Guide
- How to add an inner table surrounded by text? | iText 5 PDF Development Guide
- How to invoke a page break for nested tables? | iText 5 PDF Development Guide
- How to change width of single column of table? | iText 5 PDF Development Guide
- How to resize a PdfPTable to fit the page? | iText 5 PDF Development Guide
- How to split a row over multiple pages? | iText 5 PDF Development Guide
- How to draw a borderless table in iTextSharp? | iText 5 PDF Development Guide
- How to display barcodes in a matrix-like structure? | iText 5 PDF Development Guide
- How to create a table with rounded corners? | iText 5 PDF Development Guide
- Is it possible to attach multiple layout events to a PdfPCell? - iText 5 Documentation
- How to get text and image in the same cell? | iText 5 PDF Development Guide
- How to rotate a single line of text? | iText 5 PDF Development Guide
- How to rotate a paragraph? | iText 5 PDF Development Guide
- How to fit a String inside a rectangle? | iText 5 PDF Development Guide
- How to draw a rectangle around multiline text? | iText 5 PDF Development Guide
- How to generate 2D barcode as vector image? | iText 5 PDF Development Guide
- How to create unique images with Image.getInstance()? | iText 5 PDF Development Guide
- How to show an image with large dimensions across multiple pages? | iText 5 PDF Development Guide
- How to make an image a qualified mask candidate in itext? | iText 5 PDF Development Guide
- How to convert colored images to black and white? | iText 5 PDF Development Guide
- How to give an image rounded corners? | iText 5 PDF Development Guide
- How to preserve high resolution images in PDF? | iText 5 PDF Development Guide
- How to get the image DPI in PDF? | iText 5 PDF Development Guide
- How to use the font Verdana in PdfStamper? | iText 5 PDF Development Guide
- How to create Persian content in PDF? | iText 5 PDF Development Guide
- How to use two different colors in a single String? | iText 5 PDF Development Guide
- How to create a document with unequal page sizes? | iText 5 PDF Development Guide
- How to change the line spacing of text? | iText 5 PDF Development Guide
- How to create a complex PDF document? | iText 5 PDF Development Guide
- How to add a full line break? | iText 5 PDF Development Guide
- How to create a custom dashed line separator? | iText 5 PDF Development Guide
- How to align two paragraphs to the left and right on the same line? | iText 5 PDF Development Guide
- Why do PDFs change when processing them? - iText 5 PDF Library Explained
- How to protect a PDF with a username and password? | iText 5 PDF Development Guide
- How do I rotate a PDF page to an arbitrary angle? | iText 5 PDF Development Guide
- How to close a PDF file to recreate it? (File in use problem) | iText 5 PDF Development Guide
- How to extract a page number from a PDF file? | iText 5 PDF Development Guide
- Why are PDF files different even if the content is the same? - iText 5 PDF Library Explained
- How to allow page extraction when setting password security? | iText 5 PDF Development Guide
- How to merge PDFs from ByteArrayOutputStreams? | iText 5 PDF Development Guide
- How to create a TOC when merging documents? | iText 5 PDF Development Guide
- How to crop out a part of PDF file? | iText 5 PDF Development Guide
- Why does ColumnText ignore the horizontal alignment? - iText 5 PDF Library Explained
- How to apply color to Strings in a Paragraph? | iText 5 PDF Development Guide
- How to make a single letter bold within a word? | iText 5 PDF Development Guide
- How to get a font from an array? | iText 5 PDF Development Guide
- How to check for an event and remove it? | iText 5 PDF Development Guide
- How to rotate a page while creating a PDF document? | iText 5 PDF Development Guide
- How to add a rectangle to every page of a document? | iText 5 PDF Development Guide
- How to choose the optimal size for a font? | iText 5 PDF Development Guide
- How to introduce superscript? | iText 5 PDF Development Guide
- How to add an image to an AcroForm field? | iText 5 PDF Development Guide
- How to create a clickable polygon or path? | iText 5 PDF Development Guide
- How to stamp image on existing PDF and create an anchor? | iText 5 PDF Development Guide
- How to change the properties of an annotation? | iText 5 PDF Development Guide
- How to create hierarchical bookmarks? | iText 5 PDF Development Guide
- How to get the author of a "free text" annotation? | iText 5 PDF Development Guide
- How to only read text from a constant location on PDF pages? | iText 5 PDF Development Guide
- How to add blank pages to an existing PDF in java? | iText 5 PDF Development Guide
- How to use multiple fonts in a single cell? | iText 5 PDF Development Guide
- How to create an uncompressed PDF file? | iText 5 PDF Development Guide
- How to continue field output on a second page? | iText 5 PDF Development Guide | iText 5 PDF Development Guide
- What does “Unknown encryption type R = 6” mean? - iText 5 PDF Library Explained
- How to truncate text within a bounding box? | iText 5 PDF Development Guide
- How to merge PDFs from ByteArayOutputStreams? | iText 5 PDF Development Guide
- How to create a pop-up a window to display images and text? | iText 5 PDF Development Guide
- How to define the page size based on the content? | iText 5 PDF Development Guide
- Is it safe to remove XFA? - iText 5 Documentation
- How to display indian rupee symbol? | iText 5 PDF Development Guide