Tagged Questions
0
votes
0answers
48 views
How to make watermark image unselectable through java
I am trying to make one image unselectable, actually I want to create one watermark, as to maintain a little security the image that we are going to make watermark of it should be unselectable.
I ...
0
votes
0answers
262 views
create a Pdf from xsl and xml files using Itext in android
hie,
I have to make an invoice app in which user can create invoices and estimate in pdf format and send it to clients.
till now I am able to create pdf by filling an existing pdf template using ...
1
vote
0answers
170 views
Use XSL FO file to layout PDF using iText
I have a requirement of converting graphics(Java2D objects) and some tables into PDF.
I also need the PDF to be interactive. Keeping these requirements in mind I came to a conclusion that I should use ...
1
vote
2answers
272 views
Java Render XML Document as PDF
I have an XML document currently stored as an in-memory string & want to render it as a PDF. In other words, the PDF content will be an XML document. The XML being rendered by the method is ...
2
votes
1answer
381 views
PDF forms in Apache FOP generated PDF
I am using FOP to generate the PDF from XSL:FO and iText to apply the digital signature and signed date field in the PDF.
Problem is i am using co ordinates to apply the signature and date in the ...
0
votes
1answer
174 views
Creating PDF files in GWT webapp
I have a GWT webapp, and there are various tables showing in the pages.
I need to have a mechanism put in the webapp to convert the tables through XML/XSLT files into PDF files.
I researched for ...
5
votes
2answers
3k views
How to embed font in PDF created from HTML with iText and Flying Saucer?
I have problem with embedding Polish fonts into PDF converted from HTML.
My HTML code have style in body:
<BODY style="font-family: Tahoma, Arial, sans-serif;font-size : 8pt;">
I tried 2 ...
9
votes
5answers
5k views
PDF Generation Library for Java
I know this has been asked before, but I'm still undecided on which PDF generation framework to use for my current project.
My requirements
on-the-fly generation of PDF documents (mainly order ...