Skip to main content
2 votes
1 answer
64 views

I have the following simple code which tries to check the signatures in a document: var stream = new FileStream("signed_with_jbig2decode.pdf", FileMode.Open); var ltvDocument = new ...
craffael's user avatar
  • 423
0 votes
0 answers
42 views

Library: OpenPDF 1.4.2 (com.lowagie.text.pdf) Goal: Enable kerning and ligatures for TrueType/OTF fonts using LayoutProcessor (enableKernLiga) when rendering text via ColumnText/Paragraph. Constraint: ...
BALAJI's user avatar
  • 1
0 votes
0 answers
72 views

Library: itext7 8.0.5 XMP parser throws error: Duplicate property or field node 'pdf:Producer' (203) Is there a way to tell XMPMetaFactory.ParseFromBuffer to be less strict during validation? What ...
Linas's user avatar
  • 722
-3 votes
1 answer
112 views

We are using iText 7.1.1 Commercial version for actual PDF generation in the application as follows, Activate License on app startup, in some kind of initialization bean: LicenseKeyVolumeConfigurer....
gene b.'s user avatar
  • 12.7k
1 vote
0 answers
60 views

I have a PDF file which I am reading using iText 7.x, but some of the text doesn't get read. Code: Rectangle rect = new(0, 0, 1100, 1100); TextRegionEventFilter regionFilter = new(rect); ...
Yaniv Amrami's user avatar
0 votes
1 answer
122 views

I'm trying to make a PDF table like the one in the top image below. The second image is what I'm getting. This is my first time using iText. I have the needed NuGet packages and I am using VB in ...
dan ashley's user avatar
1 vote
1 answer
69 views

I would like to add a check sign svg to an existing checkbox in the pdf. Here is my code var reader = new PdfReader(pathIn); var writer = new PdfWriter(pathOut); var pdfDoc = new PdfDocument(reader,...
blue piranha's user avatar
  • 3,916
0 votes
0 answers
103 views

I'm trying to sign a PDF document using iText 8.0.5 in C#, and the input file is PDF/A-compliant (created externally). During the signing process, I get the following error: iText.Pdfa.Exceptions....
bristivojevic's user avatar
0 votes
0 answers
42 views

itext-pdfsweep-dotnet does not appear to apply the font or font size of the redaction annotation overlay text, as set by SetDefaultAppearance(), for pdfs that are not forms. I tried creating redaction ...
epooch's user avatar
  • 91
1 vote
0 answers
108 views

I want to remove all short horizontal lines from the PDF file.The sample pdf: string outputPath = "output.pdf"; using (PdfWriter writer = new PdfWriter(outputPath)) using (PdfDocument pdfDoc ...
zhusp's user avatar
  • 303
1 vote
1 answer
82 views

I have a PDF file generated by JasperSoft Studio, which contains a table that is smaller than the size of an A4 page. The PDF is available to me as a byte array encodded as Base64 String in my code, ...
Rodderh's user avatar
  • 23
0 votes
1 answer
100 views

With iText7 I am using SignerProperties and SignatureFieldAppearance to add a signature field to a digital signed document. WIth the SetContents function I add a text and a bitmap. The text shows up ...
xerves's user avatar
  • 95
1 vote
0 answers
101 views

I am trying to evaluate JS and convert from HTML to PDF with iText7 in C# with Selenium WebDrive and headless chrome following this example. I am doing this mainly to try and render Math equations ...
Mohammad Awad's user avatar
0 votes
1 answer
170 views

In my iText 7.1.11 generated PDF I have a Footer, done as an implementation of IEventHandler, and it works fine. There is also a pdfDocument.setTagged() at the top level to take care of the tagging. ...
gene b.'s user avatar
  • 12.7k
0 votes
0 answers
80 views

In my iText 7.1.11 generated PDF I only use two fonts, defined as global variables, and they are defined as follows: timesNormalFont = PdfFontFactory.createFont(StandardFonts.TIMES_ROMAN, true); ...
gene b.'s user avatar
  • 12.7k

15 30 50 per page
1
2 3 4 5
148