Need a workaround

The document I want to convert is 106 MB and Adobe's maximum size is 100 MB. Are there any workarounds for this situation?

You cannot use ExportPDF. If this is the sort of job you need to do, Adobe Acrobat is what you need.

Similar Messages

  • Two class needs to be extends, So I need some  WorkAround ...

    I have a Simple Question
    for accessing SAP PI MAPPING API in ECLIPSE .
    I need to extend one class AbstractTransformation ....
    similary for getting SAX Parser functionalty in ECLIPSE , I need to extend class DefaultHandler..
    So How to Handle this Case : Two class needs to be extends and I know only one class can be extend .
    So JAVA GURUS , I need some workaround .
    Regards
    PS

    Hi,
    First of all Java does not allow multiple inheritance ie u can extend from only one base class.
    work around :
    write two seperate java class say
    1. myJavaMapping.java which extends AbstractTransformation.
    2. mySaxParser.java which extends DefaultHandler
    And now create an object of mySaxParser in ur myJavaMapping class(see below code).
                    mySaxParser parser = new mySaxParser(out);                             //Out is the outputstream
              SAXParserFactory factory = SAXParserFactory.newInstance(); //standard class
              try
                   SAXParser saxParser = factory.newSAXParser();              //standard class
                   this.out = out;
                   saxParser.parse(in, parser);                                                 //begin parsing                                                                               
    // in is inputstream object & has input XML
              catch(Exception e)
                   e.printStackTrace();
    Hope it is clear,
    Anand

  • PPR does not work - I need a workaround

    I have 2 boolean checkboxes nested in tabs; PPR does not seem to work, so I am using a method that does the rerendering for me if I pass in the component. However, in the case of checkboxes which are nested in a panel box, the rerendering fails with the method call. I reset the values of the associated with the checkboxes(value attribute on the component) from the backing bean before I call the method to rerender the page, Is there a workaround. I do not know why the PPR fails to begin with, it might be a bug. There are other components within the tabs that should use PPR but PPR fails on. I have autosubmit and immediate set to true.
    Thanks,
    Veena

    Hi Veena,
    the most common mistake with PPR is setting the listener on the actual component itself rather than the surrounding component. If you a rendering or hiding components you need to set the listener on a surrounding component that will always be present on the page (a component can't listen if it is not on the page).
    Brenden

  • Need Solution/Workaround for Note 947081: SG dates in MMDDYYYY

    We are implementing ESS for Singapore. Dates are being shown in MMDDYYYY format - we need DD.MM.YYYY, which is the Singapore standard.
    Our large user base all have language EN, country SG.
    With reference to Note 947081, dated 07.09.2006, I'd like to enquire if there is a solution or workaround to the limitation given in the Note:
    "Known Limitations
    10. Calendar date formatting for Singapore
    The calendar date formatting for the locale "en_SG" Singapore is MM/DD/YYYY similar to the US American date format.
    This is a feature of the SUN Java JVM. It is not possible, by means of
    SAP NetWeaver, to change this behaviour."
    SAP informs us there is no update from them overcoming this problem.
    Changing the user master for the entire user base is not feasible.
    System details: We are running on Unix Server, Java from IBM.
    Inconsistencies: Any MESSAGES containing dates from R/3 come in DD.MM.YYYY
    From the ESS portal some links point to ITS sub-screens - which are in DD.MM.YYYY

    Hi Chopper,
    How to change the standard behavior internally...?
    Thanks in advance.

  • Scrolling a TextArea just after updating htmlText property in AIR - need a workaround

    Hi,
    There's an annoying bug in AIR (or in the TextArea component itself but showing up only in AIR) because of which, if you do:
    my_textarea.htmlText=someLongText;
    my_textarea.textField.scrollV=someValue;
    the second instruction just does not work, and the textarea scrolls to the beginning (as a consequence of the first assignment).
    Has anyone else run into this and have you come up with any workaround?
    This only happens in AIR, not FP, and only with TextArea, not with a plain input text.

    Thank you for the suggestion.
    A delay (or waiting for the next frame) will certainly ensure that the scroll bar is updated, but unfortunately it's not an acceptable solution in my case because you'll see the scroll bar jump for an instant, no matter how short it will bee too much.
    (FYI, the fact that the text takes a bit to populate the text field is  not relevant since no matter how long it takes it is synchronous)
    I have a script that changes the htmlText while you type, in a way that is not visible at all because it just adds link tags around some words in the text (note that links are not underlined nor highlighted in any way by default). This implies reassigning the whole htmlText, which in turn means the scrollV property is reset. So, before i change the text, I store the current value of scrollV into a variable, and after changing the text, I reassign the original scrollV value. All this is done within a function, it is synchronous, so even if it happens while you type you don't notice it (if this was inefficient and slow, which it may be if the text is very long, you would notice that it hangs for an instant, but you'll never notice any movement in the scroll bar or the text as there is no way a frame can be redrawn during the operation).
    This trick works perfectly with a textfield without scrollbar. It also works with a TextArea in Flash Player, but it does not work in AIR with TextArea because the text automatically scrolls back to the beginning.
    With the delay trick, it would every once in a while jump to the beginning and back where it was which even though very quick would be very annoying since it would be happening all the time.
    I think I narrowed this down to a bug in the UIScrollBar component, which I guess is used inside TextArea. If you do the following with a UIScrollBar:
    - assign a text field as the scrollbar's target
    - empty the textfield (or make the text short enough so that its maxScrollV is 1
    Then the scrollbar automatically becomes disabled
    - now populate the text field with enough text to exceed its height
    - change its scrollV property to anything >1
    If you do all this in one method, the scroll bar automatically gets enabled again, but it forces the textfield to scroll back to the beginning while it shouldn't at all.
    At the end I solved this by giving up TextArea and using a TextField and a ScrollBar - NOT a UIScrollBar (which doesn't help since it suffers from basically the same problem) but a ScrollBar. ScrollBar doesn't have a target property and doesn't disable/reenable itself automatically, so I just never disable it (I simply make it invisible when i don't need it) and everything works fine.

  • Bug In Builder LV2012 - VI reported BAD when building - Need a workaround ASAP

    Hello,
    I currently have a problem with building and application. The Builder report a VI to be in BAD state when saving the VI near the end of the building process. I got this problem a couple of time, and to resolve it I need to clear the Compiled Object Cash and recompile all the VI by clicking CTRL-SHIFT RUN. Save the VI's and rebuild.
    But now I'm getting this error all the time:
    I post this problem here because I didn't get success with the normal support and I need to escalate this problem as quick as possible to get proper support.
    Someone get similar problem with LabVIEW 2012?
    Dany Allard

    I will do some digging to see what I can come up with, but I'm pretty sure it won't be anymore than what you've already tried. I will say I have had some issues with builds in 2012, moreso than usual.
    Have you tried to enable debugging? I've seen that sometimes helps, although it bloats your exe. Are you using LVOOP?
    CLA, LabVIEW Versions 2010-2013

  • Cannot use back button, Document expired. Need a workaround on 1 website. Also mozilla says it crashes every time I close it.

    I use one website extensively day to day in researching for my business. Move forward and bacj to original search in order to tweak the search criteria and Im constantly getting:
    Document Expired
    This document is no longer available.
    The requested document is not available in Firefox's cache.
    As a security precaution, Firefox does not automatically re-request sensitive documents.
    Click Try Again to re-request the document from the website.
    This has become a real pain in the neck and I need to find a work around. Ive researched to find check the box stating
    "override automatic cache" which is checked already and still have the issue.
    ALSO everytime I shut down firefox I get a message stating it has crashed??

    You can clear your cache without clearing anything else.
    If you are using the Clear Recent History dialog, make sure to expand the lower section ("Details") and uncheck the other categories of personal data.
    Or you can use the method described below.
    I haven't researched the status of this issue since the Firefox 32-33 days, so here's an old thread and some old advice:
    [https://support.mozilla.org/questions/1025750 Why do I get document expired every time I go back in search results?]
    '''Steps to clear Firefox's cache or manually set a different size'''
    Start by calling up the Options/Preferences dialiog:
    ''For Windows:''
    "3-bar" menu button (or Tools menu) > Options > Advanced > Network mini-tab
    ''For Mac:''
    "3-bar" menu button (or Firefox menu) > Preferences > Advanced > Network mini-tab
    On that tab, in the second section, which should be labeled Cached Web Content, you can try either:
    * Clear Now (if you have a large hard drive, this may lock up Firefox for a couple minutes)
    * Check the box for "Override automatic cache management" and, if desired, increase the cache size from the default of 350 megabytes

  • CURSOR: Need a workaround

    Tried to work with cursors in XSQL:
    1. with a stored procedure: got stuck here: http://technet.oracle.com:89/ubb/Forum11/HTML/004390.html
    2. Tried with ORACLE XML SQL utility with weblogic POOL drivers: got stuck here: http://technet.oracle.com:89/ubb/Forum11/HTML/004391.html
    3. Finally made a connection using the oracle driver: Voila Exhausted ResultSet. I remember reading this CURSOR within CURSOR problem will be fixed in Oracle 8i Release 2 but I can still read it as a known bug with XSQL 1.0.4.1 (Production)
    Please, its a desparete call...
    null

    I posted a reply to your other two messages.
    For exhausted cursor workaround, see:
    http://technet.oracle.com:89/ubb/Forum11/HTML/003800.html

  • Need a workaround to access the portal

    Anyone know the workaround to access the portal in the event that the administration section of the portal is no longer available due to change in the UI?

    its a good reminder that you should always leave the default UI in place somwhere. I think I have the rule in place if you access the portal using localhost, then you're getting the default UI.

  • ITunes and Quicktime (need a workaround)

    Just made a slideshow in iphoto with a song from itunes. as it finished burning I got a message saying it would only run on a registerd computer. Sure enough when I tried to run the slideshow on another computer it would not run. Anyone have a work around? (slideshow is saved in quicktime)

    Export your purchased music to audio CD. This is allowed under the terms of use.
    Use the .aiff file in your slide show and export to QuickTime.
    -If you export the music to a cd it is still protected and will not play in the quicktime slideshow. Where is this .aiff file?
    -Let me explain what I'm trying to do and maybe you can elaborate on how to work around it.
    I want to make a slideshow using iphoto and a song I bought from iTunes. I then want to save it in quicktime and e-mail it to a friend. Because of copyright protection the audio will not play when he opens it.

  • Opinion needed on MacBook Firewire workaround

    I've never really used iMovie and I've got a Firewire camcorder and I want to be able to get the video on to my new MacBook (w/o firewire)
    I plan on buying an HD (aka USB) camcorder when new models are released in about a month. But, I need a workaround in the meantime.
    I am able to import the video using an old G4 & iMovie 2.0. I figure that I should be able to transfer the imported video from my G4 to my MacBook (Please correct me if I'm wrong on this.)
    What I really need to know is if iMovie 2.0 video will import to iMovie '09 and are there any disadvantages to importing via iMovie 2.0?
    Thanks for the advice,
    Double_A

    Hi
    Guessing department.
    I would if I had an old Mac with iMovie 2
    • Import from Camera to this
    • It doesn't create an iMovie movie project icon as iMovie 4-6 does BUT a plain folder
    • in this there is a folder named Media and in this Your imported material are stored as
    QuickTime.mov files
    • Copy them to an external Mac OS Extended formatted hard disk (UNIX/DOS/FAT32/Mac OS Exchange
    will NOT work)
    • as You only have USB/USB2 then it has to be used and when You connect this external HD to Your MacBook
    drag the movie material over to the internal hard disk of this.
    To work with it on an external USB2 hard disk might work for a while but will
    be more and more problematic (stuttering etc.)
    This is the way I would try to do it.
    I would also see if I could find a more modern version of iMovie that would run on an Old Mac eg iM4
    Yours Bengt W

  • Need Workaround for periodical autocommit in WebForms without using Timer

    Hi guys...
    I need to use autocommit in my form for say 1 min.
    As ther is a great performance degradation when i go for timers, i need a workaround to achieve the same functionality without using timers.
    Thanx & Regards
    Sriram

    <p>Get this zip file
    <br><br>
    unzip the file<br>
    copy the bean_timer.jar in your <forms_home>/java directory<br>
    update your formsweb.cfg configuration file<br>
    archive_jini=f90all_jinit.jar,...,bean_timer.jar<br><br>
    open, compile and run the beantimer.fmb sample demo
    <br>
    </p>
    Francois

  • NEED more than 15 menu item in Context Menu ????

    Hi,
    I really need to have more than 15 menu item displayed on Context Menu. I desperately need some workaround or ideas to achieve this
    My client has invested thousands of dollar in Flex Project, he definitely need more than 15 menu item.If this project failed , client will NEVER think to invest in flex.
    Had I been  aware of this limitation before I would have thought some solution by now.This comes as a surprise to me at the last moment ,just fews days before Prod Date.
    I cant also user java Scrip heck  as my Flex application is running inside Dot net Container , I do not access to the luxury of java script
    Pls gents help me get rid of this ...PLEASE provide some ideas.
    Thanks in advance.
    Thanks,
    Dharmendra

    Thanks Natasha,
    I got your point  but as for as I  know grouping like Quality is not possibel in Flax Context menu. I also cant go for window style menu(file,edit) because I need them to be displyed on DataGrid right clk . I am designing a trade datagrid where in trader can see all trades and he can approve/reject etc by just right clk and  selcting proper menu item form Context Menu.
    In case of window style (acrobat.com) menu trader will have to reach to  menu instead of  getting all options on mouse right clk
    I will have to think other alternative wich provides same ease as cotext menu.(God knows what is that )
    Once again thanks for suggestion.
    Regards,
    Dharmendra

  • Need Help With Smart Collections (Lightroom 2.7)

    I am trying to set up a smart collection to list files that are blank in the Location field.  Some fields such as Caption allow you to check if the field "is empty".  Location does not allow the "is empty" option.  What can I do to check if Location is empty or blank?

    Does not contain a e i o u.
    Yes, it's stupid that you need such workarounds.

  • Workaround for FRM-40106

    Hello,
    need a workaround for error
    FRM-40106: No navigable items in destination block
    but all items of the block should be/remain invisible.

    Try making it visible but setting its width and height to 1.

Maybe you are looking for

  • Web dynpro name in portal

    Hi, How can i find the names of the Web Dynpro components that are being called through standard iviews in portal. For instance if I want  to see that which web dynpro component is attached to standard iview Employee Search then where will I find thi

  • My book will not up load when I try to buy it. Can the book be too long?

    my book will not up load when I try to buy it. Can the book be too long?

  • Can't watch CNN online

    When I try to watch CNN online today, I get a message that says "You are not authorized to view this content. Please contact your TV provider for further assistance". It never asks for a username or password, just asks to select my provider, then dis

  • T549X Population

    Hi  Gurus, I have a problem in Payroll. The t549x table is wrongly populated because of an error in the payment date. For 1B payroll area, in october there should be 3 periods but because of wrong payment date, its coming 3 periods in November. I cor

  • You guys are no help

    You guys are no help for the past month I have been trying to get this straightened out but all I keep getting is one moment as I transfer you to someone who knows whats going on only to have them say all they can do is retrigger the account and to w