NeverCompressed list vs. CM issues on pdf or images

Symptom:
*.pdf & images causing errors on e.g. opening in CM, esp. on J2EE versions below SPS15. This might happen occasionally or always.
Technical cause:
Compression by J2EE
In J2EE default delivery 'image' & *.pdf is always on NeverCompressed key list.   
Why compression might have been enabled again ?
Wrong instructions are given for compressing pdf and images in several guides:
1) http://service.sap.com/nw-howtoguides -> Portal, KM and Collaboration -> All -> How To Optimize Network Traffic in EP6.0, in Section "3.3.1 Configuring SAP Web Application Server (JAVA) Compression and Caching"
2) http://service.sap.com/nw-howtoguides -> Portal, KM and Collaboration -> Portal -> How to … Fine Tune Performance of Portal Platform, in Section "3.3.1 Configuring SAP Web Application Server (JAVA) Compression and Caching"
"NeverCompressed
To enable script files compression, delete the following content types from the list: *.css, *.pdf, *.js, image, application/pdf"
Check if this recommandation was followed.
Compression doesn't make sense here roughly as compressing .gif or .jpg / .pdf does not bring any benefit of smaller content to be transfered, no beneficial ratio and is causing errors, esp. on J2EE versions below SPS15.                  
Solution: 
- add image and *.pdf again to NeverCompressed key anyway.                
- Alternatively exclude e.g. gif via Mime key value {.gif,image/gif} if other relevant images types where compression does make sense are in use.
The problematic HowTo guides will be corrected.

and sorry for the shoddy typing.... ipad/bed/typing dont mix very well

Similar Messages

  • Issue printing PDF Packages

    I'm having issues printing PDF Packages.Clients have contacted us stating that our PDF Packages don't print properly. Essentially they were only able to print the "coversheet" and nothing else. I ran some test scenarios and noted that PDF Packages print feature behaved differently depending on several criterias:
    how it was viewed (ie: desktop, Firefox browser, IE browser)
    what Adobe Reader Plugin
    what command was used to access print feature (ie: file>print, ctrl + P, print icon)
    So far I've noticed that Adobe Reader utilizes two versions of the Print Dialog Box. The first one shows four choices for "Print Range" (All, Current View, Current Page, Pages...) seems to always be misconfigured and does not print as intended. The second one I've noticed seems to limit your Print Range choices (All, Current View) which usually works.
    This seems to be an Adobe bug. This Print Bug exists on both Acrobat 8 and 9, and the bug may or may not exist depending on how you view the "PDF Package" (ie: Desktop, Firefox, IE).
    If you open the PDF Package on your desktop and view via Adobe Reader for the most part it prints as expected for "Print Current Documents" or "Print All Documents". Although the "Print Range" is misaligned (ie: "Print All" behaves as "Current View", "Current View" behaves as "Current Page".
    If you open the PDF Package on a browser with an Adobe Reader plugin, a different scenario occurs.
    You might experience that you're locked into printing only the "coversheet" of the PDF Package.
    And again your "Print Range" might be misaligned.
    In Adobe Reader 8, a dropdown appeared when you selected "File>Print" or the "Print Icon". The dropdown then gave you an option to "Print Current Documents" or "Print All Documents". Which basically provided you an option to print the entire "PDF Package" or choose to print only a section of the "PDF Package".
    In Adobe Reader 9, the option to choose between "Print Current Documents" or "Print All Documents" was removed.
    In fact I started to document the instances to see if its an isolated issue and it looks like it fails to print (as intended) 60% of the time. Of the 40% that does print as intended... it looks like half the time the "Print Range" is misconfigured.
    Also, I've noticed that Reader utilizes two different "Print Dialog" boxes.
    The testing scenario I set up was that you can print in three different ways:
        1. File>Print
        2. <ctrl + P>
        3. <print icon>
    Three ways to view the PDF package:
        1. Download PDF Package & view on your desktop via Adobe Reader
        2. View PDF Package on Firefox w/ Adobe Reader plugin
        3. View PDF Package on Internet Explored  w/ Adobe Reader plugin
    My computer is using:
    XP Pro SP3,  Acrobat Reader 9
    I've also spot tested on:
    XP Pro SP3, Acrobat Reader 8
    Vista, Acrobat Reader 8
    Any Ideas?

    Hi Greg,
    Since this is sytem defined settings that you are trying to implement, I presume that the INI changes ought to be done in FSISYS.INI rather than the FSIUSER.INI.
    Apart from that most of your INI changes look fine as we are also using pdf as our Output type. Please find the INI change swe have implemented in our system for printing pdf.
    Device = ..\Print\Prt.pdf
    Bookmark = Yes,Page
    Compression = 0
    DownLoadFonts = Yes,Enabled
    LanguageLevel = Level2
    Module = PDFW32
    PageNumbers = Yes
    PrintFunc = PDFPrint
    PrintType = PDF
    SendOverlays = No,Enabled
    SendColor = Yes,Enabled
    PrintViewOnly = No
    SplitText = No
    SplitPercent = 50
    TextCommentOn = FORMSET
    Papersize = 0
    FontCompression = 1
    Hope this is helpful.
    Thanks,
    Akhil

  • SharePoint Online list view threshold issues: "because it exceeds the list view threshold enforced by the administrator"

    SharePoint Online list view threshold issues: "because it exceeds the list view threshold enforced by the administrator"
    Office 365 SharePoint Online can be problematic when it comes to exceeding the list item threshold (e.g. 5,000).
    Examples of what happens after exceeding the threshold (e.g. 5,000 items):
    You can’t create new forms for the list in SharePoint Designer.
    You may have challenges with metadata fields in the forms (e.g. adding metadata values, editing metadata values, deleting the metadata column from the list).
    Cannot save the list as a template (i.e. you get the threshold error).
    Issue I'd like assistance with: how can I create a custom NewForm in SharePoint Designer
    when the list exceeds the threshold limit, given this is Office 365 SharePoint Online and I don't have access to increase that limit?
    As a control for my testing, I created another list with just a few custom columns with no list items --it worked fine for that list.
    I also tried clearing local AppData cache which didn't solve it. I'd need Central Admin on O365 SharePoint Online to increase the threshold which I don't have access
    to do. Errors received in SharePoint Designer:
    "Could not save the list changes to the server." After getting this, I tried to work around
    the create new forms issue by saving a copy of the original NewForm as NewForm2 and got the root error that I suspected was underlying it all:
    “Server error: the attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator”.
    Any ideas for how to create a new list form in SD?

    Thanks Alex.
    I just found a couple new workarounds instead of using SharePoint Designer:
    Method 1: Add web parts to the form pages on the client side:
    Go to the list and execute one of these actions depending what form you want to edit: create a new item (NewForm), edit an item (EditForm), or display an item (DispForm).
    With the form you want to edit displayed, go to the gear icon and click "Edit Page".
    You should now see the web part page show up with "Add a Web Part" as an option.
    Add a Content Editor or Script Editor web part.
    Add your custom code to either one to manipulate the HTML objects using your favorite web languages.
    Method 2: Use InfoPath 2013.
       The InfoPath 2013 route appears to work.

  • Issue with PDF

    Hi All,
    i facing issue with PDF format .
    we developed smartform and we are using standard program SAPF150D2.
    we did translation for that form englsih to  EURO.
    Now if we  see output in OTF format , it showing correct way in EURO.
    but , i we see same layout in PDF format,
    Insted of showing ( ' )this letter, it is showing # in the PDF layout.
    Is there any pointer to know soultion for this.
    Thanks in advance,
    regards,
    JBR

    This is likely a problem with the way those links are coded in the PDF file, so the file may have to be saved again using different settings to make it work with PDF Viewers other than the Adobe Reader.

  • Font issues exporting PDF in Keynote 6.5

    Is anyone else experience font issues exporting PDF's in Keynote 6.5?
    My entire team has been having issues specifically exporting the font Merriweather. It's been fine in the presentation itself, but in the PDF - it's spaced out aggressively and the font weight/type/size is always wrong.
    It's been a real hassle, as our brand body copy font is Merriweather and we've never had a problem with it.

    The conversion issue seems to be tied to OTF fonts. Converting Merriweather to TTF, deleting OTF versions from Font Book, and/or System Font Folder worked for us. Clearing font cache and restarting can further flush out any legacy conflicts.

  • I have been able to open pdfs created in older versions of adobe, but not the newest version. Is anyone having issues opening PDFs sent via email created in version 9?

    I have been able to open pdfs created in older versions of adobe, but not the newest version. Is anyone having issues opening PDFs sent via email created in version 9? If so, what was your solution? I have PDF reader app as well.

    Can you open the files in Preview?

  • List of mat issued

    Hi, is it possible to see the list of materials issued to different prod orders for certain period? pls advise.

    Dear Yadav,
    In that case check in MB51 for the 261 movement and also input the date range and execute and here clcik on for detail list
    (shiftcontrolF12) and then clcik on change layout (control+F8) and select the field for amount in local currecy and then check
    the results.
    The same you can get it in COOIS,in the change layout check for value withdrawn for the list - components.
    You can get the value in MCRE also for the issued quantity.
    check and revert back.
    Regards
    Mangalraj.S

  • Corrupt File issue - Mainly PDF

    Has anyone encountered issues downloading PDFs from their site?
    We are having several issues, particularly with PDF files where they open fine from the local computer, but after posting to the site, you get a corrupt file message when you try to open it.
    I am not sure if this is a PDF issue, a Portal issue, an IE issue or what. Wondering if anyone else has experienced it.
    Thanks,
    Brian

    Mary,
    Thank you for the advice. We have run into that frequently with files on the Portal, but that is not the case with these PDFs.
    We are now going to try and put a sniffer on the whole process and see if there are any packets being dropped along the way. That is the only way we can make sense of the issue, since a file will work for one person but not another.
    We've synched browsers, Adobe version etc... as well.
    Brian

  • List of material issued to account assignment

    HI MM Gurus,
    We are issueing materials against movemnt type 261 (against order) .Say order no 4000001 .
    Now I want to see the list of materials issued against that account assignment ,where i can see that ?
    Regards
    Project Team1

    Hi,
    You can use ME2K to get a list of Purchasing Documents for that particular Account Assignment and then in ME2M, you can input the list of all the documents you got from previous list. And you will get a list of materials.
    Please let us know if it worked. I am not sure about direct report for your requirement.
    Thnx.

  • Bridge CS4 won't output to pdf multiple images with same filename

    Hiya...my googling efforts have thus far failed!
    I've got CS4, and in Bridge, I created a New Smart Collection to find all filenames in a folder containing "." or ".jpg" - which in turn searched through all the subfolders like what you used to be able to do in Photoshop CS3.  Very simple stuff, but all the images are jpg's, but in multiple folders (I don't want to move them out of the folders, as the files came from an external source, and there are heaps of folders, and I don't want to pdf each subfolder seperately as it will take forever).
    The problem is that some of the files have the same filenames (again I'd prefer not to rename, as it happens a lot on this project, and they are all over the place).  So whilst Bridge will show the thumbnail images correctly in the content tabbed screen in my New Smart Collection, but once I've done the Output to PDF thing, for example, instead of showing both different images it has pdf only the first image but repeated it twice.  And this happens multiple times throughout the pdf, the more times the same filename is used, the more times the first image gets repeated.
    I know that it is messy to have multiple similar filenames, but why can't bridge just place the image anyway?  It allocated a space for it on the pdf and does show it in bridge, it just doesn't seem to survive the transfer to pdf well.
    The only other thing that I have done is use the below link (which was posted on another adobe forum thread) to create a custom pdf output template (nothing too fancy, just number of rows / columns, size, font etc).  But I've tried using the standard bridge templates and it does the same thing.
    http://www.proficiografik.com/2009/08/03/save-custom-pdf-output-template-in-adobe-bridge-c s4.html
    Any help would be appreciated...even if to tell me that I am being unreasonable!
    UPDATE 16/11/09
    Just to let you know that I seem to have resolved the bug inadvertently with one of the Adobe updates. The below is the link for the AdobeOutputModule-2.1-mul-AdobeUpdate.zip which was released on 2/19/2009 - which allows for headers & footers to be placed in the Ouput pdf. I finally installed it today, and everything seems to be working fine now (i.e. I can pdf multiple images with the same filenames and the pdf will actually show each different image rather than repeating only 1 of the images).
    Must have been a fix installed in the contact sheet templates that get installed with the update - not sure why the original version was corrupted, but I've left that with the Adobe guys (I submitted a bug report - and they were able to replicate the problem but hadn't fixed it as yet).
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4228
    Message was edited by: djtun71 (16/11/09)

    When I click import from disc I am asked to choose a disc and then I get this message:
    The following photos will not be imported because they are already present in the catalog. To see these photos in the catalog select 'Show in Library' (the import will be canceled).
    This is followed by a long list of images. If I click 'Show in Library' I can see all the images with the same filename. And then they start to automatically write over those images with images from the disc. However they keep the same metadata and keywords from the previous images. If I click on Import and deselect the "don't reimport suspected duplicates" box, it imports only the images that don't share filenames and none of the images that do.
    Is there a way of setting the "Don't reimport suspected duplicates" box in preferences?

  • 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?

  • HP Scan 1 bit scan to pdf embeds images as jpeg rather than tiff

    Using HP Scan (latest version to date of 32.30.198.49673) and scanning in 'Black and White' to PDF (not 'Searchable PDF'), the image is embedded into the PDF as a jpeg (!!!), which means that the file is much larger than it needs to be, as it could go in as a lossless 1 bit tiff file. The image in the PDF looks like a 1 bit image, but 1 bit jpegs do not exist of course.
    So, on a medium high image quality setting I get a file size (for a particular document) of 546KB, whereas the same scan to 1 bit tiff (on the same device with using HP scan) is 36kB (15 times smaller)
    To be sure that it was embedding the scanned image as a jpeg instead of a tiff I set the file quality to low and you could see the jpeg compression artifacts which were a mixture of greys - thereby proving that it was a greyscale jpeg (of course, 1 bit jpegs don't exist), even though, visually, it looks just like a 1 bit scan in all other ways.
    How can I get HP Scan, when I choose 'Black and White' to 'PDF', to embed the image as a 1 bit Tiff file, rather than a greyscale jpeg? I don't really want to store a file that is 15 times bigger in file size than it needs to be.
    Thanks,
    Mark

    Hello @markp4000, 
    Welcome to the HP forums.
    I understand that you would like the images saved as a .tiff instead of a .jpeg, when you scan to PDF.
    Unfortunately there is no option to change how HP's software creates the PDFs.
    You will most likely need 3rd party software to optimize your scanning results.
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Automator: render pdf to images

    I am taking a folder of pdf files all named numerically in the order they should be in and rendering them to images using the automator "render pdf to images."
    This outputs the images with completly random names. Even using the "Rename Finder Items" as suggested right after the Render pdf to images still does not produce images in the right order.
    This is really frustrating as I can't even see how this function could be useful for anyone if it can't produce images with some kind of logical file names.
    Does anyone have experience with this?
    Message was edited by: Jessek

    Not sure what the testers of some of these actions were thinking about, but you might try using the Dispense Item Incrementally action to step through your file list one at a time.

  • Basic problem in displaying the pdf and images in Application express

    Hi,
    I have oracle 10g and application express.
    I have already stored the images and pdfs using PLSQL in table with following columns
    TableA(vessel number, cruise number, image blob, pdf blob)
    now for every vessel, cruise combination there is a particular image and pdf.
    so in my htmldb page.
    I have created 2 select list for vessel and cruise respectively.
    now on selecting these lists i want to diaplay their corresponding image and pdf.
    How can i do this? I just somehow miss the basic knowledge of how to do this.
    Should i create a html region or a report region for the image and pdf.
    under what region the image and pdf goes. and on sleecting the vessel, cruise can i show hyperlinks and upon selecting the hyperlinks a image and pdf opens in a new window.
    or can i create 2 regions and display the image and pdf right in the region itself.
    Can someone please guid eme please.
    Thanks,
    Philip.

    Hi Philip.
    I suggest switching to the Application Express forum.
    Pretty sure it'll be easier for you to find the answers over there
    Oracle Application Express (APEX)

  • PDF to images...

    Hi,
    I am running OS X 10.5.6, and am having issues with automator, specifically the PDF to images plugin. I cannot get it to save where I want it to. I can choose any folder I wish in the "Save output to:" pull down menu, and successfully output exactly as I wish while within automator. I can also use a custom name, and check the replace existing files radio button, while in automator, and all working.
    However, When I save it and run it in the finder, it saves to the desktop, and does not replace existing files.
    If I open the workflow in automator after I have run it in the finder, the pdf to images plugin in my workflow is reset to its default setting. I can save it again with settings as I wish, and all works great while within automator. But if I save it and run it outside all is reset.
    I have renamed the workflow, deleted it and started from scratch, tried other locations, and saved as a plugin rather than an application and there doesn't seem to be any hope.
    Is there someway, short of reinstalling my OS, to get this plugin to work correctly?
    So far this is the only plugin I have noticed to behave incorrectly.
    thanks,
    -Me

    Why didn't you use save as jpg?

Maybe you are looking for