PDF Viewer in Oracle APEX

  Рет қаралды 26,847

Oracle Developers

Oracle Developers

Күн бұрын

Пікірлер: 32
@deepakdakhore
@deepakdakhore 2 жыл бұрын
Thanks for sharing, I am getting error If I chose Media Resource in RESTFULL (Handler), If I change to collection query I getting raw data, What is missing with Media Resource as Source Type?
@CesarBerrio
@CesarBerrio 2 жыл бұрын
What is the best way or recommendation to design, and create a PDF report to view database data and deploy from Oracle APEX?
@АкылТокторов-щ9ь
@АкылТокторов-щ9ь 2 жыл бұрын
3:21 what is the ESSAY column does ?
@VugarRahimli
@VugarRahimli Жыл бұрын
your blob column
@maslovskos
@maslovskos Жыл бұрын
Thanks for the useful video! Question: how can we restrict access to the restful service and still use its link as a source of ? As of now it seems that our pdf will be available to anyone when pasting Restful Service link a in browser string.
@sreekanthkoduri7641
@sreekanthkoduri7641 5 ай бұрын
The request could not be processed because an error occurred whilst attempting to evaluate the SQL statement associated with this resource. Please check the SQL statement is correctly formed and executes without error. SQL Error Code: 1722, Error Message: ORA-01722: invalid number
@nunobelo5834
@nunobelo5834 2 жыл бұрын
Thanks for sharing! :-) It has been very useful for me! A quick remark regarding the code shared for the filename link (2:24 in the video), there is a comma missing after 'PDFViewer' in the highlighted code - correct version below. javascript:apex.event.trigger(document, 'PDFViewer', [{id:'#ID#'}]);void(0); Thanks again for sharing!
@harikanth4336
@harikanth4336 2 жыл бұрын
Hi Nuno Belo, I'm new to Apex, at 3:20 in video there's a query in that mimetype and essay selected as columns. If I don't have such columns in my table shall I select any other columns in query? Kindly help me here
@harikanth4336
@harikanth4336 2 жыл бұрын
I got it for mimetype but please help me on essay column
@nunobelo5834
@nunobelo5834 2 жыл бұрын
@@harikanth4336 Hi, first and foremost I'm not an APEX expert either :-) Nonetheless, this video, as far as I can tell, assumes that the PDF that you want to display is already stored in the database as a BLOB - as mentioned at the beginning . If that is not your case then I don't know if this approach (exactly as described in the video) would apply to you. But, as long as you have a REST endpoint that returns the PDF in the correct format based on the provided ID it should work but, the steps to set it up would obviously be different. Regarding the BLOB and the MIMETYPE columns that you're referring to, they don't have to be in the same table; you can have a separate table for this data as long as you can leverage the ID of your parent table to perform a lookup. In this case your REST service would reference the table that you like and the where clause would still need to consider the ID to make sure that you're pulling the correct PDF. regards, NB
@harikanth4336
@harikanth4336 2 жыл бұрын
Hi NB, thanks a lot for taking time to explaining in detail. I have understood now.
@vladimirtrajkoski7859
@vladimirtrajkoski7859 2 жыл бұрын
I HAVE ERROR, PAGE NOT FOUND. DO U HAVE AN IDEA WHAT COULD BE PROBLEM? THE CODE IS THE SAME AS IN EXAMPLE. THANKS
@natasuah
@natasuah Жыл бұрын
I'm getting "404 Not Found". Is ORDS related issue I believe. I couldn't find the code in the description so I had to type it from the Video. Maybe I got something. Your help will be very much appreciated. Cheers.
@yakaka1
@yakaka1 Жыл бұрын
I want to open pdf url in new page
@baraaabueslieh9296
@baraaabueslieh9296 2 ай бұрын
hello thanks for your efforts, please how can i prevent download file ?
@tomy00712
@tomy00712 10 ай бұрын
Thanks for sharing, it really helped. One thing, you are missing a coma on the code that you are sharing in the minute 2:23
@arrival73
@arrival73 2 жыл бұрын
May I've got some documentation about?
@jkl8577
@jkl8577 3 жыл бұрын
Nice short tips for this! Thanks for posting this video
@flickertv7521
@flickertv7521 Жыл бұрын
has anyone here succeeded or made it work? followed the video and failed twice. Getting a javascript error.
@okmmanvideos
@okmmanvideos Жыл бұрын
Hi Amazing video.... !!! Thanks for sharing... quick help ===> I have 2 sources of TXT & PDFs files one is a directory folder and Bucket in oracle cloud.... is it feasible to do something similiar what you explain here? please some tips!
@bhavinadhvaryu8549
@bhavinadhvaryu8549 2 жыл бұрын
Nice blog...but getting javascript error on File_Name column link click...! Can anyone able to help me?
@13rutvik13
@13rutvik13 2 жыл бұрын
In the Link URL, you need to pass three parameters in apex.event.trigger: pSelector,pEvent, and pData. comma is missing between the second and the third parameters in the code shown in the popup at @2:23. Use this code javascript:apex.event.trigger(document,'PDFViewer',[{id:'#ID#'}]);void(0); Here replace #ID# with the primary key column of your report.
@cioacasorinionut8321
@cioacasorinionut8321 2 жыл бұрын
Hi, Do you fixit? Because I think that I have the same problem.
@AlcyonRotterJunior
@AlcyonRotterJunior Жыл бұрын
Thanks for sharing!
@kamruzzamanpintu8670
@kamruzzamanpintu8670 9 ай бұрын
Please Share your code
@indianfestivals172
@indianfestivals172 2 жыл бұрын
how to disable download and save buttons in PDF viewer...if any one know please share the link of the video or code
@eronanasu
@eronanasu Жыл бұрын
i am search for that if you have video please send to me
@rolando18229
@rolando18229 2 жыл бұрын
shere the code ..........
@ZafarIqbal9922
@ZafarIqbal9922 3 жыл бұрын
Excellent
@ibrahemalkamel3412
@ibrahemalkamel3412 3 жыл бұрын
WOOOOOW
@MrCrzzy
@MrCrzzy 3 жыл бұрын
Share your code with us
Oracle APEX - How to Create a File Preview Functionality
16:26
The Coder Gal
Рет қаралды 10 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Synchronizing Data from REST Services to Local Table
9:16
Oracle APEX
Рет қаралды 14 М.
Formatted Reports (Commercial Invoice) in Oracle APEX - Part 34
16:07
Oracle APEX - File Download , View Image and File Upload - Sample
19:08
Beginner's Guide to Oracle APEX
57:08
Oracle Developers
Рет қаралды 155 М.
Oracle APEX Client Side PDF
15:55
BeNnO8080
Рет қаралды 4,4 М.
Creating Email Campaign App with Oracle APEX
12:00
Oracle APEX
Рет қаралды 15 М.