PDF Generator failing on Azure Website but not development machine

I am using EVOPDF for testing html to pdf.
http://idealpi.azurewebsites.net/defaultpdf.aspx
On local development works fine in full trust. When run on Azure website Reserved mode with full trust in web.config I get error.
Could not get conversion result header. Data receive error. Could not receive
data. Error code: 109
A similar post on discounet.asp site
http://community.discountasp.net/showthread.php?t=14232
indicates this is a full trust issue, but I have full trust defined in web.config
<configuration><system.web> <trust level="Full" />
Is full trust not full trust? Is there another way to define Full Trust?
Greg
PS
The EO company responsed with the following
For scalability and stability reasons, EO.Pdf performs the actual conversion in a separate worker process instead of inside your Web application process. That is probably what’s failing in your environment since in a Web only environment it usually won’t
allow you to spawn your own worker process.
Any workarounds using WAWS?

I have solved problem,  with large files (~150 pages).
My Evo to Pdf version is 5.17 under 64bits process (iis 7.5) .
Making this change in web.config works ok
  <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="1000000000"/> <!--Importante para la transferecia de archivos grandes-->
      </requestFiltering>
    </security>
Regards,
Jose Antonio.

Similar Messages

  • I can open the other website but not with twitter, there's a lock icon on the top beside the word twitter, what should i do?

    i can open the other website but not with twitter, there's a lock icon on the top beside the word twitter, what should i do?

    yes,safari
    if I add twitter to my homescreen so if I open it,the title twitter appear on the top
    but can't run,and there's a lock icon beside it,
    and I try to open tumblr too but it's can run and no lock icon besides

  • I can download music files from some websites but not on others. Anyone know what i can do? Please help

    So im trying to download a mixtape from Datpiff.com but the download option does not "load" and doesnt download. I am able to download music from other websites but not on some. Are there any settings that i might've changed?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Please Update to the latest Firefox 16.0.x version.
    *Help > About Firefox
    *https://support.mozilla.org/kb/update-firefox-latest-version
    The Firefox 13.0.1 version that you currently run is no longer supported with security updates.<br />
    It is important to update Firefox and add-ons to the latest versions to get the latest bug fixes and security updates.

  • Read keywords from file but not develop settings?

    Is there any way to read IPTC Core metadata, but not develop settings, from a file? I'm still figuring out my Lightroom workflow and made some errors that I'd like to recover from. Here's the situation:
    In Lightroom 2.x I selected images, gave them star ratings, and made initial Develop module adjustments. I did NOT write the metadata back to the files (my mistake). Later, my keywording assistant opened the files in another program (Breeze Browser) and added extensive keywords using a controlled vocabulary that works very well and very fast in Breeze. Now I have extensive caption and keyword data in the XMP sidecars, but develop settings in Lightroom's database. I need to merge them.
    The slow and tedious workaround in Lightroom is to select the photo, copy the develop settings, read the metadata from the file, then paste the develop settings back in. It works, but is repetative and slow. There's not even a keyboard shortcut for reading metadata. The other tedious workaround is to export the keywords to a text file (using Breeze) and copy & paste them into Lightroom's keywords field. But that's even slower.
    Is there a way to write only the develop settings to the files?
    Any other suggestions on how to proceed? I have several hundred images that need to be fixed.
    In the future, I know I need to write the metadata to the files after making any adjustments in Lightroom so the data travels with the files themselves and isn't just in Lightroom's database.
    -- Mark Turner

    Ok, thanks for the reply.
    I feel a bit ashamed now, because my topic title contains the function i needed...
    So, assuming that i would have
    String content = "458,304,0,345,432";i could split this and put this in an array string using a code like
    String[] arry = null;
    array = content.split("\\.");I haven't tested the code yet, cause i'll go to bed soon, but will this split all at once and put it in the array or do i have to create a loop or something ?
    And is it possible to put number one using split in the array[x][v] on the x location and the others at the [v] location ? (the first number of each five has to be added to [x] and the other 4 to [v] )
    Again thanks for your reply, cause im a bit further this way in accomplishing what i want to reach :)

  • Firefox is failing to display many (but not all) images on websites that I visit, some images are shown and some are not even if they are in the same format.

    I recently changed my ISP because I was having connectivity issues. In particular my router would shut down sporadically. As part of my attempt to clear issues I ran some spyware software which I've been told I could trust. Since then I have a problem viewing many websites as many (but not all) of the images are missing, even on websites that I know very well, including my own. What is very strange is that on one site every page has a jpg image under the navigation bar and all of these jpg's appear except one which doesn't appear even when I reload images. This problem also makes security sensitive sites like my bank site look very amateur which frightens me. The problem does not occur on other web browsers.

    Which ''spyware software'' software did you run?
    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Windows Accessibility settings.
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • .pdf works in Acrobat Pro 8 but not Adobe Reader 8

    I have a dynamic .pdf that I created in Livecycle Designer.
    It works perfectly in Acrobat Pro 8 but not Adobe Reader 8.
    There is a function that highlights a form field orange. It is called from the enter event of every form field.
    There is another function that highlights a form field red if the field contains an invalid value. This is called from the exit event of every form field.
    When I enter a field in Reader 8, it highlights orange as it should but does not allow me to enter a value and it adds an additional blank page to the .pdf. Also, it does not highlight red as it should on exit.
    If I remove the enter script, the exit script works fine.
    I sent the .pdf to somebody to test and it worked perfectly for him in Reader 8.00 but not for me in 8.00 or 8.01 which makes me think maybe it is just a problem with my settings.
    Can anybody help?
    Thank you.

    Okay, I just upgraded to Acrobat Pro 8.1 and the .pdf fails there now too.
    So my problem is not an inconsistency between Acrobat and Reader, it is that the .pdf works in the earlier 8.0 but not the latest 8.1.
    I am happy to send the .pdf to anybody who wants to see it. Hopefully the problem is with my code and not the update.
    Thanks.

  • Xfdf and pdf works in Adobe Reader 6, but not with new versions 7, 8, X

    I have a xfdf file which is created by querying a SQL data base and contains data for a pdf form; it works with Adobe Reader 6, but does not work with new versions of Adobe Readers (7, 8, 9 and X).
    It is an intranet site running IIS 6.0 in Windows Server 2003 Web Edition SP2 with Adobe 6 installed and client systems include XPSP2, XPSP3, Vista, Windows 7 with different versions of IE, Firefox.
    With new versions of Adobe Reader, click on the hyperlink launched the pdf form in a browser window without data; below is the link:
            // create shipping slip hyperlink
            string strLtrSlipUrl = "~/Archive/LtrShipSlip.pdf#FDF=" + lblWO.Text + "LtrShipSlip" + ".xfdf";
            HyperLink hlLtrShipPdf = new HyperLink();
            hlLtrShipPdf.Text = "Ltr Shipping Slip";
            hlLtrShipPdf.NavigateUrl = strLtrSlipUrl;
            hlLtrShipPdf.Target = "_blank";
            pnlLtrShipSlip.Controls.Add(hlLtrShipPdf);
    I have installed new versions of Adobe Reader in the Web server (to match what the clients are using), but results are the same – blank pdf.
    I uninstalled the new versions and installed version 6 and the pdf and xfdf worked happily together, but we need new versions of Adobe Reader in the client computers.
    Thanks for helps and suggestions – I have read articles about using iTextSharp to create pdf documents from .NET apps, but that would be my last choice.

    Adobe Reader 9 can't save the old FDA forms. FDA must update their forms.

  • Pdf docs will load on MacBook but not iMac

    I have an iMac and a Macbook Air. Both bought in the past three years.  I am running a proprietary back end database which uses a browser as a front end and is Java dependant..  Both have current versions of OS Mavericks, Java, safari and mozilla.  The database contains pdf docs that are displayed with the standard pdf icon.  When I click on the icon in my MacBook, they load into Word or Adobe on a separate page.  When I click on the icons in my iMac they do not load.  Does anyone have and ideas?

    Hi.  Thanks for the quick reply.  I realized I was not clear.  The docs are resumes.  If they are Word docs, they open in Word.  If they are pdf, they open in Adobe Acrobat Pro.  These open fine on my MacBook Pro, but not the iMac.  When I try opening them on the iMac, I get a Java error message.  Any ideas?

  • My hp 1660 will print some websites but not others

    my new hp 1660 prints off of some websites but there are many that will not print.  What can I do to correct this and be able to print everythin I want to

    It seems to be accessible, yes. It's listed as
    HKEY_CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash.9\CLSID. I can give
    you the data string if you like. I've really never edited my system
    registry so I'm not sure what I'm doing.

  • PDF icon images appear on desktop, but not in folders?

    I just updated to Windows 7. Before the update I could only view pdf icons on the desktop and inside folders would be a screenshot pdf icon image of the file. This was very helpful when using a lot of pdf files.
    NOW, after installing Windows 7, I have the exact opposite. I can see PDF image icons on my desktop, but when I go into a folder, I get the standard Adobe pdf red-white icon (no image).
    Has anyone experienced this? Ive googled this and Im not the only one with this problem. Has anyone found a fix for this?
    Thanks
    Update: I forgot to add that PowerPoint files, jpegs and bmp files still work and you can still see the preview images. Just not PDFs.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    ~graffiti wrote:
    What happens if you open an older PDF in Acrobat and do a "save as"? Does the icon come back?
    graffiti - thanks for the reply. I did as you suggested but it didnt work. Now some icons are showing up but I dont know why nor do I know if this is a adobe issue or a windows 7 issues. While googling it looks like each side is blaming the other. Here is a screen shot. Some icons appear and one does not. I opened it and re-saved it but still doesnt show a thumbnail.
    http://img845.imageshack.us/img845/4892/screenshotpdficons.jpg
    Thanks for helping. Any other suggestions?

  • When e-mailing pdfs, the text becomes blurry/blocked, but not images

    Recently, when e-mailing pdfs to certain individuals, they complain that the pdfs they receive contain blocked/blurry text. ALL of the text is dropped or blurred, but not the images. I originally thought that it was a probelm with only the pdfs created from Publisher, but this week it happened to several pdfs that I did not originally create. One person uses his iPad to view files, and wants all pdfs created as "Print to PDF" options--however, that compromises the resolution of the file. Does anyone else experience this probelm? Is there a solution?

    Please let me know which device are they trying to open the PDFs on? Are they trying to open it on their desktops or on a portable device?
    Also, what happens if the same PDF is not opened via mail but is open directly on the individuals machine? Is the behavior the same.
    Thanks
    Ankit

  • Having trouble saving an image of the whole page using pdf it. I click save, but not in the file. I have tried saving in multiple locations, saing it as .jpg

    Just about 2 days ago I started having a problem saving a jpg file using the "pdf it!" add-on. It lets me save, but when I look in the folder there is nothing there? I use save as image and then whole page. I have tried saving in several different locations, but nothing works.
    Thanks for the help.

    The link to website of the developer is broken too !

  • Podcast PDF's showing up on iPhone but not desktop iTunes

    Our church publishes a podcast from Sermon Studio (studio.sermon.net). We include mp3 audio and a PDF with message notes. These PDFs show up in the Podcasts iPhone app but not in iTunes under subscribed podcasts. Any idea why?

    Oh, I forgot to mention that music seems to automatically download just fine whenever I buy a song off of my iPhone.  Another thing is, the movies were all bought off of my iPhone.

  • Encode Failed exporting to DVD but not Blu-Ray

    I'm using Dynamic Link and tried both pushing from PPro and pulling from Encore, when building DVD I get Encode Failed, but when building Blu-Ray no problems. I really need a DVD version of this, any ideas?

    Did you transcode before building? If not, try that.
    If that does not work, export from Premiere as MPEG2-DVD, and import the resulting m2v/wav files as timeline. In other words, skip the dynamic link since you are having a problem.
    Yes, you will have to calculate the bitrate. If you are able to transcode the dynamic link, but not to build, you can look at the properties of the transcoded file, and match that on export from Premiere. Or use a bitrate calculator, such as:
    http://dvd-hq.info/bitrate_calculator.php

  • Mac Lion macbook pro, download pdf files fails, no error messages but work in Safari.

    On requesting a download of a pdf file the source supplies this but nothing appears in the Firefox download window. Same pdf appears happily in Safari. My MAC pro with same Firefox progreamme works OK also.

    Disabling a plugin worked for me
    Go to Tools, Add-ons, Plugins tab
    then disable the plugin: Adobe Acrobat NPAPI Plug-in Version 10.1.3

Maybe you are looking for

  • Connection Sharing between my mini and xbox

    Does anyone know how to enable shair the connection on my mini? I've tryed several ways and I haven't been able to do this. Thanks. Mac Mini   Mac OS X (10.4.6)  

  • COPY command replacement

    Given that the COPY command is now deprecated (and clearly documented in 10gR2 - sqlplus user's guide that it will be obsoleted in future releases of SQL*Plus, will there be any replacement command in sqlplus? We were planning to use it to implement

  • Finder Window Sidebar: PDF file under Places?

    On my MacBook Pro, several weeks ago I noticed a PDF file listed under "Places" on the sidebar. I have no idea how it got there, and no idea how to remove it. Any suggestions?

  • How to Disable SCCM Software Updates on Client Workstations

    Hi, I have enabled Software Updates for all clients, to create a baseline for reporting. The intent was to then disable Software Updates via. SCCM Client Settings, so that our clients could continue receiving updates from Microsoft until we were read

  • Captivate 4 slide issue

    I am using captivate 4, I have 16 slides with text entry boxes and 2 buttons on each slide. The buttons are "skip" and "next" When the user answers the question in the text entry box and and hits "next" all is well it goes to the next slide. When the