Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8529547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:03:24+00:00 2026-06-11T09:03:24+00:00

I am creating a pdf report file using a xsl. On the header I

  • 0

I am creating a pdf report file using a xsl. On the header I need a header image and the report title. I was able to make it. Now the problem is that rest of the report is overriding the image. I tried adding some blank row but its not working for me.

In xsl Header has a table in first row I am adding the Report Name and second row I am adding the image.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T09:03:24+00:00Added an answer on June 11, 2026 at 9:03 am

    With Apache FOP, in order to output a space like   in HTML you would have to insert  .

    So if you want to insert a blank line, you just have to write a fo:block whose contents is   like this

    <fo:block>&#160;</fo:block>
    

    Edit

    &#160; always worked for me, but you can also try with &#x00A0; to see if it works.

    Otherwise you can use fo:leader to output a blank line, like this

    <fo:block>
        <fo:leader />
    </fo:block>
    

    <fo:leader> without any attributes will generate an empty line that will fit the whole page width, generating an empty line.

    There is also an other way which involves specifying the amount of space needed before your block of text with the space-before attribute, like this

    <fo:block>
        <!-- your header -->
    </fo:block>
    <fo:block space-before="1pt">
        blah blah
    </fo:block>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using html2fpdf for creating PDF documents. Now once I have created that, I
After creating a PDF file in PHP Using DOMPDF, I need to redirect user
I'm creating a pdf file using BIRT reporting library. Later I need to digitally
I need a PDF library for manipulating a PDF documents, (creating PDF, image convertinng
I'm creating PDF files with PHP using TCPDF. I have a small problem with
in my grails application using jasper Reports i am creating report in pdf format,
I am creating a pdf document using C# code in my process. I need
In Asp.Net for creating a huge pdf report iam using ThreadPool.QueueUserWorkItem, My requirement is
I am using PHP code for creating .pdf file and I am filing forms
I'm creating a 2-column report in SAS using PROC REPORT inside the ODS PDF

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.