Problems printing on custom sized paper.

Hello all,
I am trying to iron out my problems with printing on custom sized tractor paper (using an impact printer). Every time I print a test page, the printer behaves as if it was loaded with tractor paper that is 11 inches long, rather then the 7 inches that the forms are on.
Before I list my code, let me explain everything that I have done. I am running Windows XP, so I went to the Printers and Faxes folder, clicked File > Server Properties, and created a custom form size (8.5" wide by 7" long with zero margins). Going back to the Printers and Faxes folder, I right clicked on the impact printer and clicked properties. From there I clicked the Device tab and selected my custom form that I had created for the tractor feed section. I then clicked the general tab and clicked the printing preferences. From there I clicked the Paper/Quality tab and selected Tractor Feed for the source. Then I clicked the advance button and selected my custom form for paper size. I also changed the resolution to 360X180.
The printer itself has hardware settings for paper size. I've went through the menu and selected 7 inches for the form length.
Now going to the code, I created the paper object and set it size to 612 for width and 504 for height. I also changed the ImageableArea to the size of the paper (which I think eliminates the margins), and set its orientation to 0, 0. I then set the paper object to the PageFormat, and used drawString to test my settings.
Program compiles fine. When I run it and click the button, I select the correct printer. I also went through the preferences to make sure that all the setting are correct (especially to make sure my custom form is selected.). The closest I can get the string to the corner of the page is 75, 80. On the paper it measures 7/8" from the left, and 1" from the top.
I have tested my custom form settings with word 2007. I was able to get the text on the very corner of the paper, and the printer was able to determine where the next form started. I believe that my problem lies within my code. Any help would be greatly appreciated!
Thanks!
import java.awt.*; 
import java.awt.event.*; 
import javax.swing.*; 
import java.awt.print.*; 
public class Print01 implements Printable, ActionListener { 
    public int print(Graphics g, PageFormat pf, int page) throws 
                                                        PrinterException { 
        if (page > 0) {  
            return NO_SUCH_PAGE; 
        double width = 612; 
        double height = 504; 
        Paper custom = new Paper(); 
        custom.setSize(width,height); 
        custom.setImageableArea(0,0,width,height); 
        pf.setPaper(custom); 
        Graphics2D g2d = (Graphics2D)g; 
        g2d.translate(pf.getImageableX(), pf.getImageableY()); 
        //The following returns the correct dimensions (612 width, 504 height). 
        System.out.println("Width: "+pf.getImageableWidth()+" Height: "+pf.getImageableHeight()); 
        g.drawString("Testing", 75, 80); //Smaller values result in clipping. 
        return PAGE_EXISTS; 
    public void actionPerformed(ActionEvent e) { 
        PrinterJob job = PrinterJob.getPrinterJob(); 
        job.setPrintable(this); 
        boolean ok = job.printDialog(); 
        if (ok) { 
            try { 
                 job.print(); 
            } catch (PrinterException ex) { 
    public static void main(String args[]) { 
        UIManager.put("swing.boldMetal", Boolean.FALSE); 
        JFrame f = new JFrame("Test page printer."); 
        f.addWindowListener(new WindowAdapter() { 
              public void windowClosing(WindowEvent e) {System.exit(0);}}); 
        JButton printButton = new JButton("Print test page."); 
        printButton.addActionListener(new Print01()); 
        f.add("Center", printButton); 
        f.pack(); 
        f.setVisible(true); 

I have a similar code to print a jasperreport,
when I ran on Windows, the report is printed normally, all the document appeared, but when I ran on Linux (Debian), the document is missing some parts of report, printed without lines, appear only the middle of report. I don't understand what happen, on windows is ok, but linux is wrong. I tried the margins, but didn't work.
Some one have an idea that can help me?
sorry my english, but I need print in linux.
Thanks a lot
JasperPrint jasperPrint = JasperFillManager.fillReport(diretorioProjetos, parametros, getConexao().getConnection());
            getConexao().close();
            PrinterJob job = PrinterJob.getPrinterJob();
            /* Create an array of PrintServices */
            PrintService[] services = PrintServiceLookup.lookupPrintServices(null, null);
            int selectedService = 0;
            /* Scan found services to see if anyone suits our needs */
            for (int i = 0; i < services.length; i++) {
                if (services.getName().toUpperCase().contains("HPD1360")) {
/*If the service is named as what we are querying we select it */
selectedService = i;
job.setPrintService(services[selectedService]);
PrintRequestAttributeSet printRequestAttributeSet = new HashPrintRequestAttributeSet();
MediaSizeName mediaSizeName = MediaSizeName.ISO_A4;
printRequestAttributeSet.add(mediaSizeName);
printRequestAttributeSet.add(new MediaPrintableArea(
0f, 0f,
85f,
54f, Size2DSyntax.MM));
//MediaSize.findMedia(85f, 54f, Size2DSyntax.MM);
printRequestAttributeSet.add(new Copies(1));
JRPrintServiceExporter exporter;
exporter = new JRPrintServiceExporter();
exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
/* We set the selected service and pass it as a paramenter */
exporter.setParameter(JRPrintServiceExporterParameter.PRINT_SERVICE, services[selectedService]);
exporter.setParameter(JRPrintServiceExporterParameter.PRINT_SERVICE_ATTRIBUTE_SET, services[selectedService].getAttributes());
exporter.setParameter(JRPrintServiceExporterParameter.PRINT_REQUEST_ATTRIBUTE_SET, printRequestAttributeSet);
exporter.setParameter(JRPrintServiceExporterParameter.DISPLAY_PAGE_DIALOG, Boolean.FALSE);
exporter.setParameter(JRPrintServiceExporterParameter.DISPLAY_PRINT_DIALOG, Boolean.FALSE);
exporter.exportReport();

Similar Messages

  • Hp c4280 photo-smart added to new hp pavilion dv7 notebook. printing custom sized paper won't center

    I recently bought an HP Pavilion dv7 notebook and added my HP C4280 printer. It prints normal things fine, but when I try to print with custom size paper (for instance, 5" by 10" notecards) and want my information centered in the middle of the page, the alignment prints it in the middle of an 8.5" by 11," way off center. I've read help on word and hp and can't find an answer. The only difference is an updated version of word.
    I did download the patch and had no luck with that. Any suggestions would be great! Thanks!

    Hi - It definitely sounds like the SW or printer driver isn't recognizing the paper size.  First thing I would do is make sure that the paper size in both the printer driver and in Word match.  For the printer driver, go into File, Print and you should see an option for Printing Options or Printing Properties.  Click there and verify that you've got the paper size set correctly.  In Word (not sure which version you're using) 2010, go into Page Layout and choose Size to make sure it matches the printer driver.  Try printing again.
    I'm assuming you're using the printer driver that came with the printer?  If not, you can download the latest Win7 driver from here.  Once downloaded, install it and follow the steps above.
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

  • Printing on Custom size paper

    I just purchased a HP Photosmart 7515 and I am trying to print on a paper 5 x 6.5 inches. I am doing this document in Word and I have the page set up in word correctly, but when I go to print the printer acts as if I have paper that is letter size (8.5 x 11in). When I go into the printer's properties and try to choose the paper size I get a drop down menu of several sizes, but not an option to do a custom size. Is it even possible to print on a custom sized paper or do I need to return the printer? If you know how to do it please let me know. Thank you.

    Hi,
    I afraid the printer does not support using a custom paper sizes.
    An alternative driver as the C310 is likely to fail as a such is not supported by the firmware.
    You may find the printer specification below, as you may see any custom media size paper is not listed as supported within the Paper-handling specifications, I afraid a such is not supported for your printer:
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c03312222&tmp_track_link=ot_faqs/top_issues/en_u​...
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Paper mismatch on Envy 114 - trying to do custom-sized paper

    I just got the Envy 114.  It's been printing wonderfully for letter-sized documents.  
    Issue is:  I have custom-sized paper for invitations - 5X6.5, 5X6, 5X5.5 & 5X5.  I am not able to print from Microsoft Word 2007, I'm on Windows XP.  
    I tried to follow the directions on the support page, but when I try to choose the "paper size", there is no "custom" listing on the pull down list to add a custom size....Help!

    Hi there kellybrooklyn,
    It seems custom print sizes may not be available with your printer software. Check out this post by Travis_C, he details using an alternate generic driver to obtain the custom print sizes you are looking for:
    http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/HP-photosmart-5510-B111a-gt-where-are-...
    Give his steps a shot and let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Printing on custom-sized pages (10.625" x 11.69") with my hp photosmart pro b8350.

    I need to be able to print on custom-sized pages (10.625" x 11.69") with my HP Photosmart Pro B8350.  In fact, it's the only reason I have this printer.  I used to be able to, and don't know why I can't now.  I did upgrade my OS to Win7 a while back.  That may have been the killer.  It would really annoy me if my OS upgrade has rendered my printer totally useless.
    (In case there's no solution to my problem, then here's my next question......)
    If I can't do this anymore, I will need to buy a new printer that WILL allow me to print these special custom pages.  Any suggestions?

    The envelope size that you might be talking about is a 6.75 Regular, or 6.75R.  If you were printing on window envelopes, it would be 6.75W.  In all my life, I have never heard of a #6 ep.  Yes, you have a challenge with 6.75 because the rollers are not in the correct place for this size of item.  In order for me to print 10R envelopes, I have to insert a precut sheet of paper inside the envelope so that the envelope pulls correctly and doesn't get jammed. You might try this with your 6.75 and see if that works for you.

  • HP Officejet 6210 All-in-One, print custom sized paper

    I need to print on  size 3 3/4 x 8 1/2 paper.  I click on custom size, then format the size, but it always reverts to 8 1/2 x 11.
    They suggested I go to the chooser to choose the Officejet 6210, but it is not one of the choices.  Is there another choice that would be compatible?  I'm on a deadline to print my daughter's wedding programs...any help would be appreciated!
    Is there something I could download to update my printer so it could print on this size paper?

    Yes, but it is hard to get working and only supports printing, not scanning.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Not able to print to custom 4x6 paper size with Pages 5

    I'm having a lot of trouble printing to a custom 4" x 6" paper size with pages 5.  I create my custom size, switch the page setup to use that size in landscape orientation, and everything looks fine.  Then when I go to print the document the destination paper size is set to "Suggested Paper: US Letter" instead of "Custom" as it used to be.  If I do print on US Letter paper then its properly lined up at the top left corner, but if I print on 4x6 it is all cut off.  I've tried scaling it to fit on my 4x6 size in the destination paper size menu, but that just shrinks the whole thing to fit in the center of the 4x6 in portrait orientation.
    I am able to do this fine in pages '09, however I've already converted over 40 recipe cards to work with pages 5 and they don't export back to pages '09 properly.
    If anyone has any suggestions on how to get this to work I would really appreciate them!

    Hi,
    here a short extract like i do it:
    CLASS LCL_EVENT_HANDLER DEFINITION .
      PUBLIC SECTION .
        METHODS:
       HANDLE_PRINT_TOP_OF_PAGE
             FOR EVENT PRINT_TOP_OF_PAGE OF CL_GUI_ALV_GRID,
    ENDCLASS.                    "LCL_EVENT_HANDLER DEFINITION
    * Event-Händer Implementierung
    CLASS LCL_EVENT_HANDLER IMPLEMENTATION .
      METHOD HANDLE_PRINT_TOP_OF_PAGE.
          PERFORM PRINT_TOP_OF_PAGE.
      ENDMETHOD.   
    ENDCLASS.
      CREATE OBJECT GR_EVENT_HANDLER.
      SET HANDLER
      GR_EVENT_HANDLER->HANDLE_PRINT_TOP_OF_PAGE  FOR GR_ALVGRID_LEFT.
      CALL METHOD GR_ALVGRID_LEFT->SET_TABLE_FOR_FIRST_DISPLAY
    FORM PRINT_TOP_OF_PAGE.
      LINSZ = SY-LINSZ - 16.
      WRITE: / 'Report:   ', SY-REPID,
               AT LINSZ 'Datum:',  SY-DATUM.
      WRITE: / 'Benutzer: ', SY-UNAME,
               AT LINSZ 'Zeit: ', SY-UZEIT.
    ENDFORM.
    hope it helps.
    Regards, Dieter

  • HP LaserJet 200 colorMFP M276nw-Can't print custom sized paper

    HP LaserJet 200 colorMFP M276nw
    I'm trying to print on a custom page Size (95mm x 171mm) but it starts printing about a third way down the page so the whole text insint printed. I adjusted the paper tray to the right size, canged the page size to my custom size. I tried to scale to destination paper size but the custom size wasn't in the drop-down menu (To get to the  destination paper size: Mac OSX-File>Print>Paper Handling>Destination Paper Size area>Scale to Fit Paper Size box> Drop down list | Windows-Print>Properties or Prefrences>Effects>Print Document On box>Drop down list) So I don't know what the problem is because the size in bigger than the minimum(76mm x 127mm)
    PLEASE HELP!

    Welcome to the HP Forums dancer200013,
    I see by your post that the custom size isn't printing correctly on the Mac or Windows computers.
    I can help you with this issue today.
    On the Windows computer, click on start, control panel, printers and faxes, right click the printer, left click properties, click preferences, the effects tab should be selected as actual size. Then select the Paper/Quality tab. Click on the custom button. Type in the size, type in a name you want to use, select save and OK. (if the name is too long the save button won't be active)
    Close the preferences window and reopen it again.
    Then on the paper/quality tab or Printing Shortcuts tab. Under paper size select the new paper size by the name you just created.
    Test the printer.
    Hope this helps.
    Have a nice day.
    Thank You.
    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!
    Gemini02
    I work on behalf of HP

  • HP2015 driver: problem printing on transparen​t paper in Ubuntu

    Hi.
    Product name: HP2015
    OS: Ubuntu 13.10
    Problem: low fuser temperature for transparent paper
    Details:
    I am using HP2015 for printing on 90g/m2 transparent paper like this:
    http://www.amazon.co.uk/Canson-Calque-Tracing-Pape​r-Pads/dp/B00F38Q8CI
    Under Windows, with HP Universal Printing PS driver (v5.7.0), i set paper type to cardstock 176-220g and it works fine.
    With this paper type the fuser makes enough heat to bake the toner into the surface. All is ok.
    The problem is with Ubuntu: I need it to make it working under linux.
    I prefer printing from terminal, setting options for printing as command parameters.
    To check available printing options I issued:
    $ lpoptions -p HP_Laserjet_P2015 -l
    I get a lot of options, icluding this list of paper types:
    MediaType/Media Type: Unspecified Plain HPMultipurposePaper HPOfficePaper HPAllinOnePaper HPLJPaper HPPremChoiceLJPaper Preprinted Letterhead Transparency Prepunched Labels Bond Recycled Color Light Heavy90105 *Cardstock106177 Envelope
    The problem is that in this list I don't see Cardstock176220 paper type (which worked for me under Windows).
    I tried with all paper types: the fuser is not enough hot to bake the toner and the toner is falling off the surface after printing.
    Please help. Maybe some other driver exists?
    Any solution to raise fuser temp for printing from terminal on transparent paper?
    Thanks in advance,
    Victor

    Hi @RobynIbarra693 
    Can you scan an example of one of these pictures and post it here so I can see what is happened? I wonder if maybe something else in the settings might need to be tweaked. Are you printing landscape or portrait? What program are you printing from and does this happen when you print form more than one program?
    I suggest trying HP Photo Creations. Here is some helpful information to help get you started, HP Photo Creations Software support. The first link is the free download, the second link includes how to information and a getting started guide.
    I believe this will be the photo miracle you have been looking for!
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • How do I set my printer to print on odd sized paper? HP Officejet Pro 8000

    I need to print on a 8.5 x 4.5 sheet on pre-cut paper, is this possible?

    Hi Beemo,
    I see that you're wanting to print in black ink only.  
    I have a couple of questions for you.
    Are you trying to print black ink only while using ePrint?
    Are you trying to use black ink only when printing from computer? 

  • Printing Problem with custom size paper in Illustrator

    Hi having problems with my custom sized paper print using my canon printers it's the same on both the ip100 and the pro-100s,  it was printing fine until i've updated my illustrator and mac os Yosemite, it prints the image at a reduced size on the paper to what it should be does anyone have any understanding of this? I've tried everything i know, is this a driver or system problem?

    Hi there wasn't an option to set the default printer to pdf where would I do this?
    I've done a bit of a work around that seems to be working. I've put the page set up as A4 and then clicked on the printer utility custom settings and then unticked detect paper width, so I can put through the paper I want just got to tweak the x and y to get it right, its not the best but sitting here for four hours trying to figure it out, it will have to do for now. Thanks Jacob for your help, no doubt I'll be back in the morning, I'm burnt out now!

  • Printing Address Book as list on custom size paper

    Help! I'm trying to print my address book onto custom sized paper. I select the addresses I want to print, click 'Print', then in the dialogue box, select 'Lists' as my Style. I can then chose from assorted paper sizes, none of which are right. Does anyone know if there is a way to add a custom paper size?
    Many thanks in advance!

    Hi,
    I afraid the printer does not support using a custom paper sizes.
    An alternative driver as the C310 is likely to fail as a such is not supported by the firmware.
    You may find the printer specification below, as you may see any custom media size paper is not listed as supported within the Paper-handling specifications, I afraid a such is not supported for your printer:
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c03312222&tmp_track_link=ot_faqs/top_issues/en_u​...
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Custom sized prints

    I have been trying unsuccessfully for hours to print a panorama on custom sized paper (5x20). I was able to print panoramas on the earlier version of Aperture (1.5) with my Epson R2400, but cannot on 2.1. In the print dialog box, I set paper size as custom 5x20. In the layout options, I have tried scaling to "custom 5x20", "fit entire page" and "fit entire image". I have tried every paper tray/paper feed on the printer and the printer will not print. Watching the print que in the printer utility while I hit the print button - it reads "printer ready", then "data being sent to printer", then the printer stops without ever starting. I try and resume the printer but it immediately reverts back to a "Stopped" mode.
    Has anyone had any success printing panoramas? Does anyone have any suggestions? Help please. This is so frustrating.
    Thanks.

    Chris and Allen,
    Thanks for your comments. I tried everything I could think of working only in Aperture, including Allen's suggestions and nothing worked. After a lot of trial and error, I finally came up with a work around using iPhoto. Here are the steps:
    1. Go into iPhoto and click on "page setup" in the "file" menu.
    2. Click on "paper size" and then click "manage custom size".
    3. Define the custom size (for margins, I selected the option to let the Epson 2400 set the margins), name it and save it.
    4. Close out of iPhoto and go into Aperture.
    5. In Aperture, in the "file menu" go to "print image".
    6. In the "Paper Size" dialogue box, the newly defined custom size created in iPhoto will appear. Select that as the paper size option.
    7. In the "Layout Option" dialogue box, select "fit entire page"
    8. In the "Border Option" dialogue box, set the appropriate margins.
    9. Finish with the "printer settings" of choice and then print.
    Its a cumbersome process, but it doesn't really take that long and I have printed several panoramas now using this work around.
    Dave

  • Officejet Pro 8500A - unable to print on odd-size paper

    After a couple of hours of frustration, I have decided that I an unable to print on odd-sized paper on our brand new HP printer!  On an older string in this user forum, one suggestion was to make a paper cut-out from regular sized paper to put on top of an envelope to "fool" the printer into thinking it was using standard sized paper.  I am trying to print odd-sized wedding invitations, and in order to to do this, I wouldn't be able to use the paper guides intended to keep the smaller paper in the middle.
    Another suggestion would be to create a "custom size" paper in the printer properties, which doesn't seem to be possible in Windows XP as far as I can see. 
    My card-stock paper measures 4 3/4" x 6 7/8"  Neither 5 x 7" nor 4 x 6" will work and I have tried numerous others, such as Janpanese postcard, Index card 4 x 6, etc. 
    Any suggestions?  This is frustrating enough to look at other namebrand printers next time, but I guess I'm stuck with this one for a while!

    Hello @drlogan0, 
    Welcome to the HP forums.
    I understand that you are encountering problems with getting your Officejet pro 8500A onto your new wireless network.
    I would like to help.
    i would try restoring the network defaults. This will help erase any 'old' information that may be stuck in the printers memory. I would like to give you specific steps for this, but I am unsure if you have the 8500A, 8500A wireless, or the 8500A premium.
    Basically the steps are, go into the network menu, and select restore network defaults.
    If you have tried restoring the network defaults already, please review the following troubleshooting documents.
    Setting Up the Printer for a Wired or Wireless Network for the HP Officejet Pro 8500A
    Printer Does Not Maintain Wireless Connection
    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!

  • Custom Size Paper - Last Resort

    I'm using a Mac G4 PowerPC with OS X10.04 with an Epson Stylus Photo 2000P.
    I'm trying to use the Page Set-U menu in PhotoShop to print a custom document size 12x12 inches. The printer is capable of printing 13x19 in color. In the Page Set-Up menu I go to custom page size. I set up a new custom size file with the new size thand the margins and name the custom size. It shows up at the left under the customer file name. However, when I go back to Page Set-up and go to Paper size, my new customer size is listed at the bottom of all the Epson established custom-sized paper list, but the file name is in gray, not black, so cannot be selected.
    A hint might be that in the user defined area of the custom size window, I cannot get the Epson 2000P printer to show up. The only printer that will show is my Epson 5700i laser printer. The Epson 200P is my default printer in the Printer Setup Utilize window. Of course the 5700i will not print in color nor will it print 12x12. Is there a way I can get my Epson 2000P printer to show up in the user defined area? Maybe that's why my new custom size title does not appear as usable on paper size under the Print Setup.
    I talked at length with Epson. After trying all they could, obviously with no success, they said it must be a software issue. I can print all the other various sizes available in the Page listed on the Page Size under the Page Set-Up menu so they show in black, but not the custom size I developed that shows only in gray.
    I then called Apple, and was told they no longer support my computer. Thanks a lot Apple. I guess this is now my only option.
    Any help would sincerely be appreciated. Thank you very much if you can help me solve this issue.

    Hi - I'm not sure which printer you have or which application you're printing from, but your printer likely has a custom paper size setting.  In whatever application you're printing from, go into Print, select your printer and then choose Properties.  Depending on your printer, there will likely be an option for a customer paper size, where you can specify the size.  You might also go into Page Setup in your application and see if there is a customer paper size option in there as well.
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

Maybe you are looking for

  • Out of the blue, my computer stops working and refuses to power up. Can anyone help?

    So I am posting this on a Thursday night. Monday morning and night, my computer was working fine. Come Tuesday, however, and my computer won't turn on. I don't think much of it; I shrug it off and head to school. Come back from school, and the comput

  • MDX - Customize "Bug Status" Report

    Good Morning, I am currently trying to customize a report which is in-built in TFS. To give an overview: Current report only displays "Active" Bugs. SSRS Dataset has following query: SELECT [Measures].[Work Item Count] } ON COLUMNS, // Filter out peo

  • Webanalysis error

    Hi, we are using planning epm 11.1.1.3 on linux server.when iam trying to open the web analysis application from client system automatically its closing.. when i run the services for webanalysis its showing error event logger="com.hyperion.analyzer.u

  • INSTALLING NEW LICENED ELEMENTS 12

    I have just purchased Elements 12 but cannot access www.adobe.com/go/getserial as the card suggest . I have the long securitry key but canot find how I instal my new licenced software. Any suggestions Brian

  • My ipad won't turn on but i can talk to siri

    Starting today my ipad shut off and won't turn on even holding the power button. But when i hold the home button siri still works and i can talk to it.