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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:43:21+00:00 2026-06-17T15:43:21+00:00

In my web application, as per the requirement I need to print PDF file

  • 0

In my web application, as per the requirement I need to print PDF file to laser printer without opening windows default “Print” popup.

So here I am using applet to print the bytes which are stored in HTML text area.

But it seems that the bytes generated after new String(pdf.getByte[]) is different than the actual PDF bytes.

In my controller I am storing the bytes to request scope as mentioned below :

request.setAttribute(PageRenderConstant.MULTI_SEL_PDF,new String(printOutputVO.getPdfBytes()));

And in HTML … I am storing the byte as below ..

<textarea style="visibility: hidden;"  name="laserPrintData"  id="laserPrintData" >
   ${multiselpdffile}                   
</textarea>

And here is the applet code to print the document to laser pritner…

function print(){                                                           
  var applet = document.jZebra;
  if (applet != null) {    
  var data = $("#laserPrintData").val();
  //applet.append(data);
  applet.appendPDF(data);              
  applet.printPS();
  }
}

But it says “The provided PDF is corrupted file.” So the bytes after new String() operation are different.

So How can I retain the same bytes as it was before new String() operation ??

  • 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-17T15:43:23+00:00Added an answer on June 17, 2026 at 3:43 pm

    Use Base64 methods to convert byte[] to String and decode it back to byte[]

    public static byte[] decode(String encoded)
    public static String encode(byte[] binaryData) {
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a total email system for my web application. Newsletter delivery once per
I need to encrypt content in my web application on a per-user basis. I,
I am working on the map application and as per requirement i need to
I have a web application that synchronizes with a central database four times per
If web application and SQL Server are on different machines(both running Windows) on intranet,
My web application as a topbar where i need to display the number of
I have inherited a Web Application project (3 files per aspx page), along with
I need to integrate a third-party video API solution into my web application that
I have a PHP Web application with several results per item category. Hence, I
This is a question about web application architecture rather than coding per se, however

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.