Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

What is the maximum pdf file size that itextsharp dll handles.

can any one help me?

Thanks in Advance.


Regards,
Nagaraju
Posted
Updated 8-Jun-11 22:55pm
v2

Well the sky is the limit :-)
It all depends on how much RAM and HDD space you have. A process under Windows typically have 2GB of RAM to work with.
 
Share this answer
 
Why? Do you face any issue? How large can your file be?

Referring to this[^], it seems there was a problem with too large files. But having that large files are useless IMO. Moreover, it should have been solved. Still there are memory limitations which should be considered. You cannot create too large files with too less memory.
 
Share this answer
 
picturebox_pdf417.Image = pdf417.CreateDrawingImage(Color.Black, Color.White)


Im trying to convert the content of a pdf archive, but im getting this when i use the function "CreateDrawingImage"

"
{"El argumento especificado está fuera del intervalo de valores válidos." & vbCrLf & "Nombre del parámetro: The text is too big."}
"
 
Share this answer
 
Comments
CHill60 25-Jun-21 5:53am    
If you have a question, then use the red "Ask a Question" link at the top of this page. Do not post questions or comments as a solution to another member's post.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900