Skip to main content
October 16, 2013
Question

How to avoid/ remove extra spaces in the printed output (Word/pdf)

  • October 16, 2013
  • 1 reply
  • 2082 views

The published output contains two paragraph spaces between each chapter. Kindly suggest me how avoid/remove the extra spaces between each topic/chapter or book.

    This topic has been closed for replies.

    1 reply

    Willam van Weelden
    Inspiring
    October 16, 2013

    What is the HTML in the output? What is the CSS for the headings and paragraphs?

    Greet,

    Willam

    October 22, 2013

    Hi William,

    I am using robohelp 10 for publishing.

    While publishing printed documentation, I find spaces between each chapter and section breaks in the PDF.

    I use the following css for the paragraph and headings:

    Paragraph:

    @media print{

              p {

                        font-family: Arial, serif;

                        font-size: 13px;

              }

              }

    headings

    h1 {

                        font-family: Arial, serif;

                        font-size: 18px;

              }

              }

    I wanted to avoid the spaces between each chapters and section breaks between heading 1 (book/chapter).