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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:15:12+00:00 2026-05-28T02:15:12+00:00

I have an array of bytes. Irrelevant: I use the iText library and somehow

  • 0

I have an array of bytes. Irrelevant: I use the iText library and somehow parsing fails when trying to extract text from that array. I have traced the problem to be related to a corrupt PDF document (the bytes). So, I would like to edit the array of bytes before feeding it to the library.

byte[] bytesArray;
String x = new String(bytesArray);
x = x.replace("foo", "bar");
library.parse(x.getBytes());

How is this different from the following?

library.parse(bytesArray);

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-28T02:15:13+00:00Added an answer on May 28, 2026 at 2:15 am

    Use:

    • new String(bytesArray, “ISO-8859-1”)
    • x.getBytes(“ISO-8859-1”)

    Explanation:

    The constructor new String(byte[]) and the method String.getBytes() use the “platform default character encoding” to convert between characters and bytes. Not all byte sequences can be mapped to characters in all character encodings. The constructed String will contain the unicode replacement character \uFFFD where unmappable sequences were found. The solution is to use a character encoding where every byte sequence is legal. One such encoding is ISO-8859-1. (UTF-8 for example would not work.)

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

Sidebar

Related Questions

I have an array of bytes that I receive from an external entity. It
I have an array of bytes that I read from a header section of
I have an array of bytes that has come from a barcode reader (connected
I have an array of bytes that are actually 16-bit samples from a sound
I have dynamic array filled with bytes, which are read from .raw file with
I have c++ code that attempts to dynamically allocate a 2d array of bytes
I have a byte array that may or may not have null bytes at
I have the following problem. I have an array of bytes that I want
I have an array of bytes (say byte[] data), which contains text with custom
In PHP I have an array of bytes that I want to turn into

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.