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

  • Home
  • SEARCH
  • 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 502169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:15:52+00:00 2026-05-13T06:15:52+00:00

I am trying to silent print PDF files from within a java application (more

  • 0

I am trying to silent print PDF files from within a java application (more specifically a J2EE Webapp).

Within this application I am creating PDF files with iText. The files created are form letters, each consisting of exactly one page.

To render and print out these PDF files I tried to use the pdf-renderer library. (See here: https://pdf-renderer.dev.java.net/ )

I found some useful example code at http://juixe.com/techknow/index.php/2008/01/17/print-a-pdf-document-in-java/ and indeed, it wasn’t long until I was able to print the first document from my working machine.

But now comes the funny part:

After printing each of the PDF files was somehow screwed up. It was still readable and everything, but the whole formatting went a bit crazy. Linebrakes where they should not be, error artifacts in the image contained, unterlining of text is suddenly longer or shorter as supposed…

Furthermore what was printed was also this ‘hacked up’ version… So I guess the error has to be somewhere in the rendering process.

This is the source code responsible for the whole rendering and printing process:

File f = this.file; //This accesses the created PDF file

FileInputStream fis = new FileInputStream(f);

FileChannel fc = fis.getChannel();

ByteBuffer bb = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size());

PDFFile pdfFile = new PDFFile(bb); // Create PDF Print Page

PDFPrintPage pages = new PDFPrintPage(pdfFile);



// Create Print Job

PageFormat pf = PrinterJob.getPrinterJob().defaultPage();

pjob.setJobName(f.getName());

Book book = new Book();

book.append(pages, pf, pdfFile.getNumPages());

pjob.setPageable(book);

Another fun fact: The screwing up of PDF’s only happens on the created iText PDF documents. If I try to print some random other PDF it does not get mangled.

Any ideas about what the problem could be? And how can the rendering affect my PDF’s at all? As I understand this scource code, the READ_ONLY mode should prevent exactly that…

EDIT: I just saw that printing an iText created PDF also removes the embedded fonts. Again, before rendering/printing via pdf-renderer this worked perfectly fine. (Fonts also showed up in the PDF properties, etc. …)

  • 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-13T06:15:52+00:00Added an answer on May 13, 2026 at 6:15 am

    Maybe iText is creating PDF files which are not compatible with your renderer? Have you checked what PDF version it creates? Maybe it is possible to specify an older version?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 381k
  • Answers 381k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer No, the EF 4.0 uses the .NET 4.0 framework, which… May 14, 2026 at 10:13 pm
  • Editorial Team
    Editorial Team added an answer name = 'b' + str(num) or name = 'b%s' %… May 14, 2026 at 10:13 pm
  • Editorial Team
    Editorial Team added an answer I believe Coan will do what you're looking for. From… May 14, 2026 at 10:13 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.