AffineTransform freezes my program

I wrote a 2d program that simulates a bunch of rabbits, who run around the screen reproduce etc. When the rabbits move higher up on the screen they are scaled smaller to give a sort of perspective look. I have 3 images for left animation, 3 for up, 3 for down. When the rabbits are facing right, I scale them with a negative x value which flips the image around the vertical.
This all used to work perfectly fine until about a year ago when I got a later version of Java (can't remember which one, kind of gave up until now).
The problem seems to occur when the rabbits face left. They can run that way for a while (time varies), but then suddenly their images start repeating themselves in a row, horizontally, and then the program freezes.
So weird!
Here is a exert from the loop that renders each rabbit:
AffineTransform transform = new AffineTransform ();
Rabbit rab = (Rabbit) i.next ();
Image img;
if (rab.getState () == Rabbit.DEAD){
     img = Globals.gravestone;
     rab.direction = Rabbit.LEFT;
else
     img = rab.getImage ();
double scale = 0.25 * (rab.getAge () < 3 ? (rab.getAge () + 1) : 4) * (0.5 + (double) rab.y / getHeight () * 0.5);
int imgW = (int) (img.getWidth (null) * scale);
int imgH = (int) (img.getHeight (null) * scale);
if (rab.direction == Rabbit.RIGHT){
     transform.translate (rab.x + imgW / 2, rab.y - imgH / 2);
     transform.scale (-scale, scale);
else{
     transform.translate (rab.x - imgW / 2, rab.y - imgH / 2);
     transform.scale (scale, scale);
g.drawImage (img, transform, null);This is in a method render() within a JFrame, so getHeight() or getWidth() refer to that of the JFrame. The rabbits are also scaled depending on their age.
Any help or explanations would be great. Thanks

Here is the stack state when the command "new JFileChooser()" freezes my program:
copyFirstPIDLEntry() : -1, sun.awt.shell.Win32ShellFolder2, Win32ShellFolder2.java
createShellFolderFromRelativePIDL() : 57, sun.awt.shell.Win32ShellFolderManager2, Win32ShellFolderManager2.java
getLinkLocation() : 622, sun.awt.shell.Win32ShellFolder2, Win32ShellFolder2.java
isDirectory() : 471, sun.awt.shell.Win32ShellFolder2, Win32ShellFolder2.java
get() : 200, sun.awt.shell.Win32ShellFolderManager2, Win32ShellFolderManager2.java
get() : 221, sun.awt.shell.ShellFolder, ShellFolder.java
updateUseShellFolder() : 500, com.sun.java.swing.plaf.windows.WindowsFileChooserUI, WindowsFileChooserUI.java
installComponents() : 203, com.sun.java.swing.plaf.windows.WindowsFileChooserUI, WindowsFileChooserUI.java
installUI() : 136, javax.swing.plaf.basic.BasicFileChooserUI, BasicFileChooserUI.java
installUI() : 140, com.sun.java.swing.plaf.windows.WindowsFileChooserUI, WindowsFileChooserUI.java
setUI() : 650, javax.swing.JComponent, JComponent.java
updateUI() : 1755, javax.swing.JFileChooser, JFileChooser.java
setup() : 366, javax.swing.JFileChooser, JFileChooser.java
<init>() : 332, javax.swing.JFileChooser, JFileChooser.java
<init>() : 285, javax.swing.JFileChooser, JFileChooser.java

Similar Messages

  • I have files that freeze my programs whenever I try to open ANY file. Is there a way to find the exact files causing the crash?

    I have files that are freezing my programs (adobe; after effect and photoshop, as well as maxon cinema 4d). Whenever I try to import ANY file from within the program it doen't even let me select the file I need before freezing. I have moved all files off my desktop and into my dropbox, and it now allows me to import files/search for files on the desktop but NOT dropbox, once I go to dropbox it freezes again. I am assuming there are files within dropbox now that are crashing my programs. The problem is I have a lot of files in there and would like to remove the corrupt ones so that I can use my programs without freezing. Is there a way to find the exact files causing the crash?
    This has happened a couple of times and each time I have to move all my files off my desktop, so there must be a type of file doing this, I just don't know what files they are.
    Mac Book Pro 15" running OSX 10.9
    Processor  2.3 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Graphics  Intel Iris Pro 1024 MB
    ANY help would be greatly appreciated! It is making it really hard to get work done. THANKS!

    This error sounds to me like you have/had BootCamp Windows installed and then removed, posible ?
    If so (and even if not so), try restating your MBA while holding down the alt/option-key until you get to the Boot Selection Screen.
    Choose to boot OSX.
    Once in OSX go to System Preferences then Startup Volume and set your OSX to be the default.
    Hope it helps
    Stefan

  • W530 print dialog freezes the program

    Hi,
         For the past two days I have encountered strange issues.
    I am trying to print out documents or images either from MS word, Adobe Photoshop, Adobe acrobat reader or Firefox. No matter which program I use, the moment I click print, the program freezes without bringing up the printing dialog box. I am unable to figure out the issue.
    I have additional issues with MS office where certain functions freeze the program from time to time. For example, when I try to change the font type or size, the program would freeze. This requires me to try  a couple of restarts or a fresh reinstall of the program. I believe these are bugs relating to my laptop as the same programs (from the same discs) are installed on my home desktop and they work flawlessly.
    FYI, I have made the following changes to my W530
    1. I have replaced the original 500GB 7200RPM primary hard disk with 240GB OCZ Vertex4 SSD. The 500GB hard disk has been moved to the CD ROM bay to serve as a 2nd HDD.
    2. I have increased the RAM to 16 GB.
    Apart from these changes it retains the original settings. It runs a Windows 7 64 bit OS.
    Any help to solve this issue is gratefully acknowledged
    Best wishes
    Arul

    Hi, altruist77
    To narrow down the list of possible issues, it may be a good idea to boot the system into Safe Mode and try the same steps as before and see if the issue still occurs. The printers will not load in safe mode, so you would not be able to print to them anyway. But I am curious to see if the print dialog will still make the computer hang.
    To boot into safe mode, either restart your computer or start from a cold boot. Begin tapping F8 at the splash screen and continue to tap the button until a menu appears. One of the options on this menu should be Safe Mode with Networking. Select this option and the computer will boot. Some features are removed from Safe Mode, so the display will likely look very different, but it is normal. Run the steps in this mode and see what happens.
    Best of luck, and let me know how it goes
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • IDML files freeze up program, fonts won't show, exporting very slow

    I was contacted by someone from Adobe, then case was closed before I could get back to them with details
    Case #0186178987
    case was closed before resolution was reached. How do I re-open this? I tried the Customer Support Portal but it did not open the case - just logged it as closed again.
    I have PC, 64 bit, and am Creative Cloud team member.
    I am having issues with InDesign CC 2014:
    Updated program 2 weeks ago. Uninstalled an older version of InDesign yesterday, now InDesign files do not have the icon (they are blank) and computer does not recognize program to use when trying to open Indd files with Explorer, but they will open when in InDesign & use "file" "Open", etc.
    Oh, and trashed preferences yesterday with no result either.
    I am experiencing:
    1. freezing when trying to open IDML files, have to use task manager to close program
    2. fonts that are on my system (PC) not being automatically linked when InDesign files are opened and
    3. extended length of time to export files to PDF (last one took 13 minutes).
    Any ideas would be welcome!

    Since you've been dealing with Adobe Support already, try using this link to reach Chat to talk to an Adobe rep:
    Contact Customer Care

  • Mac is freezing no programs running yet no trouble for other user

    My mac keeps freezing yet no trouble for other user. No program's run without 5 mins of coloured wheel rotating. Also time machine not operating properly as computer is not recognising it. Apple support centre not much help as it took them 10 mins just to get my details straight! Anyone with similar problem and successful solution?
    Thanks.

    Tried Mac HD utility first aid but advised it can't repair disk.
    It's possible you have directory damage.  You will need to get that repaired asap by using/purchasing a stronger 3rd party utility.  The more you use the computer, the worse it will get. 
    Utilities are best run from the CDs  to avoid system interference & false readings/reports.  You must use the versions that are compatible w/your OS system & keep the utilities updated to avoid damaging/harming/trashing your system. You need to make your own decision on which to purchase.  Read up on them on their websites because each do something a little different.
    DiskWarrior (Highly Recommended for Directory Damage Repair)
    Techtool Pro
    Drive Genius

  • Photoshop Elements 2.0 downloads freezes the program

    When I open Photoshop Elements it starts to download new files and then the Photoshop program freezes. I am able to use all the other programs but I can not use Photoshop and I am unable to close the program or opt out of downloads.
    Can anyone tell me what can I do so I am able to use this program short of unplugging the internet? If this little photoshop is incompatable with Apple or Mac OS X is there an Apple program that is comparable to Photoshop?
    iMac   Mac OS X (10.4.9)  
    iMac   Mac OS X (10.4.9)  

    Actually, you do want to start by "unplugging the internet." Quit PE, take the computer totally offline, restart PE and then go to preferences>Adobe Online and set Check for Updates to Never. There never were any, never will be any now that the program is up to version 5. It's the update checker that makes it hang.

  • MacBook randomly freezes on program startup, then dies.

    Well, sort of dies. Here's what happens. Sometimes when I'll start up a program, the computer will freeze, or in essence lag VERY badly. Everything has about a twenty second delay, I can't do anything, and I end up having to force shut down. Force quit and any key combinations don't seem to have any effect. I tried repairing permissions and other maintenance, and now the only option left is to try to reinstall the OS, losing all my programs and such, and pray that it works.
    Is there anything I can try before that? If it's a hardware failure I'm dead. xD I have no money, and my extended warranty is completely out. Please tell me there's something I can try, or if there are any other details I can give.
    Thanks.

    Reinstalling the OS does not lose all your programs and such. You can erase the hard drive and then reinstall but that is not at all necessary.
    Two things you can do...
    1. Log in as another User (create a new User in System Preferences/Accounts if need be).
    2. Perform an "Archive & Install" with your install DVD.
    Neither one of these 2 options will do anything to harm your existing apps and documents. Remember, you are not in windose land anymore.
    And for the future well being of your computing experience, get an external hard drive and do routine backups (clone the drive) if you have not already done so. It will be the best $100 you have ever spent on your computer.

  • Why does EVERY attempt to "reject" even a tiny clip freeze the program?

    ****, I know I am a real neophyte here, but iMovie STINKS. Every little thing causes it to hang up and freeze. Case in point: I (finally) download video from an old camcorder using an analog to digital converter. Importing is easy. God forbid one tries to actually EDIT something, however.
    I was going through the clips and "rejecting" snippets here and there (an aside- why not just say "delete" like normal people?) and got to the point that it was time to "move them to the trash. Little did I know what I was in for......
    EVERY time I did this the program would "hang" or freeze. If Ii let it go several minutes it would often complete the task, even if the deleted clip was all of half a second--literally. Sometimes it wouldn't work and I had to force quit, while DELETED THE WHOLE DAMNED HOUR I JUST SPENT IMPORTING! What a piece of junk.
    Does anyone have any idea what the **** is wrong with this thing? I've updates software and done what little I know how to do. I called Apple and, of course, they admit it pretty much *****. What do we do in the interim? I don't feel like loading the 06 version as some are doing. I barely get the 08 version. Not so sure I feel like doing another one and don't know if it can handle HD video when I try the new Canon 1080i HD camcorder.
    Suggestions? ideas? Thanks in advance.

    I think that the entire length of video event is reprocessed, even when a short amount is deleted, so if the clip is long, it takes a long time. I have been very frustrated with this as well, but have noticed that if I walk away from the computer, and come back later it is done (even when the "force quit" shows that imovie O8 is not responding). This is very frustrating, has not been fixed by Apple (I have been complaining since 08 came out), but there still are some advantages.
    I am using both iMovie 08 and iMovie HD in processing/archiving old videos (non-digital, which I am transferring using a Canopus ADVC110). What I like about iMovie 08 (despite it's many draw-backs) is that files are saved as quicktime, and I can easily import them into Final Cut Express. Also, the thumbnails make it terribly easy to find the segments you are looking for. Otherwise, iMovie HD is better.

  • Edge 15 freezing and programs hang

    Any ideas why? The core temp isnt that high (46C as I type) theres no virus/trojan/spyware/other in the system. No background programs running.
    It happens at random, un freezes (eventually)
    All MS/Lenovo updates are installed.
    W7/AMD P340 Dual Core/2 gig RAM/ATI HD4250
    TIA

    hey mr_onion,
    could you remember when this specifically start? was it after installing a software or when you first got your unit ?
    also, i would like you to set in msconfig so that the unit will load windows-based items on the next reboot.
    i believe that there might be some program running in the background that is causing this to occur.
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Big Query to XLS - Freeze the program

    Hi everybody!
    I have to export to an XLS file a big Query with more than 100.000 rows... When I do that, the program starts to export, but when pass more than 70.000 rows the program freeze and dont respond anymore...
    Is this a bug of the version?
    About the system:
    Windows XP 32 Bits
    Intel Core 2 4300
    1 Gb DDR2
    Sql Developer:
    Oracle IDE     2.1.1.64.45
    Plataforma Java(TM)     1.6.0_11
    Soporte de Control de Versiones     2.1.1.64.45
    Best regards.
    Edited by: user4300570 on Dec 17, 2010 7:19 AM

    Not justifying the freeze, but Excel's last row is 65536, so any result set greater than that wouldn't fit anyway.
    You could request spanning over multiple Excel sheets at the SQL Developer Exchange though, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • IMac freeze, all programs

    Hello,
    First post here, but then again its my first problem with my mac since 9months
    Everything worked fine till 4 hours ago. Imac froze while I was browsing ebay, I had to do a hard reset with the powerbutton.
    If I open safari now it crashes/freezes instant and it gives me the color wheel instead of my mouse pointer. It doesn't go away and I can not do anything else but a hard reset over and over.
    I already did a hardware test from the dvd, no problems found.
    I already did the PRAM/NVRAM reset, nothing changed
    I already did a disk check in Disk Utility, (wich doesn't crash =/)giving me no errors or problems.
    I installed the 1.0 update from the website that should fix functionallity problems, nothing changed.
    edit: I now did a check with Techtool Deluxe, no problems found also
    What to do now?
    Thanks and sorry forthe bad english.
    Message was edited by: Fascinerend

    HI,
    Try Safari maintenance.
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    from the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    More help here ...
    Mac OS: Web Browser Quits Unexpectedly or Stops Responding
    Safari add-ons can cause performance issues or other situations
    Repair disk permissions:
    Quit any open applications/programs. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Your English is excellent.
    Carolyn

  • New ITunes upgrade freezing up program

    Why is Apple providing us with a new I Tunes update that completely freezes up the program? The only way to fix the problem is by completely uninstalling I Tunes and re-installing, which is not pleasant. From the amount of mail received so far, it seems to be a wide-ranging problem. Why not recall the upgrade until it is safe to use.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Crash/Freeze all programs

    Every 2 hours or so all my programs/finder freeze and then crash. Force quit dosen't work and the only way to sort it out it to turn my mac off and on again. Then 2 hours later the whole thing happens again....
    I have recently upgraded to 10.5.4 via the combo installer form Apple's website. I have run the disk permissions and no problems where found.
    Can anyone help? or has anyone has this problem?
    Cheers in advance!
    Message was edited by: andyj4308

    Do you have a AirPort Extreme card installed? I have a 1GHz PowerBook G4 that has the same symptoms as documented here: http://discussions.apple.com/thread.jspa?threadID=1629216&stqc=true
    Can you look in Console.app and see if there's something in system.log or console.log that points to what's causing these freezes?

  • Why when using WebClient inside a backgroundworker it's still freezing the program untill the download is over ?

    In form1 constructor:
    fileDownloadRadar();backgroundWorker2.RunWorkerAsync();
    First i'm downloading one image from another source using WebClient in form1:
    private void fileDownloadRadar()
    if (Client.IsBusy == true)
    Client.CancelAsync();
    else
    Client.DownloadFileAsync(myUri, combinedTemp);
    Then in the DoWork event:
    private void backgroundWorker2_DoWork(object sender, DoWorkEventArgs e)
    SatelliteImages.ExtractCountires();
    this.BeginInvoke(new MethodInvoker(delegate
    for (int i = 0; i < SatelliteImages.countriescodes.Count; i++)
    comboBox1.Items.Add(SatelliteImages.countriescodes[i]);
    for (int i = 0; i < SatelliteImages.countriesnames.Count; i++)
    comboBox2.Items.Add(SatelliteImages.countriesnames[i]);
    comboBox1.Text = "is";
    comboBox2.Text = "Europe";
    SatelliteImages.ExtractDateTime(comboBox1.Text, true, combinedsatelliteimagesdir);
    This is the SatelliteImages class:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Web;
    using System.Globalization;
    using System.IO;
    using System.Net;
    using System.Text.RegularExpressions;
    namespace mws
    public partial class SatelliteImages : Form
    static WebClient client;
    List<string> imagesUrls = new List<string>();
    static string htmltoextract;
    static string link;
    static string text;
    public static List<string> countriescodes = new List<string>();
    public static List<string> countriesnames = new List<string>();
    public SatelliteImages()
    InitializeComponent();
    public static void ExtractCountires()
    htmltoextract = "http://sat24.com/en/?ir=true";//"http://sat24.com/en/";// + regions;
    client = new WebClient();
    client.DownloadFile(htmltoextract, @"c:\temp\sat24.html");
    client.Dispose();
    string tag1 = "<li><a href=\"/en/";
    string tag2 = "</a></li>";
    string s = System.IO.File.ReadAllText(@"c:\temp\sat24.html");
    s = s.Substring(s.IndexOf(tag1));
    s = s.Substring(0, s.LastIndexOf(tag2) + tag2.ToCharArray().Length);
    s = s.Replace("\r", "").Replace("\n", "").Replace(" ", "");
    string[] parts = s.Split(new string[] { tag1, tag2 }, StringSplitOptions.RemoveEmptyEntries);
    string tag3 = "<li><ahref=\"/en/";
    for (int i = 0; i < parts.Length; i++)
    if (i == 17)
    break;
    string l = "";
    if (parts[i].Contains(tag3))
    l = parts[i].Replace(tag3, "");
    string z1 = l.Substring(0, l.IndexOf('"'));
    countriescodes.Add(z1);
    string z2 = parts[i].Substring(parts[i].LastIndexOf('>') + 1);
    countriesnames.Add(z2);
    public static void ExtractDateTime(string selectedregion,bool infraredorvisual, string satimagesdir)
    WebClient client1 = new WebClient();
    string[] Urls = new string[9];
    string input = File.ReadAllText(@"c:\temp\sat24.html");
    string pattern1 = @"imageUrls = \[[^\]]*\]";
    Regex ex1 = new Regex(pattern1, RegexOptions.Singleline);
    string pattern2 = @"region=(?'region'[^&]*)&time=(?'time'\d{12})";
    Match match1 = ex1.Match(input);
    Regex ex2 = new Regex(pattern2, RegexOptions.Singleline);
    MatchCollection matches2 = ex2.Matches(match1.Value);
    IFormatProvider provider = CultureInfo.InvariantCulture;
    List<DateTime> dateTime = new List<DateTime>();
    foreach (Match match2 in matches2)
    string region = match2.Groups["region"].Value;
    DateTime dt = DateTime.ParseExact(match2.Groups["time"].Value, "yyyyMMddHHmm", provider);
    switch (region)
    case "eu":
    dt.AddHours(1);
    break;
    case "is":
    dt.AddHours(-1);
    break;
    dateTime.Add(dt);
    for (int i = 0; i < dateTime.Count; i++)
    string result = dateTime[i].ToString("yyyyMMddHHmm");
    link = "http://www.sat24.com/image2.ashx?region=" + selectedregion + "&time=" + result + "&ir=" +
    infraredorvisual ;
    // why downloading so slow ? to check maybe to ask
    // in forums.
    string filePath = Path.Combine(satimagesdir, "SatImage" + i + ".GIF");
    try
    client1.DownloadFile(link, filePath);
    catch (Exception e)
    DannyGeneral.Logger.Write(e.ToString());
    client1.Dispose();
    private void SatelliteImages_Load(object sender, EventArgs e)
    I guess the problem is in the SatelliteImages class where i'm downloading there first time the html file and then downloading 9 images.
    I tried to start the backgroundworker2 inside the completed event in form1 of the WebClient.
    But again it's all freezing untill it's completing downloading the images in the class SatelliteImages.
    I thought put it in the backgroundworker2 dowork will not make it freeze.
    Why the downloadings in the class SatelliteImages make it all freeze untill it finish the downloadings even if it's inside the backgroundworker2 dowork event ?

    Unless I have missed something, the only thing that is running on the background thread is:
    SatelliteImages.ExtractCountires();
    It would be greatly appreciated if you would mark any helpful entries as helpful and if the entry answers your question, please mark it with the Answer link.

  • Why does spellcheck suddenly freeze the program in INDD-CS6? Only happens on some characters/words.

    I use CS6-INDD for Mac.  Sometimes during spellcheck everything freezes.  If I go to Force Quit I see that INDD "is not responding."  The type appears to have no odd characteristics.  Only happens sometimes.  How to stop it????

    Ask in the ID forum and be more specific. We know nothing about your language settings, fonts used, paragraph styles and whatnot. It is imaginable that you are using a specific font with glyph substitution like ligatures and the spell checking can't deal with it or something like that...
    Mylenium

Maybe you are looking for

  • Dynamic image in header

    Hello, I've been starting to use Livecycle designer (version 8 it seems) a few weeks ago and I am currently confronted to a problem that I can't to solve. Basically, I need to create a Fragment that serves as a header for multiple documents. This Fra

  • Is Java 100% Object oriented programming language?

    Hi, Is java 100% Object orinented programming language? If not then what is the reason? Thanks in advance

  • ASR1002 EasyVPN termination on vrf (fvrf)

    Hi, I need to terminate easyVPN on vrf interface, because Internet is on vrf only. On Windows client looks like password error. I didn't try to terminate EasyVPN in vrf before. Can You help me? With Best Regards, Ugis *Dec 29 11:35:45.518: ISAKMP/xau

  • Unable to create XML based interface while using Interactiveform UIelement

    Dear All, I have a node under a subnode which is of a structure type. This structure has three components each of which is assigned a table type. While generating the XML based interface, message 'unsupported types wont be generated' comes and in the

  • EP KM Question

    Dear Friends, We have KM with EP.(sp14) We need to bring in (into EP-KM) some XML files from the file system. My questions : 1) Is there a standard way to do so .....(Nothing to my knowledge so far ...) 2) Also need to bring into EP as PDF 3) Also ne