Attachment size using fm convert_abapspooljob_2_pdf

Is there any method to reduce the PDF size created by the FM convert_abapspooljob_2_pdf?  There is a 150+ page report that a few users need (well, that they think they need) via an email attachment.
Right now it's converting to a 30+ MB attachment and the send fails.
Thanx
Mark

This question has been discussed many times. That means: I hardly believe you didn´t find any relevant information source. Did you search? There are factors causing the PDF to be large, like coloring. If you would remove the coloring of the cells, the file size should shrink. In case you would like to create a PDF file like 100x smaller, why don´t you create an Adobe form for this purpose? Without any special magic, it would take you like half an hour.
regards Otto

Similar Messages

  • Attachment size client object model in sahrepoint 2010

    hI
        Here is my code 
    ExecuteOrDelayUntilScriptLoaded(getWebProperties, "SP.js");
    var  attachmentFiles;
    function getWebProperties()
     var itemId=5;
     var list;
    var item;
     var file; 
                  var ctx = SP.ClientContext.get_current();            
                    var webSite = ctx.get_web();
                      var attachmentFolder=webSite.getFolderByServerRelativeUrl('Lists/xxx/Attachments/'+itemId);
                       attachmentFiles= attachmentFolder.get_files();
                        ctx.load(attachmentFiles);
                        ctx.executeQueryAsync(Function.createDelegate(this,this.onSuccess),Function.createDelegate(this,this.onFailed));                 //  ctx.load(attachmentFolder);
    function  onSuccess(sender, args)
    alert('success'); 
        alert(attachmentFiles.get_count());
    for(var p=0;p<this.attachmentFiles.get_count();p++)
               var file = attachmentFiles.itemAt(p);     
                var filename = file.get_name(); 
              //debugger;
                alert(filename);  
       // need the file size here 
    How do i get the Total attachment file size here .There are no properties to  get the attachment size .Help much appreciated Thanks in advance 
    nain1987

    Check if below helps
    http://sharepoint.stackexchange.com/questions/12652/get-total-size-of-attached-files-on-all-list-items-in-sharepoint-2007with-powers
    function GetListSize($List)
    [long]$listSize = 0
    $allAttachmentsFolder = $List.RootFolder.SubFolders["Attachments"]
    foreach ($listItem in $List.Items)
    $listItemAttachments = $listItem.Attachments
    $attachmentsFolder = $allAttachmentsFolder.SubFolders[$listItem.ID]
    foreach($file in $listItemAttachments)
    $listSize += $attachmentsFolder.Files[$file].Length
    $totalInMb = ($listSize/1024)/1024
    $totalInMb = "{0:N2}" -f $totalInMb
    return $totalInMb
    http://social.technet.microsoft.com/Forums/en-US/e5d2ff3d-01c7-4cc0-a081-29a4dfbb0fad/getting-the-sharepoint-list-attachment-size-using-javascript?forum=sharepointcustomizationlegacy
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/c745bd1c-cbcb-4523-bdac-7c8d62d1d3ff/show-the-size-of-attachments-is-sharepoint-2007?forum=sharepointcustomizationlegacy

  • Fetching file size using CAML query in Javascript client object model

    Hi,
    I am using the Javascript client object model to retrieve contents of a document library.
    I have a document library, which contains a folder "Folder1" . "Folder1" has a zip file. I would like to get the file size of the zip file.
    I have tried the below code, but not sure, how to fetch the file size.
    function FetchImage() {
    var clientcontext = new SP.ClientContext.get_current();
    var oweb = clientcontext.get_web();
    var olibrary = oweb.get_lists().getByTitle(DocLibrary);
    var query = new SP.CamlQuery();
    query.set_folderServerRelativeUrl("Lists/DocLibrary/folder1/");
    folder = olibrary.getItems(query);
    clientcontext.load(folder, 'Include(Title,ContentType, FileLeafRef,FileDirRef,File)');
    clientcontext.executeQueryAsync(Function.createDelegate(this, this.RenderDataOnSuccess), Function.createDelegate(this, this.RenderDataOnFailure));
    function RenderDataOnSuccess() {
    var ListEnumerator = this.folder.getEnumerator();
    while (ListEnumerator.moveNext()) {
    var currentItem = ListEnumerator.get_current();
    if (_contentType.get_name() != "Folder") {
    var File = currentItem.get_file();
    if (File != null) {
    // Fetch file size
    How to fetch the file size?
    Thanks

    <script>
    function getSize()
            var myFSO = new ActiveXObject("Scripting.FileSystemObject");
            var filepath = document.upload.file.value;
            var thefile = myFSO.getFile(filepath);
            var size = thefile.size;
            alert(size + " bytes");
    </script>
    http://social.msdn.microsoft.com/Forums/en-US/e5d2ff3d-01c7-4cc0-a081-29a4dfbb0fad/getting-the-sharepoint-list-attachment-size-using-javascript?forum=sharepointcustomizationlegacy

  • How do I change the attachment size limit in Calendar Server 6.3, UWC, IWC?

    How do I properly increase or decrease the attachment size limit with Calendar Server and all supported user interfaces to it such as WCAP, UWC (Communications Express) and IWC (Convergence)? From my experience with the Outlook Connector, there seems to be some limit imposed by cshttpd on the size of a file upload (I believe I actually got an HTTP error code back on the wcap request indicating something was too big, sorry I don't have it handy, I'll have to re-test). Additionally, it seems UWC imposes additional limits (Example: http://docs.sun.com/app/docs/doc/819-4440/6n6jfgcjh?l=en&a=view&q=fileSizeHardLimit) but I can't seem to get those to work at all. I found many different web.xml related to UWC and I'm not sure which one to change, I tried a couple but had no success because UWC would always report this error if I uploaded between 4-5 megs: com.iplanet.jato.util.WrapperRuntimeException
    Root cause = [java.io.IOException: Request cancelled because file input field
    "importFile" size is over the configurable limit of 4194304 bytes; see filter init
    parameter fileSizeHardLimit]
    And it would complain about requestSizeLimit I think if it was over 5 megs, claiming that limit was 5242880. IWC gives a generic error when the upload is too big and rejects it.
    I fear that a 4 meg limit will be too imposing and of limited value, so I would either like to raise it, or consider lowering it to 0 bytes so attachments cannot be used at all. I have been looking high and low for information on how to do this and all I can find is the UWC examples. I plan to support the Outlook Connector, UWC, and IWC so the limits should ideally be the same across each. Some of the Exchange data we wish to import does have some attachments so it would be good to continue support for that. I did see some other posts about quota RFEs but at this point I am not concerned about the disk consumption. Can anyone help? Thanks. Please let me know if there is any more information I can provide. I am running SCS6u1 on Solaris 10 SPARC.

    Fred@egr wrote:
    Thanks!!! This is working with IWC and I am pretty sure it will work with Outlook. I didn't think to look at config options for mshttpd since I don't have it installed and ics.conf doesn't list the http.service.maxmessagesize and service.http.maxpostsize by default.http.service.maxmessagesize is only relevant to mshttpd, not cshttpd. service.http.maxpostsize applies to both.
    UWC is still limiting me though; I'm sure I can reconfigure UWC if I just know which file to edit and if I need to redeploy anything. I'm using the same install paths as the SCS6 Single Host example and I'm not sure which the "uwc-deployed-path" is supposed to be. Again, thanks.If you have deployed UWC/CE to Application Server you would edit the following file and restart application-server:
    /opt/SUNWappserver/domains/domain1/generated/xml/j2ee-modules/Communications_Express/web.xml
    e.g.
      <filter>
        <filter-name>MultipartFormServletFilter</filter-name>
        <filter-class>com.sun.uwc.calclient.MultipartFormServletFilter</filter-class>
        <init-param>
          <param-name>fileSizeHardLimit</param-name>
          <param-value>15485760</param-value>
        </init-param>
        <init-param>
          <param-name>requestSizeLimit</param-name>
          <param-value>15485760</param-value>
        </init-param>
        <init-param>
          <param-name>fileSizeLimit</param-name>
          <param-value>15485760</param-value>
        </init-param>
      </filter>Regards,
    Shane.

  • How to increase the attachment size of a portal

    Hi,
    We have a portal developed using JSP.
    We have an option for attaching files. Now the maximum limit is only 5 MB. So we thought of using FTP so that we can increase the attachment limit. But we are not able to attach files more than 1 MB.
    Could you please help us in resolving this. Any idea how to increase the attachment size limit?
    Thanks in advance

    Hi,
    See what Patrick Yee has posted.
    how to create own page format in smartforms immmedia
    Svetlin

  • Maximum attachment size for Mail 4.3 and can it be changed?

    Hi,
    We are using Exchange 2010 at work and have found via several Mac users, and which I have verified myself, that Mac Mail appears to impose its own maximum attachment size limits, somewhere around 10MB. If I take the exact same message and send it via my PC running Outlook 2007 the message sends correctly.
    We have 4 users who reported the same thing so it isn't isolated to one machine. I have confirmed and re-confirmed that our Hub and Edge transports are configured to allow 100MB e-mails. Mac Mail has other ideas.
    Is there a way to change this limitation as I can't seem to find anything, via Google and/or searching these groups?
    I don't want to go back to Thunderbird or, worse yet, Entourage......

    It appears in this case to be a failure on Apples part to develop an application that support MAPI. Hopefully the forthcoming release of Office 2011 will rectify this situation.
    As I said I have gone through our setup of 6 exchange servers, covering all the bases.
    For instance,
    get-mailbox <user> | fl MaxSize
    MaxSendSize : 100 MB (104,857,600 bytes)
    MaxReceiveSize : 100 MB (104,857,600 bytes)
    Get-TransportConfig | fl MaxSize
    MaxReceiveSize : 100 MB (104,857,600 bytes)
    MaxSendSize : 100 MB (104,857,600 bytes)
    All receive connectors are configured to 100MB also on our Hub Transports.
    Even the fix listed in the links above, related to EWS and changing the IIS settings, which is where the issue seems to be, doesn't seem to work for me. It may be that I have missed something of course so I'll look over those links once more.
    Maybe restarting IIS after the changes were made wasn't enough.....
    Of course the other fix, since it works perfectly well with Windows machines and Outlook is to do away with our Macs entirely. Boy that would make me happy!!

  • Why is there a maximum email attachment size?

    I can understand why there is a maximum MMS file message size but why is there a maximum email attachment size set by the handset? The limit is preventing me sending pictures from my phone. MMS messages are charged at a flat rate but GPRS data is chared per kB. My operator, Tmobile, say they have no limit on email message sizes (and obviously they make more money if you send a larger file. If I transfer my sim card to my laptop or PDA I am able to send any size of attachment with no problem. But with the sim back in the handset a limit of 100kB is imposed. I get the same result using both Tmobile or Orange sims. This is especially annoying if you have a phone that produces high quality images with file sizes several times the limit. You can have a great image with no means of sending it at its original resolution. Anyone know why this is?

    Most operator's (carrier's) MMSC (Multimedia Messaging Service Center) servers do set a limit.
    What the MMS size limit that's guaranteed to go through is defined by a document known as the MMS Conformance Document (maintained by OMA, Open Mobile Alliance, which is a standardization organization by mobile device manufacturers and network operators, primarily).
    So, both the handsets (phones) may or may not have a size limit depending on how it was designed, and in addition the networks also have their own limits, and they do not need to be the same, but the doc I mentioned specifies what the devices and networks have to support, at least.
    More on OMA (and you can try to find the MMS Conformance Doc, if you wish):
    http://www.openmobilealliance.org

  • HT4101 When I connect using the USB version I get a message on the ipad saying "the attached accessory uses too much power. What can I do?

    Ipad2 Camera Connection Kit
    When I connect using the USB option I get a screen on the ipad which says "Accessory Unavailable. The attached accessory uses too much power"
    What should I do please?
    David

    I believe your camera uses a micro SD card. The CCK accepts the full size SD card. Do you have a SD card adapter to plug the micro into?
     Cheers, Tom

  • Total Attachment Size Restrict - Exchange 2010

    Hi Guys,
    Am trying to create a Transport rule to restrict attachment size for a particular group members. (restriction to 1MB total attachment size)
    The problem is that when a member of user tries to send email with four attachment(300KB x 4nos.) which exceeds 1MB he/she is still able to send emails.
    When a users send single attachment of 1MB above, he/she gets the NDR which is what am expecting.
    Reference:- http://technet.microsoft.com/en-us/library/bb124345%28v=exchg.150%29.aspx
    Attachment size limits   These limits apply to the maximum allowed size of a
    single attachment within a message. The message may contain many attachments that greatly increase the overall size of the message. However, an attachment size limit applies to the size of an individual attachment only.
    How to restrict total/sum size of all attachment which exceeds 1MB?
    - Charles

    Hi,
    Based on my knowledge, we can't limit total attachment size for a message directly. But As Ed said, we can use message size limit to limit the total size of a message as a workaround.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Filter by Attachment size?

    Hi,
    Is there a way to filter by attachment size in apple mail?
    My gmail is full and I'm looking for the emails with bigger attachments. I'm using Gmail with IMAP. Also, does deleting from the trash also delete it in my Gmail account?
    Thanks

    Downtown Browne wrote:
    Hi,
    Is there a way to filter by attachment size in apple mail?
    you can filter by message size which effectively does the same thing.
    just add a message size column to your message view if you don't have it. that's done in view menu->columns.
    My gmail is full and I'm looking for the emails with bigger attachments. I'm using Gmail with IMAP. Also, does deleting from the trash also delete it in my Gmail account?
    yes. but remember that gmail also stores everything in the All Mail folder so you'd need to delete it from there too if you want it completely gone from the gmail server.
    Thanks
    Message was edited by: V.K.

  • Outlook 2010 attachment size limit

    We're using a sendmail server for our email and have been using Outlook 2003 for the client.  I'm evaluating Outlook 2010 but we've hit a snag.  Total attachments over ~20MB result in a "The attachment size exceeds the allowable limit". 
    This works fine under 2003.
    How can I fix this?

    Hi,
    First, please let us know the email server you are using. Is it Exchange and what’s the version? Also, does this issue occur on all the client computers or only
    one some of the computers?
    As this issue might be related to some settings on the Exchange server side, you may also contact your network administrator to check the settings on the server side.
    If there are no attachment limitation settings on the server side, we can troubleshoot the issue by the steps below:
    Step 1: Disable background transfer of attachments to the Exchange server.
    =============
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you
    follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.
    1. Run regedit on the outlook client computer that has the issue.
    2. Locate the following registry key:
    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook]
    3. On the Edit menu, click Add Value, and then add the following registry value:
    Value name: DisableBGSave
    Data type: REG_DWORD
    Radix: Hexadecimal
    Value data: 1
    Note: You will see the Policies key if policies are deployed in your environment. If so, add the registry key under the following registry key:
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Outlook]
    4. Restart Outlook and test the issue again. Is the issue resolved? If the problem persists, let’s continue.
    Step 2: Start Outlook in online mode/safe mode.
    =============
    1. In Outlook, click File > Info > Account settings > Account settings.
    2. Click your Exchange account, and click the
    Change button, then More settings,
    Advanced tab. Uncheck Use cached Exchange mode.
    3. Exit Outlook . Click Start, point to All Programs, and then point to
    Microsoft Office.
    4. Press and hold the
    CTRL key, and then click Microsoft Outlook.
    Is the problem resolved? If not, let’s continue.
    Step 3: Create a new Outlook profile.
    =============
    1.    Exit Outlook.
    2.   
    Go to Start > Control Panel, click or double-click
    Mail.
    Mail appears in different Control Panel locations depending upon the version of the Microsoft Windows operating system, Control Panel view selected, and whether a
    32- or 64-bit operating system or version of Outlook is installed.
    The easiest way to locate
    Mail is to open Control Panel in Windows, and then in the
    Search box at the top of window, type Mail. In
    Control Panel for Windows XP, type Mail in the
    Address box.
    Note   
    The Mail icon appears after Outlook starts for the first time.
    The title bar of the Mail Setup dialog box contains the name of the current profile. To select a different existing profile, click Show Profiles, select the profile
    name, and then click Properties.
    3.   
    Click Show Profiles. Choose Prompt for a profile to be used.
    4.   
    Click Add.
    5.   
    Type a name for the profile, and then click OK.
    6.   
    Start Outlook, and choose this new profile.
    If this problem does not occur in the new Outlook profile, the old Outlook is corrupted. We can delete that and use a new Outlook profile.
    Step 4: If it still not resolved, create a new Outlook profile on another PC that does not have this issue, then check to see if it persists. This can help us to narrow
    down that if the issue is specific to the machines.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything I can do for
    you, please feel free to let me know.
    Best Regards,
    Sally Tang

  • Message attachment size

    Hi
    I have exchange 2010 and all users cannot receive emails with attachment size 40 GB
    what will apply if we have conflict between
    Global/Organizational Limit 
    Server Limits
    Connector Limit
    User Level Limits
    which one of these should be applied to the user
    MCP MCSA MCSE MCT MCTS CCNA

    Hi,
    The limit scope you mentioned above are used to restrict the total size of a message or the size of the individual components of a message, such as the message header, the message attachments, and the number of recipients.
    http://technet.microsoft.com/en-gb/library/bb124345(v=exchg.141).aspx
    If you want to restrict users from sending attachments larger than 40 GB, you can use transport rule to achieve this goal.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

  • Exchange Server 2007 : Attachment Size Problem

    Dear Support Team,
    My company has used Exchange Server 2007, Our Attachment policy is limit 10 MB. Our user send the attachment size 7 MB to Company B that it's the same policy.
    But user in company B cannot received attachment, it's exceed.
    I check EventID in my site. 
    - Received is 7 MB
    - Transfer is more than 10 MB
    Why? Please help to clarify and suggest how do I set the new policy.
    Thanks in advance.

    Hi MasterBird,
    It is hard to say how ??% per attachment increased, it's according to the encapsulation.
    I have tested on my real Outlook, (47KB->51KB), (535KB->539KB), (575KB->579KB).
    Thanks
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • How do I find, at-a-glance, the sample size used in several music files?

    How do I find, at-a-glance, the sample size used in several music files?
    Of all the fields available in a FInder Search, "Sample Size" is not available. Finder does offer a "Bits per Sample" field, but it only recognized graphic files and not music files.
    Running 10.8.5 on an iMac i5.
    I did search through a couple of communities but came up empty.
    Thank you,
    Craig

    C-squared,
    There is no View Option to allow display of a column of sample size. 
    For WAV or Apple Lossless files, it is available on the Summary tab (one song at a time, as you know).  For MP3 and AAC it is not available at all.
    You can roughly infer it from the files that are larger than expected for their time.
    99% of the music we use is at the CD standard of 16-bit, so I can guess that displaying it has never been a priority.  However, if you want to make a suggestion to Apple, use this link:
    http://www.apple.com/feedback/itunesapp.html

  • Amount of temporary tablespace size used for index rebuild

    Hi All,
    I want to know approximate amount of temporary tablespace size used for index rebuild. I need this information to avoid the insufficient temporary tablespace error during the huge index rebuild.
    Is there a query or procedure to find it out.
    Thank you.

    Hi,
    While creating the index, the temporary segment is created in the permanent tablespace. So permanent tablespace must have sufficient space.
    http://www.oracle-base.com/articles/10g/SpaceObjectTransactionManagement10g.php
    http://aprakash.wordpress.com/2010/01/05/numeric-segment-name/
    Anand

Maybe you are looking for

  • A question mark (?) instead of a icon for imovie

    I have tired to use imovie, but my icon in the dock is a question mark. I have hooked up the USB cable and got nothing, like it did not even exist. I bought this computer new a few years ago, and I think I am out of applecare. This is supposed to be

  • How to install additional drivers for a shared photosmart c6180?

    Hi, i am running windows 7 x64 and i have shared a photosmart c6180 on the pc.  I need to add additional 32bit drivers so that pc's that run xp 32 bit can print to the shared printer (i cannot connect these other pc's directly to the printer via netw

  • Sign in page of cc disappears before i can sign in

    When I click the CC logo at top of screen on my Macbook Pro, running Yosemite, the sign in page appears for about 1 second but closes again before I can use it. I have uninstalled and reinstalled twice but I am unable to launch CC. I had the same pro

  • Populating table from excel or other source

    What is the easiest way to populate a table from an existing Word or  Excel file? I am looking at a long list with name, address, phone,  website fields and would like to avoid dragging and dropping or hand  entering. Should the file be saved as a co

  • How to set status in fb showing via ios

    **** off