Giter VIP home page Giter VIP logo

Comments (7)

AyuSharma-dev avatar AyuSharma-dev commented on July 19, 2024

Hello @Akashkumar12 did you resolve it. I am also getting the same issue. Let me know if there's any solution for this. Thank you.

from zippex.

runewage avatar runewage commented on July 19, 2024

Hi
I am getting a similar error:

Line: 402, Column: 1
System.StringException: Starting position out of bounds: 1819193000

The Exception is thrown from the file Zippex.cls at line 402.
Based on the values of the variables it looks like the theStart and theEnd is way to high as the ZipFileString is only 1822 characters.

400: Integer theStart = offset+46;
401: Integer theEnd = theStart + HexUtil.hexToIntLE(fileNameLength);
402: fileName = zipFileString.substring(theStart*2, theEnd*2);// (f bytes)       Offset 46

The file I am trying to read is an excel file.
Here is values of the variables used:

theStart = 909596500
theEnd = 909596500
fileNameLength = 
zipFileString.length() = 1822

Here is the code I am running using Anonymous Apex in Developer Console.

List<Attachment> attList = [SELECT Id, Name, Body FROM Attachment WHERE ParentId='<Case ID>'];
if(!attList.isEmpty()){
	Zippex sampleZip = new Zippex(attList[0].Body);
}

from zippex.

sravani-gadaputi avatar sravani-gadaputi commented on July 19, 2024

while reading Pdf file am getting System.StringException: Starting position out of bounds: 646326178.Can you please help me on this.

Thank you.

from zippex.

parsam97 avatar parsam97 commented on July 19, 2024

I am getting the same error:

System.StringException: Starting position out of bounds: 1194067618

from zippex.

rajeev-ui avatar rajeev-ui commented on July 19, 2024

I am getting the same error:

System.StringException: Starting position out of bounds: 1141229184

Could anybody help in this issue ....

from zippex.

geethaKrishnaja avatar geethaKrishnaja commented on July 19, 2024

I am facing the same issue.. Please let me know if anyone has resolved this issue.

Thank you in advance

from zippex.

dtissen avatar dtissen commented on July 19, 2024

I got this error everytime I tried to extract an corrupted ZIP File. Pay Attention which is the body of the BinaryAttachment. It should be a blob. During Testing convert your ZIP File into an HEX Value oder Base64String!

HEX
binaryAttachment.body = EncodingUtil.convertFromHex('YOUR HEX VALUE GOES IN HERE');

BASE64
binaryAttachment.body = EncodingUtil.base64DECODE('YOUR BASE64 ENCODED VALUE GOES IN HERE');

from zippex.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.