Question about display PDF content

Hi,
I'd like to show the content of a PDF file directly in a page region, without having to open the Acrobat reader in the same window and hide all the tabs, other regions...
I am not sure whether this is feasible with HTMLDB, so would like to know that to avoid spending lots of time in no avail.
Thanks in advance.

I know it will be hard to make a report or other things to be generated to PDF version. However I only need to display the contents of PDF for now.
As you guys suggested, I've tried to use frameset. After I created a frame page with Frontpage, I copied the HTML into a HTML type region:
<frameset cols="356,*">
<frame name="contents" target="main" src="new_page_5.htm">
<frame name="main" src="new_page_6.htm">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
However it didn't show anything at all. May I have a more elaborated explanation. Sorry I don't have much experiences with HTML.
Thanks.

Similar Messages

  • Question about displaying data

    Based on the search criteria I need to show some info. with check box on each item, but it might retrun upto fifty items (between 1 to 50 items). Should I create checkbox/output text dynamically or how do I handle this scenario? In the jspx how do I loop it and display? Thank you.

    hi user13094256
    See my reply in your other forum thread with the same question
    at Question about displaying data
    regards
    Jan Vervecken

  • Hello question about certified pdf

    Hello,
    I have a question about certified pdf.
    My client wants to have a certified pdf , when  I make a high resolution PDF in CMYK is this oke for print media?
    Or do I need to do somthing els??
    Ton

    As Dov says, it's very likely that what they actually mean is a PDF/X file - some flavors of which you can make from InDesign using the Export > PDF (Print) dialog presets, and some you can make using Acrobat Pro.
    However it's very important to find out exactly what they want:
    There a couple of versions of PDF/X (the older PDF/X-1a is very widely supported but can only cope with CMYK - the newer PDF/X-4 is more flexible and handles things like spot colors, but is often not printable on older hardware).
    When exporting to CMYK you have to choose a color profile - and that will depend on the printer's hardware and proofing systems. You may have to choose exactly the right one, or they may be able to convert back from any profile - until you find out you're working in the dark.
    Of course you also need to know the printer's rules about bleed, TAC, etc.

  • Questions about my PDF portfolio.

    I have only a few questions about a CD portfolio I am designing with Acrobat Professional (8.0)
    There were a few things i couldn't figure out on my own.
    I have about 15-20 pieces to show on CD, but there is no web design involved, so I couldn't use my own web site layout to just throw onto CD, out of that convenience.
    1) How do you make sure the PDF will always opens at the size you want?
    For example, whenever I set the document at actual size (100% view) I close and open the document, and it reopens at a random size, such as 317 percent.
    WTH?
    2) Where can I find examples of design portfolios that were designed in Acrobat? Everyone's portfolio is online these days, which is not my style.
    3) Is it possible to make a 'thumbnail view' on the first PDF page (like you would see in a gallery on a website) that links from that page to any one of the 15-20 pieces?
    Any advice is much appreciated.

    Fender77 wrote:
    1. i think you will have to shutt it off within settings, if the javagame won't let you turn it off temporary. Don't you find keytones annoying?
    Guess thats what ill do
    I also found another stuipd thing in some Java games the phone still has the tilt sensor active in games and software.
    Some games end up with graphic glitches forcing you to restart them, some display a message saying its unsupported and some support it partially (The number keys for navigation stay like they are in portrait which is of course messed up (The phone seems to change the navigation keys internally though so that does work)

  • Displaying PDF content in Android Air app - how?

    Hi, I'm fairly new to developing Air apps for mobile devices. I'm looking to have my app display PDF files and can't find a dfinitive way of doing it. I've read that using the StageWebView would be the way to do it.
    Here's the relevant part of my code (PDF path changed):
    if (StageWebView.isSupported)
    currentState = "normal";
    webView.stage = stage;
    webView.viewPort = new Rectangle(20, 100, 450, 450);
    webView.addEventListener(LocationChangeEvent.LOCATION_CHANGE,onURLChange);
    webView.loadURL("http://path.to.my.pdf");
    addEventListener(ViewNavigatorEvent.REMOVING,onRemove);
    else {
    currentState = "unsupported";
    lblSupport.text = "StageWebView feature not supported";
    Its working up until the point of actually displaying the PDF content, I get nothing (blank screen).
    I'm using Flash Builder 4.5 / Air 2.6 and debugging on a Motorola Xoom tablet. Adobe Reader is installed on the device.
    Any help with this would be greatly appreciated.

    Solved.
    For some reason I couldn't access the HTMLLoader object outside of the function that initialised it, despite the fact that I was listening for EVENT_COMPLETE.
    Basically, to get round this bug, just put all the initialise and load code in the same function and you should be laughing.

  • Security question about opening PDFs in Reader as opposed to Standard or Professional

    Our ITC wants us to open all downloaded PDFs in Acrobat Reader 9 as opposed to Acrobat 7.0 Standard. We currently have both. We download a lot of PDFs and frequently need to Reduce File Size or extract pages, etc. I am hoping to upgrade my Acrobat 7.0 Standard to Professional 9.
    Is there a valid security reason to always open first in Reader? Based on what I have read Acrobat Reader 9 and Professional 9 both had security risks and it is my understanding that a patch has been released today.
    Is there a security risk still for Acrobat Professional 9 and is there a security risk for Acrobat Standard 7.0? Does requiring us to download, save and open PDFs in Reader 9 first make sense from a security standpoint?
    Thanks very much for any input.

    I don't remember any claims that Reader was safer than Acrobat. I use Acrobat exclusively and Adobe recommends against installing both due to conflicts (they use a lot of the same files). The biggest factor to be careful about is to not open any attachments or applications that may be built in. These can be put in the PDF and both Acrobat and Reader open such tools. I would tend to question the basis for the IT folks decision, particularly based on the Adobe recommendation and problems that it creates. At least that is my opinion.

  • Hi Question about Sender File Content Conversion

    Hi All,
    I have a flat file i need convert that flat file to the below XML format using File content Conversion, can anybody help me on this with example File content Convertion parameters
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_FileSend xmlns:ns0="http://test">
       <Recordset>
          <Contact>
             <Name>ABC</Name>
             <Number>123</Number>
             <Address>
                <HouseNumber>246789</HouseNumber>
                <StreetNumber>100</StreetNumber>
                <Phone>
                   <Mobile>90000000</Mobile>
                   <LandLine>12345678</LandLine>
                </Phone>
             </Address>
             <Email>
                <Office></Office>
                <Personal></Personal>
             </Email>
          </Contact>
       </Recordset>
    </ns0:MT_FileSend>

    Hi Sudheer reddy,
            Good question.
    File content conversion parameters are:
    1) Doccument Name: Doccument name is nothing but message type name for file side: MT_FileSend
    2) Doccument Namespace: mention the name space for the message type.
    3) Doccument Offset: for which row and which coloumn doccument has to be write.
    4) recordset name: mention the record set name: Recordset
    5) Recordset Namespace: if the namespace is different for message type name space mention name space or otherwise it is blank.
    6) Recordset Structure: Mention the structure name
    7) Recordset Sequence: mention the sequence of the recordset Ascending or Decending
    8) Recordset permessage: Would define no of record sets per message.
    9) Key-field name: to query to the doccument
    10) Key field type: string(Case-senstive)
    fieldValues
    fieldSeparator
    endSeparator
    Note: pls check in SDN about file content conversions it so many blogs are available, u can easily understand.
    Regards,
    Sateesh

  • Displaying PDF content in Adobe Air 3.2

    Hi all,
    I'm trying to render a locally stored sample pdf using Air 3.2 on Win7 64bit.
    I'm not getting any error messages and I'm pretty sure the content is being loaded.. but the actual content of the pdf is not displayed when I add it to the stage.
    I just get a white screen in the app.
    I haven't explicitly scaled or rotated the content, just set the width and height of the html component as directed in the livedocs.
    Dan

    Solved.
    For some reason I couldn't access the HTMLLoader object outside of the function that initialised it, despite the fact that I was listening for EVENT_COMPLETE.
    Basically, to get round this bug, just put all the initialise and load code in the same function and you should be laughing.

  • Question about Display Item,pleas help

    My problem is that i cannot make my display item to be a display item.
    In properties i selected display item but it still looks like text item.
    I just wanted to display content of a table
    TiA

    It`s exaclty what i wanted to do God bless You my saviour.
    But one more problem ,one more question .
    I wanted to display for example 6 rows in form style(in block properties is- record orientation vertical), is it possible to put 2 rows on the same level, to make record orientation vertical with 3 levels on each 2 rows.

  • Question about making PDF files expirable using contnet manager

    Hello
    I would like to know if I enable users of my website to view PDF files online  can I make the PDF files using Content Server to expire once the user logs off from my website and his session end?
    Thanks
    Yoav

    That's a fairly general question.  Have you read the basic white paper on the product site: http://www.adobe.com/products/contentserver/ ?

  • Question about reducing PDF file size on export

    I have a large file that is generates a PDF about 75MB when exported with the "[High Quality Print]" preset. However, I can reduce the size down to to under 5MG in Acrobat if I use the Tools>Flattener Preview>[Medium Resolution] setting (image attached). Is there a way to generate this smaller file directly from InDesign? I couldn't figure out how to do this with InDesign's Flattener Preview or Export options, but it is very likely that I missed something.

    Eugene Tyson wrote:
    When you choose Smallest File size, it is still using the PDF 1.6 setting.
    Change this to Acrobat 4 (PDF 1.3) this will automagically flatten the PDF - which means you shouldn't have to do it in Acrobat.
    That should get you a nice small file size, I believe.
    Flattening transparency in InDesign will not necessarily yield a smaller PDF file size. Transparency flattening will not automatically convert placed vector artwork to raster images unless that vector artwork is actually involved with transparency. And even then, whether you end up with a smaller file depends on a number of factors.
    If the reason for the very large file size is indeed very complex vector artwork and you are willing to sacrifice quality, conversion of such vector artwork to raster might yield a significantly smaller exported PDF file. To accomplish that conversion, I would personally suggest converting the most offensive (in terms of file size and complexity) of such files in Illustrator (assuming that they were .AI files) and exporting them as .TIF files (to avoid the potential imaging artifacts of JPEG compression).
              - Dov

  • Satellite A100-599 - question about display driver update

    Hi,
    I have a Satellite A100-599 with a NVIDIA 7600go graphic card and I have Bioshock like most of you the game crashes because of some problems with the graphic card drivers, no pb...in the meantime NVIDIA released some new patches to the Forceware and after I rechecked the Toshiba driver support database I saw a new release in the Display driver list for WinXp.
    One of them seems to be from 13/09/2007. I downloaded the drivers, installed them and after I checked the driver details in the Device manager list and to my surprise the details said the drivers are from 2006. I reinstalled the drivers and the same thing appeared. I checked the XML that was in the drivers archive and surprise ...the drivers are really the old ones from 2006. So my question is this: Do you have any Display Drivers for my model that work for Bioshock :D
    Regards,Marian

    I dont know if WE have. I think it would be took some long time to ask every single user: hey, do you have some drivers for blackmodjo? Ah, come on, please. Just a little bit of them... ;)
    No, I have a better idea. Its like cooking a meal. The ingredients: DriverCleaner Pro and the website www.laptopvideo2go.com and .... ta ta ta TAAAA a lot of patience
    To get some good "bio"shocked meal just follow this receipt:
    Go to
    http://www.laptopvideo2go.com/
    read before you do anything (YES, even before you continue BREATHING) the FAQ-section on that site (RECOMMENDEDRECOMMENDEDRECOMMENDED)
    and then download the drivers. Do it, yes...
    Then download drivercleaner by searching for it on www.google.com and THEN, read their Manual before doing anything else (Ok, you can continue breathing..)
    After reading their manual you will something like:
    1. Starting program, doing something, restarting machine
    2. starting in safe mode, starting that program, removing..yadayadayada
    3. Installing new driver
    3. Playing Bioshock
    4...
    5..no..6. Thanking me and giving me your first born.. ;)
    So, by cutting away around 40% of my humoristic stuff and following the constructive technical instructions from me you will be able to play bioshock.
    Greets :)

  • Questions about submitting PDF form to server

    I need to add a submit button to an existing PDF form that will submit it to a PHP script on the server. I can find information on submitting as FDF, but what does the "submit as HTML" option do? What and how does it submit to the server? I added a button (also a minor problem, the button text doesn't show) to the document with Acrobat 9 Pro, choosing the "Submit as HTML" option, but when I submit  it to a PHP script on the server that should echo or printr submitted $_POST data, I get an error message "An error occurred in the submit process. Cannot process content of type text/html."
    Apparently submitting as FDF is not an option, because the server does not have the FDF toolkit. What I need to be able to do is submit the PDF form with the information entered into it to the server, and redisplay it with the form inputs in place and with an added image. What would be the easiest way to do this? If I can get the form onto the server in HTML format, it would be easy to to add the image and redisplay it, or possible there is some way I could redisplay it in PDF format after adding an image to it? Any advice? Some tutorial on the other PDF form submit actions?

    Could someone at least point me to some information that provides all the details of how a PDF form is submitted to the server and discusses the options for the action? This information must surely exist somewhere, but after two days of searching I cannot find it.
    I am experienced with PHP (I used FPDF for one project) so a specific "how to" that is PHP oriented would be nice.

  • Question about displaying an image among columns in a report

    Hi folks,
    I've looked at examples that I've come across, but I guess I'm missing something. I have a PL/SQL procedure which returns a sql statement for a report. I want to display an image between two of the columns. I already have the images stored in APEX. Can someone please point me at what I'm doing wrong here?
    SELECT id INTO file_id FROM APEX_APPLICATION_FILES
    WHERE filename = 'Blue box.jpg';
    q:=' select ';
    q:=q||'current_status_cd,';
    q:=q||'APEX_UTIL.GET_FILE(p_file_id => file_id,p_mime_type => ''image/jpeg'',p_inline => ''YES'') M,';
    q:=q||'userid,';
    q:=q||'usernum,';
    q:=q||'lastname,';
    q:=q||'firstname';
    q:=q||' from some_table ';
    return q;
    Thanks very much,
    -Adam
    Edited by: avonnieda on Nov 11, 2008 12:28 PM

    Hi Varad, thanks for your reply.
    Since posting I tried that too, here is the code I'm using. It always results in a
    failed to parse SQL query:
    ORA-00936: missing expression
    whenever I run the page. Any ideas? Here's the current code. If I remove the line that we're talking about, it runs fine.
    q:=' select ';
    q:=q||'current_status_cd,';
    q:=q||'<img src="#APP_IMAGES#Bluebox.jpg"> image,';
    q:=q||'userid,';
    q:=q||'usernum,';
    q:=q||'lastname,';
    q:=q||'firstname';
    q:=q||' from some_table ';
    Thanks very much,
    -Adam

  • Please help..question about sending pdf file from my ipad to another

    I have a pdf file in Kindle that shows up under documents. I am wanting to locate it and send it from my ipad to another..whether through email or even share through kindle. I contacted kindle and they said I have to contact apple with instructions to retreiving the pdf before I can send it. Anyone know how to do it. It shows up in docs on my kindle app but doesnt show up in itunes or on amazon. Help appreciated!!!!

    I copied this from another discussion - that ironically enough - James and I both participated in. The OP never responded to what I suggested, but I think that this may work.
    I think that the Kindle app uses file sharing so see if you can transfer the files to the computer via iTunes with file sharing.
    iOS: About File Sharing
    Then drag the pdf file from the file sharing window (or use the save to button) onto your desktop. Email it from there and you can even email it to yourself on the iPad and store it any other other PDF app that you may have.

Maybe you are looking for

  • Screen goes black when coming out of screen saver. HP Pavilion,p7-1414 desktop, windows 8

     the monitor shows the windows 8 screen with the apps, then the screen saver will come on. Then when I try to bring it out of the screen saver mode the screen goes black and nothing I do will get it to go back to the windows 8 screen. Then the mouse

  • Safari closed unexpectedly and will no longer open.

    Safari froze while I was on my MacBook Pro.  Laptop is current with updates and operating system.  I was unable to force close the app, so I restarted my computer.  Now safari will not open.  Thoughts?  Ideas?

  • HT1338 Printing graphics

    Since updates installed on August 4, I am unable to print on my Epson Stylus PX730WD from files generated in Quark 10.2. When I try, any graphics come out corrupted or Quark crashes. I am able to print text only files and I am able to print from PDFs

  • Aperture 3 to AppleTV 2

    I've scanned a few thousand slides, and I found the editing and ajustments in iPhoto somewhat crude. PhotoShop and PhotoShop Elements are too complext to use, so I signed up for the Aperture 3 trial. The only way I will ever view these slides are on

  • New Logic Boards are eating up my eligable computers

    I need some help, I have had two logic boards fail on my laptop, both replaced by apple under warranty, so that is all fine, but each time that has happened it has used up one of my eligible computers for my iPhone. Any way around this. Thanks guys.