HTML 2 PDF Failure

I write to report an issue during a scanning issue.  This is a Canon scanner that has a feature of scanning to a PDF.  Working with Adobe Acrobat 6.0 professional on a Vista Ultimate machine.  The specific message reads:
There was an error while loading the plug-in HTML2PDF.api. The plugin failed to initialize.
At the time I was not attempting to convert a URL to a PDF.  Seeking guidance on corrective measures.

Much thanks for your timely reply.  The scanner software requires that one must scan to an application.  The configuration has to point to an executable.  In program files I must select an executable,  in this case acrobat.exe.   Have been using this for years and never have seen a problem.  Continues guidance sought.

Similar Messages

  • How to open a file (*.html,*.pdf) in new browser using servlet

    Dear Friends,
    I am having some files (*.html,*.pdf) in local drive , im getting the path whichy includes dir name + file dynamically, im using the following code
    response.sendRedirect(response.encodeRedirectURL(file))
    this is displaying the file in same window, now i want open in new window is there any method except java script like window.open("URL");
    Thanks in advance....
    Thangavel

    Hi Balu !
    Thanks for u r reply ,
    this is html code ok
    <a onclick="view()" >View </a>
    im callinig view function in java script
    function view()
    window.document.formname.submit()
    so it will submit the action URL which given in form ok
    filename contains full path ok
    in server side im sending as i told previously encoderURL(file) ok
    but im given target="_blank" as per ur suggestion in anger tag like
    <a target="_balnk" onclick="view()" >View </a> tag
    it is opening in new window the content which is displaying in jsp but not file
    pls give ur valueable suggestion .....
    Thanks in advance...
    Thangavel

  • How can open a html, pdf files from the server (c:\foldername\filename)

    Hi all,
    I am developing an application. in this app i have to implement RMI.
    My problem is this, How can a client open a files from the server.
    all the html, pdf files are stored in the server's directory like C:\audit\filename.
    There is a folder on the server's C directory which contains all the html , pdf files.
    please tell me how can a client open a file from the server using RMI.
    Please send me the solution as soon as possible.
    Thanks & Regards
    Bhavishya

    That's doing it the hard way. Why not use HTTP or FTP?

  • HtmlでのPDFページリンクについて(Mac ローカル)

    ローカルの(DVDに保存した)htmlをブラウザで開き、ブラウザ内でPDFを表示させるものを制作中です。
    PDFの各ページにリンクを付けたのですが、Macのsafariだけ、どのページを指定しても最初のページしか表示されません。
    (WindowsではIE、Firefox、safari全て成功しています)
    pdfは、iframe内に表示させる為、簡単に書くと以下の様なjavascriptで表示させています。
    ↓ページのリンクをクリック時
    var pdf_name = 'hogehoge';
    var page = '3';
    var pdf = '../pdf/' + pdf_name + '.pdf#page=' + page;
    location.replace(pdf);
    ↓最初に画面を開く時
    document.getElementById('iframe_hoge').src = pdf;
    Webサーバにアップロードして動作確認をすると、上手く動作するのですが、
    ローカルでは動作しません。
    プログラム部分は、javascriptしか使っていません。
    OS等の情報は下記の通りです。
    OS:Intel Mac OS X 10.5.6
    WEBブラウザ:safari 3.1.2
    PDFビューワ:Adobe Acrobat Reader 9
    何卒、ご教授の程、宜しくお願い致します。

    いろんな所に投稿してしまうと、無駄に情報がダブってきませんか?<br /><br />http://www.tagindex.com/cgi-lib/q4bbs/patio.cgi?mode=view&no=2091<br />http://ziddy.japan.zdnet.com/qa4640249.html<br /><br />ところで「Parameters for Opening PDF Files」には以下の一文がありますね。<br /><br />When opening a PDF document from a command shell, you can pass the parameters to the open command using the /A switch with the following syntax:<br /><Acrobat path> /A "<parameter>=<value>" "<PDF path>"<br />For example:<br />Acrobat.exe /A "zoom=1000" "C:¥example.pdf"<br />In Mac OS, you can use the parameters when opening a PDF document with an Apple event.<br /><br />つまり、Windowsのコマンドプロントで「"zoom=1000"」を「"page=5"」にしても同様に機能するはずということです。実際、手許のWindows2000 SP4とAdobe Reader 9(AcroRd32.exe)の環境では問題なくページ指定が効いています。<br />MACのコマンドプロントレベルでも動作しないのであれば、MACでページ指定には期待しないほうがいいのではないでしょうか?<br /><br />古いサイトでの情報だと、「/A "page=4=OpenActions"」みたいにするように書いています。OpenActionsは現在では無くなったのでしょうか?<br /><br />やや古い情報ですが、Safariのiframeはバグがあったようです。現在どうなっているかは知りません。<br /><br />頭痛い:safariのiframeのバグ? <br />http://cast-a-spell.at.webry.info/200611/article_12.html<br />SafariのiFrame、リロードしても内容変わらず<br />http://karasu.net/blog/732<br /><br />OBJECTタグで埋め込む手法ではどうなんでしょう? ページ指定が動作するかは判りませんが。Embedタグでページ指定が動作するとしているサイトがあります。<br />OBJECTタグとEmbedタグの使い分けはやや難しい面があるのは困った点ですが。<br /><br />以下の古い情報では、EmbedタグとMac環境では最初のページしか表示しないとしています。<br /><br />[228600]Dreamweaver を使用して HTML ファイルに PDF ファイルを埋めこむにはhttp://support.adobe.co.jp/faq/faq/qadoc.sv?228600+002<br />「&lt; EMBED&gt; タグを使用して埋め込みを行った場合、Netscape 及び Macintosh 版 Internet Explorer 上では最初のページしか表示されません。」<br /><br />以下はSWFファイルでの問題ですが、Mac版Safari3の仕様を調べてみてはどうでしょう? Appleサイトに情報があるかと思います。<br /><br />Adobe - デベロッパーセンター : 将来を見据えた、新たなHTML内SWF埋め込み用コードの考察<br />http://www.adobe.com/jp/devnet/flash/articles/spark_project_swf_embed.html<br /><br />&gt; 拡張子「js」として外部ファイルに保存する場合<br />&gt; adobe reader のフォルダに直接入れないと動作しないと思います。<br />リンク先の説明や実際にやってみればわかりますが、最初からjsファイルを作成しておくのではありません。また保存先は各ユーザのアプリケーションデータ用フォルダになるはずです。DV Dなどのメディア内からの操作でどうなるかは知りません。ただし、最近のバージョンではメソッド実行が制限される場合があるので、アクセス許可を与えるように書き換えないといけないかもしれま せんが。<br /><br />Mac版SafariではURLの#以下が無視されているか、機能しないという可能性はありませんか? パラメータがSafari側に渡っていないような気がしますが?<br /><br />同じような環境下でもページ指定の手法はうまくいかないという投稿も時々ありますから、この機能を重視した作りには疑問です。<br />どうしてもページ指定でやるなら、それっぽくする方法はあります。<br /><br />PDF文書をすべて1ページずつに分解し、ファイル名を「sample_01.pdf」「sample_02.pdf」のようにページ数がわかるようにしてしまえば、15ページ目は「s ample_15.pdf」のようにダイレクトに通常のリンク指定でいいことになります。「次のページ」とか「前のページ」とかは現在ページから加減算したものをリンク先にしてしまえばいいか と。<br /><br />全てを満たすように努力するのはいいことでしょうが、時間と労力が無駄になっては意味はないでしょう。時には捨てるのも重要かと。<br />「Mac版SafariではPDF文書が開いたあとは、該当ページに移動して閲覧してください」とかのメッセージを出すような分岐処理をするとかしてもいいのでは?

  • When opening attachments from my email, they are opening in HTML.pdf.  When viewing, they are nothing but symbols. Any ideas?

    When opening an attachment from my suddenlink email, the attachment opens in html.pdf.  When I use my gmail account, the attachment opens fine.
    Any ideas.  Thanks.

    Install the Flex:Player App;  http://itunes.apple.com/app/flex-player/id451024857?alreadyRedirected=1&mt=8
    Then you can open the movies, keep tapping on them and choose Open in Flex:Player.

  • Help needed: audio missing - export to html & pdf

    audio missing - export to html & pdf
    both soundtrack and audio on specific pages play fine as slideshow and as export Quicktime.
    exports to html & pdf are missing audio entirely.
    the audio assets are not in the html folder.
    i am not doing anything complicated, one .tiff image per page, approx 12mg apiece.
    one soundtrack and one additional page specific audio track.
    box checked for saving audio files in preferences and while 'saving'.
    tried triggering with 'begin audio' builds.
    tried different approved formats for audio.
    tried different themes. at default settings.
    i am out of ideas. any suggestions?
    much appreciated.

    Sound files are not included in html or pdf exports. There is no way to make it happen. If you need the sound you can export as Quicktime.

  • Is html/pdf output format from BO 508 compliant?

    Hi Experts -
    I heard BO reporting tool can output html/pdf format.  Are they 508 compliant?  If not, how can I make them into 508 compliant please advice.
    Thanks

    Hi
    You can make it 508 complaint  by choosing/check marking this option from BusinessObjects InfoView > Preferences > Webi > 508 Complaint.
    Please note that this forum is not the right area to discuss BO technical questions.
    Raise your future queries at: SAP BusinessObjects Web Intelligence
    Hope this helps.
    Best,
    DeepB

  • Overlay Creator interactivity to output into HTML, PDF, EPUB

    Need the interactive options introduced in Overlay Creator to be Output to HTML, PDF, EPUB etc. Right now you can only use them in the Digital Publishing Suite.

    Hi D.,
    using desformat=html you'll get the report-output in html.
    What do you mean with "not get same results"? Did you get an report with other data? Or an error message?
    Regards
    Rainer

  • Delete/Disable  Print HTML/pdf Button

    Is there a Script that can be used to delete/disable print HTML/PDF button the dashboard page. I dont want to make changes in the OBIEE File as it will be reflecting for everybody. Can we use any script to disable it for a page and enable it on some other page.
    Thanks

    hi you can create a new css style sheet for portalcontent.css and inin the A:link modify like A:link { color:#2b7c92; text-decoration: underline;display: none}
    you can add this into whatever page you want using edit dashboard> page properties> styles.

  • Export to html,pdf,word/rtf

    Does Flex 2 support exporting to say, html,pdf,word/rtf?
    If yes, how to do it?

    quote:
    Adobe LiveCycle Data Services
    Wait? The final release has been out for a while and has a
    cool sample demonstrating the PDF feature.
    You can get it here:
    http://www.adobe.com/products/livecycle/dataservices/
    Download Free Trial link will actually let you download the
    free non-expiring express edition.

  • Report generation in HTML, PDF over Word

    Hi,
    I am building a report by generating it in Word, PDF formats. To generate the report with data in a certain format i am using MS Word API to get a better layouts for the content, fonts, alignments, etc. I am able to bring the application with format i require, but the only problem is the performance is pretty poor and if the data is huge it will hang. Hence i am thinking of generating the doc. in PDF , probably i need to use the adobe PDF library and do it. My question here is what is the advantages of generating a report in "HTML" and "PDF" when compared to "Word"? If there is any article on this, pls do provide. Whether the performance will improve? Any ideas of using Adobe PDFAPI, if samples are there pls. do provide as well. I need a help from the gurus regarding this. Please do respond.
    Thanks,
    Rithu

    Thanks Vijay. How can i get the following format through Java , for eg,
    PEDIATRICS                     PODIATRY
    Schwartz, Andrew E, DPM Rithanya,
    51 Hospital Hill Rd. Sharon, blahblah....
    CT 06069 (860) 364-5944 blahhhhhh
    Disidori, Diane, MD&#61557;&#61472; nnnnnnnnn
    28 Old Park Ln. kkkkkkkk
    New Milford, CT 06776 --------------------------------------------------------------------------
    (203) 355-8190
    Danbury Hospital
    Gray Clarke, Virginia L, MD&#61557;
    115 Spencer St
    Winsted, CT 06098
    (860) 364-0536
    22 Upper Main St
    Sharon, CT 06069
    (860) 364-4240
    PLASTIC SURGERY
    Mascardo, Teresita G, MD&#61557;&#61472;
    91 Main St
    Sharon, CT 06069
    (203) 364-5522
    Danbury Hospital, New
    Milford Hospital, Sharon
    Hospital
    Spanish, Tagalog/Filipino
    I tried Jasper Reports, but i able unable to get the above format, moreover these datas will have the heading (title) highlighted, uses different symbols, underlines, uses different styles, fonts, etc. Which i think is only possible through MS WORD Api and can be done only in .NET . How this format can be done in Java? Any ideas guys.

  • Error in generating HTML, PDF format

    Hi guys
    I am using Oracle Reports 6i with ORACLE 9i Database.
    After generating my report when i tried to generated report output in HTML or PDF format then system return following error message.
    PDE-PER001 Internal error (REP-3335. Unhandled Internal CA Error. depep 2).
    Remember when i tried to generate HTML or PDF format on other PC file generated successfully.
    Best Regards.
    Hassan Raza

    hello,
    you might want to contact oracle support services. maybe you need a patchset or so.
    thanks,
    ph.

  • Share point 2010 - Content html , pdf - Books website - View , Paging

    Please note here book content means not pdf or word.
    Here Book content constructed with Html + CSS + Images.
    Each html is one page .
    Example: A Top-level folder with Book name inside it contains three folders –
    Html Pages, CSS, Images, JavaScript.
    A book can contain 200 to 300 or more html pages in addition to assets
    Book Types:   Biographies, Business, Children books , Cooking , History , Romance
    Expected Functionality:
    View book in browser
         [Page number toolbar, Search Page
    content, Search page  Number]
    Edit Book by admin
    Download
    Print
    My thoughts on above question are:
    Crate a folder for each book in site pages libraries programmatically.
    I will implement wikipage/Publishing page from each html programmatically.
    Upload assets like images, css into site assets library programmatically
    Any other thoughts to implement same in Sharepoint 2010 with programmatically   .
    Please consider also capacity or memory requirement s of Sharepoint site collection for all books and provide your thoughts on new design 
    Best Regards Showkath

    What you are suggesting should not cause much load on any SharePoint server.  Pages, even 300 of them, are just HTML that are formatted with CSS and images in your design.  As such, the capacity to store, index and deliver such content for thousands
    of books is well within SharePoint's ability.  Where capacity will become a factor is consumption load i.e. how many users you have loading pages at the same time.  Even at that though, given the content is books, it can be assumed users would load
    a page and then read it's contents, even if just skimming it.  Thus the load placed on SharePoint would be much less than say a user browsing around a site looking for some files etc.  Capacity planning for consumption load would be the main effort
    I would recommend in your endeavor.
    Start here: 
    http://technet.microsoft.com/en-us/library/cc261700(v=office.15).aspx
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • TCS2/RH 8 HTML PDF List Indent Problems

    Hi,
    We are in the process of converting a; number of projects from RH X5 HTML to RH 8 HTML (installed as p/o TCS2). We use Windows XP and Word 2002. Things have gone 'reasonably' well, but we are having problems getting to the desired point with PDFs.
    With RHX5, we use custom CSSs and a custom *.dot file. It works exactly as expected, controlling indents, bullets, and numbers properly.
    For theRH8 conversion, we modified the CSSs, using 4 RH 8 multilevel lists to define a number list and 3 levels of bullet lists. The CSS styles are mapped to the equivalent styles in the original *.dot file, which we did not modify at all. The CSSs and *.dot are stored at the root level of the project directory.
    When we generate PDFs:
    We receive a number of error messages saying that Word cannot save normal.dot b/c it is open somewhere else.
    Bullet lists are not indented, all levels of bullet lists are aligned to the left margin.
    In the generated Word document, the bulleted list items are in the Normal paragraph style, but bullets are included. They should be in ListBullet1, etc. It appears they were changed to Normal and inline formatting was applied.
    In the Word file, under Tools -> Templates and Add-ins, under Document template, our *.dot, with the expected path, is listed as the template. Under Global templates and add-ins, PDFMCustom.dot is listed. We don't know where that came from, and if we delete it it comes right back when we generate.
    Do you have any ideas about why the CSS + *.dot method is not working as expected?
    We have the same problem using other configurations for PDF outputs, such as using project styles, and using the RH style mapping dot file.
    Thanks,
    Mike

    Peter,
    Thanks for your response. I did some additional research and testing, and I don't see an answer to the issue that doesn't involve inline formatting. I didn't test that, because inline formatting is not acceptable to our team - we need the consistency of defined styles.
    There is a terminology error in my original post:
    "For theRH8 conversion, we modified the CSSs, using 4 RH 8 multilevel lists to define a number list and 3 levels of bullet lists. "
    We are not using multilevel lists, we are using paragraph styles with bullet or number formatting included.
    The print wizard seems to allow mapping the paragraph-based list styles:
    However, in the Word doc that is generated as part of the PDF process, the associated paragraphs are styled 'Normal" instead of the the selected list styles.
    Below is a CSS snippet of two list styles and their associated rh-list statements.
    Thanks for any suggestions.
    Mike
    p.ListBullet {
    font-size: small;
    list-style: rh-list;
    x-list-class: rl-P-ListBullet;
    /* x-list-level: 1; */
    font-family: Arial;
    text-indent: -25pt;
    margin-left: 30pt;
    background-color: Transparent;
    P.ListBullet2 {
    font-size: small;
    text-indent: -12pt;
    margin-left: 48pt;
    font-family: Arial;
    list-style: rh-list;
    x-list-class: rl-P-ListBullet2;
    x-list-level: 1;
    rh-list.rl-P-ListBullet {
    x-level-count: 1;
    x-lvl-1-format: "<x>";
    x-lvl-1-type: disc;
    rh-list.rl-P-ListBullet2 {
    x-level-count: 1;
    x-lvl-1-format: "<x>.";
    x-lvl-1-type: square;

  • Rollover areas slow to show in html/pdf format

    Hi
    I have a series of rollover shapes with text appearing when the user hovers over the shapes. However when viewing the learning in pdf/html it takes a good 10 seconds or longer for the rollover function to appear,  if at all. It's only happening with this one slide which only consists of shapes and rollovers. Any ideas?
    Thanks
    Not currently allowing me to upload image to support this questionl... will continue trying

    Perhaps something on your slide has become corrupted.
    Take a backup copy of your project, then try this:
    Create a new blank project CPTX of the same dimensions as your current project and copy/paste all slides into the new shell project.  Then test to see if the issue remains in the new project.
    If it does remain, try dragging groups of objects off stage into the scrap area so that they will not be published with the output and test publish again to see if removing certain objects seems to resolve the issue.
    If there are any Advanced Actions on this slide, delete them and see if that makes a difference.
    Let us know how this works out.

Maybe you are looking for