itextpdf Questions

3

I need to convert iTextPDF Document file to byte[] after it's created in memory. I have already tested that I've no problem with creating PDF properly. The problem is how to convert it to byte arra...
Delaney asked 10/8, 2012 at 7:32

1

Solved

I am using iText7(java) and am looking for a way to convert a pdf page to image. In older iText versions you could do this : PdfImportedPage page = writer.getImportedPage(reader, 1); Image image...
Basidiospore asked 14/6, 2016 at 10:8

0

I want to auto generate some Chinese PDF docs using a template, this is what I have done: Make a template using Acrobat, set all AcroFields at correct places. Set all AcroField's font to STXiHei....
Lanate asked 17/12, 2015 at 13:13

2

I want to know pros and cons of JasperReports and iText/iTextpdf. Till now, I have been working on JasperReports but now thinking about shifting on iText. Should I change to iText or continue with ...
Gigot asked 6/10, 2011 at 10:53

2

Solved

The question pretty much says it all. I get following exception: ExceptionConverter: java.io.IOException: /fonts/CALIBRI.TTF not found as file or resource. Caused By: java.io.IOException: /fonts/C...
Libel asked 27/8, 2015 at 14:11

1

Solved

I have a String that consists of a constant part and a variable part. I want the variable to be formatted using a regular font within the text paragraph, whereas I want the constant part to be bold...
Nally asked 11/8, 2015 at 12:16

1

Solved

I would like to know more about the coordinates of a Rectangle, in particular: lower left X lower left Y upper right X upper right Y Every time, I get confused about how to make dimensions bas...
Garrow asked 10/6, 2015 at 6:28

1

Solved

I tried to sign PDF with append mode and certification level CERTIFIED_NO_CHANGES_ALLOWED but certain PDF files shown as modified and therefore invalid in Acrobat. itext 5.5.6, code: PdfStamper s...
Autobiographical asked 29/5, 2015 at 9:41

1

Solved

i am using itext pdf library. can any one know how can i move pages in existing pdf? Actually i want to move few last pages at beginning of file. It is something like below but i don't understan...
Roddy asked 6/2, 2014 at 10:21

1

Solved

I have a pdf which comprises of some data, followed by some whitespace. I don't know how large the data is, but I'd like to trim off the whitespace following the data PdfReader reader = new PdfRe...
Yaws asked 21/11, 2013 at 19:7

3

Solved

I am working on itext 5 using java. I have pages with mutiple tables with dynamic rows. In some instances, the table last row is splitted into next page with the folowing header. I am using setHead...
Ecru asked 18/5, 2013 at 1:37
1

© 2022 - 2024 — McMap. All rights reserved.