Acrobat Pro DC SDK

Adobe sprung the announcement of Acrobat Pro DC on us today.  Is there any information about a plug-in SDK for this version of Acrobat?  Our users are reporting that their Acrobat XI plug-ins don't work with DC, which may have something to do with the application being 64-bit, especially on Mac.

Thanks for the reply, but frankly, this entire roll out of Acrobat DC is putting us, as longtime Adobe partners, and developers of both Acrobat and InDesign plug-ins, as well as resellers of the PDF Library, in an impossible position.
You say that you "shipped" it to customers.  But what you really did was have it automatically "upgrade" from Acrobat XI for all CC users, regardless of whether third-party plug-ins were compatible with the new version or not.
I must have missed your announcement from a month ago.  Exactly where did you announce it?  More importantly, how did you communicate it to plug-in developers?  I've been regularly searching for "Acrobat 12" and "Acrobat CC" and not finding anything definitive. (Apparently I did a bad job of guessing what the new name would be.)
More specifically, when did you communicate to plug-in developers that the new Mac release would be 64-bit only?  It shouldn't surprise you that most plug-ins are currently built as 32-bit, and that the switch from 32-bit to 64-bit on Mac is not trivial, since many of us are using older technologies such as Carbon, which are not available in 64-bit.
Why are we still using Carbon, you might ask?  Well, maybe it has something to do with the fact that functions such as AVPageViewAcquireMachinePort (and AVPageViewAcquireDrawContext) return a Carbon GrafPtr on Mac.  (By the way, you guys broke those drawing functions in Acrobat 11.0.4 for Retina displays.)
So how are we supposed to do custom drawing in a plug-in for the 64-bit-only Acrobat DC without Carbon?  I guess we'll have to wait 30 days for the new SDK.  Then we can start figuring out how to port everything to Cocoa or whatever the new way of drawing in the new SDK is.  So when our* customers follow your advice to "contact the respective plugin developer and obtain a 64-bit version of the plugin", we'll just tell them, "Sorry, we're waiting for Adobe to provide us with what we need.  Call back in a month."
* They're "our" customers, but each copy of our VDP composition plug-in not only catalyzes a sale of Acrobat (and InDesign), it also ships with a licensed copy of the Adobe PDF Library.  So they're really YOUR customers as well, on multiple fronts.
Perhaps this is a sign that, instead of an Acrobat plug-in, we should just build standalone Windows and Mac apps, or even a web app, so that our users can design their VDP templates without Acrobat (or InDesign).  And instead of composing locally, we should just have all compositions occur on a remote server, so that we don't have to sell a copy of the PDF Library with each copy of the design tool.  This is probably a good strategy for us anyway, as we prepare to ramp up sales efforts in Europe and Asia, where we hope to have many thousands more sales.  Not requiring Acrobat or the PDF Library with all those sales might be better for us, but I don't think it will be better for Adobe.
So even though Adobe doesn't seem to care about how this DC "upgrade" roll out is making life difficult for both users of Acrobat and plug-in developers, I would think someone there would care about losing Acrobat and PDF Library sales.

Similar Messages

  • Does anyone know how to save to sharepoint from Acrobat XI pro with SDK or Javascript?

    The goal is to have Acrobat Pro watch a folder, OCR any document that appears, then save it to sharepoint using the contents of the file name to determine certain meta data.
    If watching a folder is not practical then it can be run manually, but it would be better if it could watch the folder.  I tried searching but I am having difficulty finding examples of saving to sharepoint using the built-in javascript capability or the SDK.
    If anyone can point me to or show me an example of any of these issues I would appreciate it.  In the end I will need to find the documents, OCR them, take apart the file name to determine metadata and destination location, save to sharepoint, delete the original file.

    I think I will need to see a javascript sample that sets key metadata for the document to be saved, and some kind of documentation on how to tell the Action to save to sharepoint.  I assumed it would be pretty straight forward but I am having trouble finding any kind of documentation.
    Also as files are processed, I need to move them so they don't get processed again.  I was thinking that in addition to putting them in sharepoint it would make sense to move the move to a processed directory as a backup and delete the original.
    I did not see that option in action either, so I could use come guidance.

  • I would like to create a plugin for adobe acrobat pro 9.0...

    I would like to create a plugin for adobe acrobat pro 9.0 in order to compare pages, delete the same pages and mark pages from first compared document with new and mark pages from second compared document with original. I downloaded the SDK for adobe 9.0 but now I am not sure how to continue? Do I need Visual Studio or can I use another program that is a freeware? What other program do you recommend?  How can I open an .api file in order to see the code? Do I need to place the SDK files in a specific place?

    1. You will need Visual Studio. Getting your first plug-in to compile can be an ordeal, be sure to use a sample project and work with it exactly.
    2. API files are the work of other programmers. You cannot look inside, and to try to do so is a breach of most software licenses.
    3. API files are installed to the Acrobat plug-ins folder.
    4. You will not find samples or code to copy/paste. You should be an experienced C/C++ programmer, you should be familiar with the basics of the PDF file format ISO 32000-1, and you should be prepared to read thousands of pages of documentation.

  • .PS file generating a blank PDF after upgrade from Acrobat Pro 7 to 9

    Hi All,
    I've searched for this in vain so I'm comming to you now in desperation. My boss has tasked me with tracking down this error and I have to be honest, I'm a little bit green with Acrobat Pro. So coming into the situation I know this. My department used to use a .ps file to build a publication into a PDF from other .ps files. We operate on a network share (the P: drive) on Windows XP SP3 machines with the latest updates.
    In Acrobat Pro 7 we could double click the  .ps file which executed the below code through Adobe Distiller and a  finished PFD of the same file name would be output to the host  directory. But now, after upgrading to Adobe Acrobat 9, this process  only produces a PDF with all of the appropriate bookmarks and none of the content.
    % PostScript program for distilling and combining multiple PostScript files.
    % When embedding font subsets, it is highly recommended you use this technique
    % to distill multiple PS files so only one font subset is used for each font.
    /prun { /mysave save def       % Performs a save before running the PS file
            dup = flush            % Shows name of PS file being run
            RunFile                % Calls built in Distiller procedure
            clear cleardictstack   % Cleans up after PS file
            mysave restore         % Restores save level
    } def
    [       /Author (User)
            /CreationDate ()
            /Creator ()
            /Title (Title)
            /Subject (Subject)
            /Keywords (Words)
    /DOCINFO pdfmark
    [       /PageMode
            /UseOutlines
    /DOCVIEW pdfmark
    [    /Page 1
        /View [/XYZ null null null]
        /Title (Cover Page)
    /OUT pdfmark
    [    /Page 2
        /View [/XYZ null null null]
        /Title (Page 1)
    /OUT pdfmark
    [    /Page 3
        /View [/XYZ null null null]
        /Title (Page 2)
    /OUT pdfmark
    [    /Page 4
        /View [/XYZ null null null]
        /Title (Page 3)
    /OUT pdfmark
    [    /Page 5
        /View [/XYZ null null null]
        /Title (Page 4)
    /OUT pdfmark
    [    /Page 6
        /View [/XYZ null null null]
        /Title (Page 5)
    /OUT pdfmark
    [    /Page 7
        /View [/XYZ null null null]
        /Title (Page 6)
    /OUT pdfmark
    [    /Page 8
        /View [/XYZ null null null]
        /Title (Page 7)
    /OUT pdfmark
    [    /Page 9
        /View [/XYZ null null null]
        /Title (Page 8)
    /OUT pdfmark
    [    /Page 10
        /View [/XYZ null null null]
        /Title (Page 9)
    /OUT pdfmark
    [    /Page 11
        /View [/XYZ null null null]
        /Title (Page 10)
    /OUT pdfmark
    [    /Page 12
        /View [/XYZ null null null]
        /Title (Page 11)
    /OUT pdfmark
    [    /Page 13
        /View [/XYZ null null null]
        /Title (Page 12)
    /OUT pdfmark
    [    /Page 14
        /View [/XYZ null null null]
        /Title (Page 13)
    /OUT pdfmark
    [    /Page 15
        /View [/XYZ null null null]
        /Title (Page 14)
    /OUT pdfmark
    [    /Page 16
        /View [/XYZ null null null]
        /Title (Page 15)
    /OUT pdfmark
    [    /Page 17
        /View [/XYZ null null null]
        /Title (Page 16)
    /OUT pdfmark
    [    /Page 18
        /View [/XYZ null null null]
        /Title (Page 17)
    /OUT pdfmark
    [    /Page 19
        /View [/XYZ null null null]
        /Title (Page 18)
    /OUT pdfmark
    [    /Page 20
        /View [/XYZ null null null]
        /Title (Page 19)
    /OUT pdfmark
    [    /Page 21
        /View [/XYZ null null null]
        /Title (Page 20)
    /OUT pdfmark
    [    /Page 22
        /View [/XYZ null null null]
        /Title (Page 21)
    /OUT pdfmark
    [    /Page 23
        /View [/XYZ null null null]
        /Title (Page 22)
    /OUT pdfmark
    (p:/ps/pdf/cover.ps) prun
    (p:/ps/page2.ps) prun
    (p:/ps/page3.ps) prun
    (p:/ps/page4.ps) prun
    (p:/ps/page5.ps) prun
    (p:/ps/page6.ps) prun
    (p:/ps/page7.ps) prun
    (p:/ps/page8.ps) prun
    (p:/ps/page9.ps) prun
    (p:/ps/page10.ps) prun
    (p:/ps/page11.ps) prun
    (p:/ps/page12.ps) prun
    (p:/ps/page13.ps) prun
    (p:/ps/page14.ps) prun
    (p:/ps/page15.ps) prun
    (p:/ps/page16.ps) prun
    (p:/ps/page17.ps) prun
    (p:/ps/page18.ps) prun
    (p:/ps/page19.ps) prun
    (p:/ps/page20.ps) prun
    (p:/ps/page21.ps) prun
    (p:/ps/page22.ps) prun
    (p:/ps/page23.ps) prun
    % INSTRUCTIONS
    % 1. Locate all PostScript files to be distilled.
    % 2. Make a copy of this file and give it the name you want to have as the prefix
    %    for the resulting file. For example, you could name this file MyBook.ps.
    % 3. Include a line for each PostScript file to be run using the pathname syntax
    %    appropriate for the platform running Acrobat Distiller.
    %       Macintosh pathname syntax:  (Macintosh HD:Folder:File.ps) prun
    %       Windows pathname syntax:    (c:/mydir/file.ps) prun
    %    UNIX pathname syntax:        (./mydir/File.ps) prun
    %       Note: The syntax for Windows may look strange, but double escaping the
    %             backslash character is required when using filenameforall.
    % 4. Distill the file on the machine running Acrobat Distiller.
    After the process is "done" the following log file is generated.
    Acrobat Distiller 9.4
    Started: Monday, October 18, 2010 at 13:32:05
    Adobe PostScript software version: 3018.101
    Start Time: Monday, October 18, 2010 at 13:32:06
    Source: publicationtest.ps
    Destination: C:\Documents and Settings\User\Desktop\usfdtest.pdf
    Adobe PDF Settings: C:\Documents and Settings\User\Application Data\Adobe\Adobe PDF\Settings\High Quality Print.joboptions
    c:/ps_script/cover.ps
    c:/ps_script/toc.ps
    c:/ps_script/page3.ps
    c:/ps_script/page4.ps
    c:/ps_script/page5.ps
    c:/ps_script/page6.ps
    c:/ps_script/page7.ps
    c:/ps_script/page8.ps
    c:/ps_script/page9.ps
    c:/ps_script/page10.ps
    c:/ps_script/page11.ps
    c:/ps_script/page12.ps
    c:/ps_script/page13.ps
    c:/ps_script/page14.ps
    c:/ps_script/page15.ps
    c:/ps_script/page16.ps
    c:/ps_script/page17.ps
    c:/ps_script/page18.ps
    c:/ps_script/page19.ps
    c:/ps_script/page20.ps
    c:/ps_script/page21.ps
    c:/ps_script/page22.ps
    c:/ps_script/page23.ps
    Distill Time: 00 Hour(s) : 00 Minute(s) : 00.390 Second(s)
    **** End of Job ****
    Is there anything obvious about this that screams, "You're an idiot!"? I'm okay with that, just need to get it fixed.
    Thank in advance for any help you can provide.
    Michael

    An observation -
    It looks like you are dealing with files that reflect someone's work with the pdfmark Reference (associated with Distiller).
    As with Acrobat Security, JavaScript and the Acrobat SDK the 'how-to' from these all undergo changes with each new Acrobat release.
    I suspect that the coding, while adequate for back when Acrobat 7 was new on the street, may have to be updated to comply with what the Distiller provided with Acrobat 9 supports.
    Use the link for pdfmark Reference
    http://www.adobe.com/devnet/acrobat/wwdistiller.html
    The Acrobat Developer Center ( http://www.adobe.com/devnet/acrobat.html ) provides a hub to the myriad of "under-the-hood" aspects of Acrobat.
    Be well...

  • Issues Acrobat Pro 9 and Word XP(2002)

    We installed Acrobat Pro version 9 a couple of weeks ago, and began experiencing problems with a couple of our VB.NET apps that invoke Word 2002. Basically, it appears that the presence of Acrobat Pro 9 causes Word 2002 to stop interacting with some VB commands. These same VB.NET apps function without incident under Acrobat Pro version 8.
    We are running Acrobat Pro version 9.1.3 and Word XP(2002).  The VB.NET apps were developed using Visual Studio 2005 version 8 and .NET Framework version 2.  We are using Windows XP Professional SP3.
    The specific error message being generated by the .NET apps is:
    Unable to cast COM object of type 'Word.ApplicationClass' to interface type 'Word._Application'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00020970-0000-0000-C000-000000000046}' failed due to the following error: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
    The error is thrown when the app attempts to open a Word document.
    Has anyone encountered this problem?  Do you know of any web sites I could check that could possibly help out?
    Thanks!

    Please post in the SDK forum.

  • How to create a Xfdf doc. in Acrobat Pro 10 through code?

    Hi All..!!!
    I wanted to know whether there is a way to create an XPdf document in Acrobat Pro 10. I know that we can create a pdf document through code using the SDK.. I wanted to know whether the same can be done for XPdf documents..
    Thanks!! 

    Writing an XFDF is not that difficult; all you need is a tool allowing you to assemble text strings.
    The preferred way to get a sample on how the XFDF should look like is to export one from the form concerned, and to repeat it using your code. In this case, the document knows best how the XFDF should look like.
    Hope this can help.
    Max Wyss.

  • How to create a XPdf doc. in Acrobat Pro 10 through code?

    Hi All..!!!
    I wanted to know whether there is a way to create an XPdf document in Acrobat Pro 10. I know that we can create a pdf document through code using the SDK.. I wanted to know whether the same can be done for XPdf documents..
    Thanks!! 

    You're better off asking in the SDK forum:
    http://forums.adobe.com/community/acrobat/acrobat_sdk

  • Can not create hi res pdf in Acrobat Pro v9 - distiller

    I am having problems creating a high res PDF in Acrobat Pro 9.0, it looks like distiller will not remember or accept that I am selecting hi res definitions before I print from Quark v6.0.

    You're better off asking in the SDK forum:
    http://forums.adobe.com/community/acrobat/acrobat_sdk

  • Is possible change the title with Acrobat Pro 9?

    Hi,
    I'm using Acrobat Pro. 9, and i'm programing with C#.
    My question is: Is possible change de title in a pdf?
    I'm using this two metods and nothing the nothing, the title no change.
    ---- 1 form ------
    PdfStamper pdfStamper = null;
    pdfStamper = new PdfStamper(pdfReader, pdfOutputFile);
    System.Collections.Hashtable info = new system.Collections.Hashtable();
    info["«Title»"] = "";
    pdfStamper.MoreInfo = info;
    --- 2 form -------
    Object ObjTitle = pdDoc.GetInfo("Title");
    titulo = Convert.ToString(ObjTitle);
    ObjTitle = "";
    Regards,
    Toni.

    It is possible with the Acrobat SDK. You seem to be using iTextSharp, which is not an Adobe product, so you would probably get a faster response on forums that deal with iTextSharp.

  • Acrobat Pro XI PDF Printer を利用したPDF作成でエラーダイアログを表示させない方法はあるか」

    お世話になっております。
    現在、バッチからプリントコマンドを実行して、PDF ファイルを作成するプログラムを検討しています。
    実際にインストールして実行を確認していたところ、Acrobat 側で上書きエラーなどの出力エラーが
    発生した時にエラーダイアログが表示されてしまいます。
    バッチプログラムですので、エラーダイアログが出しまうと単純にはその画面を閉じる方法がありませんので、
    処理が待ち状態で止まってしまいます。
    この状況を避けるために、エラーダイアログを出さない方法を探しているのですが、コミュニティや
    ドキュメントからでは見つけることができませんでした。
    そこで以下の2点に関してお教えいただけないでしょうか。
    ①エラーダイアログを出さない方法はないのでしょうか
    ②エラーダイアログを出さない方法がない場合、プログラム側からダイアログを閉じる簡単な方法はあるのでしょうか
    現在想定している環境は以下の通りです。
    OS   :Windows Server 2012
    Acrobat:Adobe Acrobat XI Pro
    その他 :バッチからの印刷は、バッチ⇒パッケージ⇒PDF Printer のように、間にパッケージソフトが挟まるため、
          プログラムなどの組み込みができません
    以上、よろしくお願いします。

    個々のコマンドにつきましてはサポートを行わせていただいておりませんが、参考までに以下のURLの公開文書をご案内させていただきます。
    (Acrobat 8の内容となっておりますが、Acrobat XIでもご利用いただける内容となっております)
    Acrobat 8.0 SDK : JavaScript for Acrobat API Reference 日本語版
    kayakonrive様にご指摘いただいております通り、Acrobatは1ライセンスに対して1ユーザーでご利用いただく製品となり、サーバーでご利用いただく場合以外でも、ローカル上のAcrobatがサーバ ークライアントとして機能し、複数のユーザー様がご利用いただける環境になっている場合(自動化処理によってAcrobatがライセンス分必要なくなるケース)もライセンス上ご遠慮いただいて いるご利用方法となりますので、併せてご注意いただければと存じます。

  • Hi I want to get an acrobat aplication and SDK for converting .tiff and .jpg to OCR PDF and, add wat

    Hi I want to get an acrobat aplication and SDK for converting .tiff and .jpg to OCR PDF and, add watermark and reducing size of files, all in one product

    Yes, Acrobat Pro can do that. The SDK is free t o download.

  • Enable 3D Measuring for Adobe Reader in PDF saved by Acrobat Pro Ext plugin

    Hello,
    I'm developing a plugin for Adobe Acrobat Pro Extended to embed a 3D object in a PDF.
    I would like to enable Adobe Reader users to measure the 3D object on the saved file,
    like you can do with the menu "Advanced"->"Extend Features in Adobe Reader" in Acrobat Pro Ext.
    Is it possible to do that with the SDK without user interaction?
    Thanks in advance!

    Thanks, I read something about that LiveCycle, but I don't understand how I should use it...
    I'm developing a plugin for Adobe Acrobat and I would like to save the file with the 3D measuring enabled, without the user interaction.
    Is the LiveCycle usable within an Acrobat plugin?

  • Numbering a Drawing in Acrobat Pro

    We receive a lot of blueprints from our customers in PDF format.
    Currently, we print out the drawing, then we draw circles next to each dimension on the drawing, and put a number in the circle; 1,2,3,4 ... 205,206, etc.
    We have experimented with the Annotation tools in Acrobat, but it's not faster than doing it by hand.  It isn't modal, nor will it do it sequentially.
    So I would like to:
    1)  Using Acrobat Pro, open a PDF file that is a blueprint (mostly raster, some are vector).
    2)  Activate a function for numbering.
    3)  Click with the mouse at each location, which would put a sequential number there, then a circle around it.
    4)  Save the drawing away with the new Annotation layer containing the numbering.
    I'd rather just hire somebody to write a Javascript for Acrobat script that does this, but after much searching, I can't find anyone who uses Javascript for Acrobat in real life.  Contacting Adobe has been fruitless.
    I've written similiar routines in other languages but I have zero experience with Javascript.  I've tried to find a tutorial for JFA, but have come up empty.  Many of the links on the Adobe site that are on Google are busted.
    If I could see a "Hello World" program that puts Hello World where the mouse is clicked on the document, I could do it.  But I'm not finding how to even the basics on how to launch a custom JFA application, much less what one looks like.
    Any help would appreciated.

    Just me nattering again...
    "JFA" - JavaScript For Acrobat (?)
    At Google, something like:
    <acrobat javascript site:blogs.adobe.com>
    <acrobat javascript site:kb2.adobe.com>
    provides viable links.
    Other queries also.
    I can't find anyone who uses Javascript for Acrobat in real life
    The following is not all inclusive - just the results of a "quick-pick".
    Real Life:
    A few who are active in Adobe sponsored Forums.
    Some operate their own business.
    Some "do" Acrobat JavaScript as part of their 'day job'.
    When signed into a Forum check out profiles for those who post answers to JavaScript questions.
    Thom Parker (operates "WindJack Solutions" & www.pdfscripting.com).
    Frequent presenter (on Javascript at Adobe MAX & other, Acrobat related Conferences)
    ("thomp" at Acrobat User Community (AUC))
    Stefan Cameron (for Forms)
    Bernd Alheit (these Forums: Acrobat Windows, Acrobat Scripting, Acrobat SDK)
    George Kaiser
    ("gkaiseril" at AUC and these Forums)
    Gilad D.
    Progmmer/Developer
    ("try67" at AUC and these Forums)
    George Johnson
    ("George_Johnson" at AUC and these Forums)
    Duff Johnson (CEO, Appligent Document Services)
    ("duffjohnson" at AUC).
    Jean-Renaud Boulay
    A Trainer & webmaster of abracadabraPDF.net (France)
    ("Merlin" at AUC)
    For Learning/Training
    An excellent starting point for engaging in the learning of Acrobat JavaScript
    Tutorials and recorded eSeminars at Acrobat User Community's Learning Center.
    http://acrobatusers.com/learning_center
    Adobe Training Providers:
    http://www.adobe.com/cfusion/partnerportal/index.cfm?event=partnerfinder&loc=en_us&tpn=1&t sortby=3&tsortorder=1&trn_advnc_on=true&showtab=training&trn_adobe_product=ADOBE_ACROBAT_P RO&trn_country=US&trn_stateprovince=&trn_companyname=&buttonSearch=
    Acrobat Developer Center
    http://www.adobe.com/devnet/acrobat.html
    With links to Adobe TV tutorials, JavaScript for Acrobat, the Acrobat SDKs, etc.
    Online Training Providers:
    Evermap, Element K, Total Training, Lynda.com
    A high level reference page for Training:
    http://acrobatusers.com/learning_center
    Just gotta make "Bob the Builder's" entry refrain your mantra.
    Be well...

  • Red Hat LiveCycle w/o Acrobat Pro?

    We have a mostly Red Hat Enterprise shop, and I would prefer to use that version of LiveCycle, but
    I'm confused about the Acrobat Pro requirement since that isn't available for Linux. So...
    1. If I don't have Acrobat Pro, does that mean that the PDF Generator module won't work?
    2. Can I have the Acrobat Pro running on a Windows machine connected with LiveCycle on a Linux server?

    Thanks so much. That answers my question. I hope that the fact that Adobe has a PDF Library SDK that works on Linux means Adobe might one day have a full Acrobat for that platform.

  • Adobe Acrobat Pro X on Server

    I have read that Adobe Acrobat Pro X can be installed on the server.
    I want to know if we can programmatically use the functions of Acrobat on that server like Reduce File Size,
    Optimize Scanned PDF, Print to Adobe PDF? maybe using Adobe Acrobat SDK or Adobe PDF Library?

    Acrobat CAN NOT be installed on a server.  This is CLEARLY spelled out in the EULA that accompanies it.
    If you need PDF technology from Adobe for server-side, that would be our LiveCycle/ADEP family of products.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Sun, 13 Nov 2011 17:47:44 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Adobe Acrobat Pro X on Server
    Adobe Acrobat Pro X on Server
    created by arthurbc<http://forums.adobe.com/people/arthurbc> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4023484#4023484

Maybe you are looking for

  • Hard drive constantly running and ruining battery life

    Hello, I recently got an x200s from a legit ebay lenovo seller that came with an upgraded 500gb 7200rpm hard drive. The problem is that the hard drive is running at All times. I can tell from the sound as well as slight vibration. Even with the lowes

  • Yahoo! Cannot add files to email.

    Yahoo! Ever since I downloaded Safari 5, I cannot add files to emails (esp photos). Safari would freeze up, and I would have to power down and reboot in order to surf. Any solutions to this matter other than switching to gmail?

  • Cost/Price diffrences posting (PRD)

    Dear ALL, I am facing the issue in (PRD)Cost price diffrence account postings. In Article Master (Retail) using Moving avg price while doing GR price diffrence posting to PRD account due to negative stock indicator in Article master. Ex : In Article

  • Streaming is EXTREMELY slow yet YouTube works fine.

    I have a 160gb AppleTV that is sync'ed with a PC and streams from my iMac. My iTunes library on the iMac is 400gb+ stored on a USB external drive. When I originally configured streaming from my shiny new iMac you could browse the content with no issu

  • Browser would not open!

    On my Firefox browser would not open sometimes, whatever I try to do! If you have faced the same issue, could you pls suggest some solutions?