iText Knowledge Base
Search in spaces:
-
What does "Not LTV-enabled" mean?
on the iText mailing list (see What is the connection between LTV and document timestamps?): LTV enabled means that all information
-
What is the connection between LTV and document timestamps?
How do I make a PDF document LTV enabled without using timestamps? I have read the paper, discussions but there is one thing
-
How to enable LTV for a timestamp signature?
are presented by Adobe software to have one not LTV-enabled document time stamp. See also: What does "Not LTV-enabled" mean? What
-
Questions about PDF in general
What does Not LTV-enabled mean? How to protect a PDF with a username and password? How to hide the Adobe floating toolbar when
-
What does TextPositioning in pdfOCR do?
to OCR, and what you want to do with it. In a nutshell, if you're OCRing an invoice for instance, BY_WORDS would make sense
-
What does PDF 2.0 stand for?
and/or write PDF files for a variety of other purposes (PDF processors). ISO 32000-2:2017 does not specify the following: specific
-
What is causing syntax errors in a page created with iText 7?
creating a text block. For instance: you always need setFontAndSize() (I don't know what you're doing in writeText(), but I
-
How do setMinimumSize() and setFixedSize() interact?
text in cells set to a fixed height clip. Is that what iText does? If not, how do I achieve this? While we're at it, am I
-
Why do I get a message saying 1.not.found.as.a.resource?
What might cause new Font(Font.HELVETICA, 11f, Font.BOLD) or BaseFont.createFont(BaseFont.HELVETICA, 'Cp1252
-
How do I change the border color of a PdfPCell?
! What am I doing wrong? Here's my test code. cell1 should have a red top border and a blue bottom border: PdfPTable table = new
-
What are the extra characters in the font name of my PDF?
Why does it happen only for a few PDF file? While extracting font name from PDF, I get some junk characters followed by plus
-
Why does my header overlap with my content?
(PdfDocumentEvent.END_PAGE, handler); What does this mean? Let's take a look at the implementation of this event handler: public class
-
Why do I get an error saying that "use of extended features is no longer available"?
What do I do when I get an error message about reader extensions. I am stamping text on an existing PDF document using
-
Why do I get an "System.IO.FileLoadException: Could not load file or assembly" error?
In my .NET project I get an "System.IO.FileLoadException: Could not load file or assembly" error. What could be causing
-
Why do I get a font embedding error when creating PDFA/1a?
What i am trying to achieve here is create a list with a bullet in front of every item in the list. What am i missing here? I
-
How does a PdfPCell's height relate to the font size?
In iText, what is the minimum height of a PdfPCell for which a given size of font text is visible? Is there any ratio between
-
What is the difference between getPageLabels and getPageLabelFormats?
Under what circumstances could two calls return arrays of different lengths? I have a program that calls
-
What functionalities does iText 7 support?
The iText core v7 SDK includes APIs for almost 500 functions. A complete listing of the functions supported can be found here
-
Scaling large HTML content to render onto smaller PDF page sizes
guidelines require using certain fonts, page margins etc. What do you do then? A much better solution is to rescale the HTML
-
Why do PDFs change when processing them?
PdfDocument(reader, writer, new StampingProperties().useAppendMode()); What is an incremental update? Suppose that your
-
How to get the UserUnit from a PDF file?
What do I need to do to get the user unit for each page so I can then get the page dimensions in pixels? I have a bunch of PDF
-
What is the size limit of pdf file?
What is the size limit of pdf file? if you want to see how to answer this question in iText 5. file_size pdf limitations itext_7
-
How to send a 'success' response back to Acrobat Reader from a java servlet?
https://stackoverflow.com/questions/24862698/sending-success-response-back-to-acrobat-reader-from-java-servlet by user3207455 https://sta
-
How do I use pdfRender in a .NET environment?
Introduction While iText does not currently offer a native C# version of pdfRender
-
How to change the icon of a push button field?
any method to do this with iTextSharp. This is what I've tried so far. It adds the image at an absolute position