Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I use the flyingpdf engine in my own plugin.

Florian February 20, 2013

Hi

I want to generate a pdf in my own plugin with the pdf engine that comes with confluence (Flying Saucer PDF) and wonder how I can import the necessary classes.

Anybody knows what I have to add to my pom.xml so maven can load this jar file: confluence-flyingpdf-plugin-2.5.6.jar?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 21, 2013

Well, the pom.xml for this artifact can be found here. You would be adding this to your own pom.xml:

<groupId>com.atlassian.confluence.extra</groupId>
<artifactId>confluence-flyingpdf-plugin</artifactId>
<version>2.5.6</version>

Florian February 21, 2013

Thanks a lot!

TAGS
AUG Leaders

Atlassian Community Events