TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Code for publishing PDF from Confluence From:Robert Lauriston <robert -at- lauriston -dot- com> To:Melanie Albrecht <melanie -dot- albrecht -at- gmail -dot- com>, TECHWR-L Writing <techwr-l -at- lists -dot- techwr-l -dot- com> Date:Tue, 8 Jul 2014 08:32:37 -0700
I've been using Confluence as my authoring environment for a year. It
works well, but I don't believe it's possible to get the native PDF
output to look professional.
After spending a lot of time trying and not getting the information I
needed from Atlassian support, I gave up and have been using Scroll
PDF Exporter. Here's the custom content formatting CSS I use:
/* Enable heading numbering */
/* commented out by Robert */
/* @import url('css/common-heading-numbering.css') print; */
/* Enable toc numbering */
/* commented out by Robert */
/* @import url('css/common-toc-numbering.css') print; */
/* Generate border between header/footer and page content */
@page {
border-top: 1px solid black;
border-bottom: 1px solid black;
}
On Tue, Jul 8, 2014 at 4:09 AM, Melanie Albrecht
<melanie -dot- albrecht -at- gmail -dot- com> wrote:
> Hello
>
> Next week, I start a new job, writing doc for users and administrators of a
> big complex security software product.
>
> The Development team already use Confluence for their internal wiki, and I
> am considering using it to also write the doc. However, the boss really
> wants me to be able to publish as PDF.
>
> The internet tells me that you can configure Confluence to produce a
> pleasant-looking PDF, using CSS and HTML.
>
> However, I have not been able to find any examples. I can write clean HTML
> and really basic CSS, but I have no idea where to start with this.
>
> Do you know of any examples?
>
> Also, do you have any opinions about the sensibleness of authoring in
> Confluence and publishing to PDF?
>
> Thanks,
> Melanie
>
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Doc-To-Help 2014 v1 now available. SharePoint 2013 support, NetHelp enhancements, and more. Read all about it.
>
> Learn more: http://bit.ly/NNcWqS
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> You are currently subscribed to TECHWR-L as robert -at- lauriston -dot- com -dot-
>
> To unsubscribe send a blank email to
> techwr-l-leave -at- lists -dot- techwr-l -dot- com
>
>
> Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
>http://www.techwhirl.com/email-discussion-groups/ for more resources and info.
>
> Looking for articles on Technical Communications? Head over to our online magazine at http://techwhirl.com
>
> Looking for the archived Techwr-l email discussions? Search our public email archives @ http://techwr-l.com/archives
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Doc-To-Help 2014 v1 now available. SharePoint 2013 support, NetHelp enhancements, and more. Read all about it.