Questions tagged [maven-pdf-plugin]

This plug-in allows you to generate a PDF version of your project's documentation.

17 questions
25
votes
4 answers

How to generate a PDF from JavaDoc (including overview and package summaries)

I have written extensive JavaDoc documentation on my application, and added lots of useful info at overview.html and package.html files (including links on the former to illustrations in doc-files/). Maven's Javadoc plugin nicely uses the standard…
chesterbr
  • 2,940
  • 3
  • 29
  • 26
7
votes
7 answers

Creating documentation with maven

I'm just in the middle of revisiting maven. Our team had a bad experience when we last looked at this, as it was during the period when maven was rearchitecting from 1.x to 2.x, so a lot of the dependencies we needed hadn't been moved across to the…
toolkit
  • 49,809
  • 17
  • 109
  • 135
7
votes
1 answer

Convert Maven Site Software Documentation to PDF

I am currently working on a project written in Java and I am using Maven and the maven-site-plugin to generate a website containing all the relevant JavaDoc, reports, etc. I am needing at the same time to be able to convert the same documentation…
FModa3
  • 14,409
  • 1
  • 17
  • 10
4
votes
1 answer

maven-pdf-plugin: How to define document root to use relative references

I am using the maven-pdf-plugin to generate a PDF file from a markdown document. I have the markdown file in /src/site/markdown along with included image files. I have a pdf.xml file in /src/site. When I run mvn pdf:pdf, I get a PDF file generated…
4
votes
2 answers

How to us Maven PDF Plugin to generate PDF from Surefire Report?

after running my JUnit tests I use the Maven Surefire Report plugin (http://maven.apache.org/plugins/maven-surefire-report-plugin/) to generate a HTML test report. This results in the following file: ./target/site/surefire-report.html I know that…
3
votes
2 answers

Junit report as PDF, preferably with Maven

Hey all, Looking for feedback if anyone has a good way to, when you finalize the code, run one last Junit run and create a PDF-version of the junit report.
dhartford
  • 1,125
  • 2
  • 12
  • 35
2
votes
0 answers

Maven PDF Plugin custom properties are not filtered in the generated PDF

I am trying to generate a PDF and the main generation works fine, but I face the issue trying to use custom defined properties. I do have the my properties defined in pom.xml as documented, but when I use them in the content files in the final…
Nikola
  • 21
  • 2
1
vote
1 answer

Generate PDF file from jacoco and pit

My jacoco and pit coverage are in target/site. I'm trying to convert them to pdf. I'm using maven-pdf plugin. The maven-pdf plugin converted checkstyle and surefire into pdf, but not jacoco and pit. Any suggestions?
1
vote
2 answers

maven hudson doc to pdf

My application has a bunch of document files (currently in word doc format) that I convert to PDF before distributing the application. Currently I manually convert them to PDF. This leaves me open to the chance that I could update the word document…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
1
vote
1 answer

Maven pdf plugin: Where to put userconfig.xml

Due to some special characters in my language, I need to embed font into PDF file. I read a lot of pages about FOP, and I figured out I need configuration file like this:
L. Kosina
  • 21
  • 3
1
vote
1 answer

maven pdf plugin: show local time in pdf

I am using maven 2.2.1 and the maven-pdf-plugin to generate a PDF version of my surefire report during "mvn site". I want to display the report (i.e. PDF) generation timestamp in the PDF itself, but in my local timezone, not in UTC. My local…
nonbeing
  • 6,907
  • 6
  • 36
  • 46
1
vote
1 answer

Mail .pdf maven reports via mail after execution

I want to send my maven reports via mail in the form of pdf. I have come across two plugin: 1-> maven-pdf-plugin 2-> maven-postman-plugin But i am not able to configure them. It seems maven-pdf-plugin V-1.1 is not compatible with maven 3.0.4. Can…
Amit Shakya
  • 1,396
  • 12
  • 27
1
vote
1 answer

Maven project to generate a PDF file via apache fop

I'm looking for an example maven pom that will generate a PDF document from a XML document using xsl:fo transforms.
emeraldjava
  • 10,894
  • 26
  • 97
  • 170
0
votes
1 answer

Powerful tool to generate documentation (exact requirements included)

Short version We need a Maven Doxia alternative being able to generate good looking PDFs (at least code snippets should be properly indented and have configurable font size). Maven guys proposed maven-pdf-plugin in DOXIA-419, but it has same…
0
votes
1 answer

Maven-pdf-plugin: How to include nested items in pdf?

I'm generating a pdf document from my maven site documentation using the maven-pdf-plugin. The documentation is written in Markdown. Unfortunately the generated document does not include nested tags. For example, I have the the following…
meva
  • 183
  • 1
  • 1
  • 16
1
2