python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to rotate a specific text in a pdf which is already present in the pdf using itext or pdfbox?
I know we can insert text into pdf with rotation using itext. But I want to rotate the text which is already present in the pdf.
Before.pdf
After.pdf

Akhil NagaSai
Votes: 0
Answers: 1
itext 7 table of contents issues
Following the pattern in this example https://kb.itextpdf.com/home/it7kb/examples/toc-as-first-page
I implemented the table of contents (toc) within my own code. Everything works fine, with the follo...
dmalikyar
Votes: 0
Answers: 1
Is there a way to set the dimensions of a paragraph in itext7?
Trying to set the height along with setting the rotation on a Paragraph object results in the following error:
ERROR c.i.layout.renderer.BlockRenderer - Rotation was not correctly processed for Paragr...

Bogdan Gherasim
Votes: 0
Answers: 1
How to setup an open source USB token for testing iText 7 digital signature feature?
So basically the feature is to digitally sign a PDF using a USB token.
Digitally signing code is present on Page 96 in this iText guide.
Also, this iText repo.
How can I setup an open source USB token...

Zoran777
Votes: 0
Answers: 0