Quantcast
Channel: Adobe Community: Message List - PDF Size will increase in size dramatically with every submit.
Browsing all 58 articles
Browse latest View live

PDF Size will increase in size dramatically with every submit.

I have a PDF Form desinged using Adobe LiveCycle Desinger ES2. It has a submit button which will submit the form to the server (IIS and ASP.NET) using this javascript command:  event.target.submitForm(...

View Article



Re: PDF Size will increase in size dramatically with every submit.

Are you submitting as XDP because you want the data and PDF separately? If not why not just submit the data and leave the PDF out of it. You can change the cSubmitAs parameter to XML and then you will...

View Article

Re: PDF Size will increase in size dramatically with every submit.

Thanks Paul, The main idea of using Adobe PDF is to save the result as PDF on the server with all digital signature. Otherwise, I will use HTML Forms or ASP.NET Forms. I am now looking for a method to...

View Article

Re: PDF Size will increase in size dramatically with every submit.

So it is the signatures themselves that is making the size of the PDF grow ......there is nothing I can do about that. Paul

View Article

Re: PDF Size will increase in size dramatically with every submit.

No, it is not the signatures which is causing the problem. Even if I so not add any signature, then the size would still increase. Tarek

View Article


Re: PDF Size will increase in size dramatically with every submit.

Then that makes no sense .....the file shoudl grow slightly as more data is added but the signatures will cause a copy of the pdf to be saved so you can compare to the pre signature version and that is...

View Article

Re: PDF Size will increase in size dramatically with every submit.

Yes, the file is Reader Extended. According to Adobe Support, only becuase I am using this command: event.target.submitForm( {cURL: "http://server/ASPNETWebPage.ASPX", aPackets:["datasets","pdf"],...

View Article

Re: PDF Size will increase in size dramatically with every submit.

What version of Reader Extensions are you using .......the last state of the PDF shoudl not be changed if you have not signed it yet! Paul

View Article


Re: PDF Size will increase in size dramatically with every submit.

I am using Adobe LiveCycle Reader Extnesions Server ES2. I can send you a short screenr.com video I recorded to show you the submission process and how the size is doubling !! I can send you a private...

View Article


Re: PDF Size will increase in size dramatically with every submit.

No need ......I am not doubting that it is doubling in size ...just trying to figure out why. There was an issue at one time where Reader Extensions was affecting the size of the PDF but that was in...

View Article

Re: PDF Size will increase in size dramatically with every submit.

Do you mean that I should try to submit the form as PDF Only ? If so, I will add another button that will submit the PDF to a test URL, but I don't know how it will be received on the server ! Will it...

View Article

Re: PDF Size will increase in size dramatically with every submit.

I did a quick test, and I used the following javascript command: event.target.submitForm( {cURL: "http://server/ASPNETWebPage.ASPX", cSubmitAs: "PDF"}); and on the server, using ASP.NET, I converted...

View Article

Re: PDF Size will increase in size dramatically with every submit.

Did you catch my comment on your recorded video. assuming that you're the same person?  The issue that I saw there is that you were including images in the form data, and that they image was a 1.9MB...

View Article


Re: PDF Size will increase in size dramatically with every submit.

Hi Chuck, Thanks for the feedback. I was recording the video over VPN Connection, and that is why there is no sound, and the mouse was moving in a funny way. Yes, I know I am using large images. But...

View Article

Re: PDF Size will increase in size dramatically with every submit.

Going back to our last test where you submitted just the PDF and saw an insignificant increase in size. This should be no different than the submission as an XDP (except the XDP will have all of the...

View Article


Re: PDF Size will increase in size dramatically with every submit.

Thanks Paul, When I did the test for submitting only the PDF, I forgot to test with the same large images. This is the new server-side code I used to generate the PDF:     Protected Sub Page_Load(ByVal...

View Article

Re: PDF Size will increase in size dramatically with every submit.

Then lets leave it with support and let them get to the root of the issue. Paul

View Article


Re: PDF Size will increase in size dramatically with every submit.

I've been in touch with the support person in Edinburgh and looked at your files and your various attempts to make the size smaller.  Simply stated, it really is working as designed, but it is...

View Article

Re: PDF Size will increase in size dramatically with every submit.

Thanks a lot C. Myers, You explanation helped me understand what is happening. I have been following the same method for the past 4 years, and I was hit by this problem (OutOfMemoryException) only when...

View Article

Re: PDF Size will increase in size dramatically with every submit.

I'd like to see one of the files that has grown so much.  Or, better yet, I'd like to see a sequence of files, base, after submit with one image, after the next submit that adds another image, etc.,...

View Article
Browsing all 58 articles
Browse latest View live




Latest Images