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
can't find pdf document generated by my app using itext-7 only after restarting my android device
I am developing an android app using itext7 , I am not able to find the generated pdf files only after restarting my device
String path = Environment.getExternalStoragePublicDirectory(Environment.DI...
Iceman2104
Votes: 0
Answers: 1
How to use Base64 image with Itextsharp c#
In this code snippet, which I using for converting HTML into PDF and then convert back to the MemoryStream.
private MemoryStream createPDF(string html)
{
try
{
MemoryStream msOutput = ...

Sachith Wickramaarachchi
Votes: 0
Answers: 1
"\\" in strings, passing string is only returning characters before first back slash
I'm trying to delete layers in a pdf using itextsharp. I have the method to delete a layer, however I only want to delete certain layers by name. The names have "\" in them ("þÿ\0E\0N&q...
Greg
Votes: 0
Answers: 0