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 6994001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:50:10+00:00 2026-05-27T19:50:10+00:00

So I am writing to a pdf through java using iText. I want to

  • 0

So I am writing to a pdf through java using iText. I want to have a blank signature and date spaces underlined. Everything I read said to do it like so:

    Chunk sigUnderline = new Chunk("                                            ");
        sigUnderline.setUnderline(0.2f, -2f);
    Chunk dateUnderline = new Chunk("                       ");  
        dateUnderline.setUnderline(0.2f, -2f);

    verificationList.open();
    verificationList.add(new Paragraph("Authorized Signature: " + sigUnderline + "Date: " + dateUnderline));

    verificationList.close();

So basically I am trying to underline blank strings to create these “fields”. I have also tried to put text in the string(s), and the underlining still doesnt work. Is there something I am missing, any help would be appreciated. Thanks!

  • 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-05-27T19:50:10+00:00Added an answer on May 27, 2026 at 7:50 pm

    You are concatenating String with Chunk objects. Add the underlines as Chunk’s

        Chunk sigUnderline = new Chunk("                                            ");
        sigUnderline.setUnderline(0.1f, -2f);
        Chunk dateUnderline = new Chunk("                       ");
        dateUnderline.setUnderline(0.1f, -2f);
    
        Paragraph para = new Paragraph("Authorized Signature: ");
        para.add(sigUnderline);
        para.add(new Chunk(" Date: "));
        para.add(dateUnderline);
    
        document.add(para);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm writing an application in objective-c (using cocoa). i have a PDF template, i
I have Nokia 5233 mobile which has Symbian OS. I want to read PDF
I'm writing a java app that creates a pdf from scratch using the pdfbox
I'm writing a program that fills in a pdf template (using fpdf) then captures
I'm writing a project to read pdf files. My main class uses this code
I am writing a Java swing application which can store resumes (txt,pdf,docx,doc etc.) in
When writing interpreters for PDF, HTML and other documents we need to deal with
When user requests to download a document, I'm writing out a PDF file to
I am writing some XML -> PDF generating templates in Apache FOP for an
I'm writing an in-house module to generate a small LaTeX PDF. Within the module,

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.