View Full Version : Free PDF Object Plugin
reteset
06-24-2008, 12:01 PM
hi to all
i new free ( PDF ) object plugin from me it shows your PDF documents
an allows navigate to PDF documet and some appearance adjustments
actually you can show a PDF document with in a Web object but this
plugin may provide you some more features
Version :
1.0.0.0
Licence :
Freeware/Public Domain
How to Install :
a txt file was included in package for show howto install
Minimum Os :
Windows 98
Dependecies :
minimum version 6 of Adobe Acrobat Reader must be installed
Help File :
not exist (maybe wit next versions)
simple descriptions can be found for each function on script editor
Example :
an AMS 7 example was included in package
Notes :
1 ) i may delete or move the attachments for next versions
please always check my last message under this thread
2 ) this is first release of the plugin and it may has some bugs
please wait until stable release before use it with your final products
3 ) Please report if you found a bug , please write your comments good/bad , i will accept your suggestions also
Functions :
6648
ScreenShot :
6649
Plugin :
reteset
06-24-2008, 12:02 PM
If You Like This Plugin
Maybe You May Want To Make A Donation For This Good Job
If You Thought It Worth To Make A Donation
Make A Donation (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=reteset%40hotmail%2ecom&item_name=PDF%20Plugin&item_number=3&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8)
rexzooly
06-24-2008, 12:40 PM
nice work thaks if i ever get sorted and i get to use it and end up using it a porject i will pass on a wee bit of money lol but i am not programming just right
now got collage to think about soon :):yes
That was really usefull, and I want to pay for that, So check your message box.
Ulrich
06-26-2008, 06:12 PM
Nice idea, but it seems that your plugin needs some further debugging and testing.
I opened the demonstration project "PDF_Example", double-clicked the object "Plugin1", then went to access the "Script" tab of the dialog. The result I get here is that AMS crashes. Not once, but every time I make do this.
Ulrich
Dermot
06-26-2008, 11:23 PM
This very nice but it crashes AMS when I click on the Script tab.
mwreyf1
06-27-2008, 09:20 PM
It seems that the <Event> section is not getting created in the project file:
I opened the .am7 project file with notepad and located the plugin section for this plugin and inserted the code between </Ratios> and <Actions/> and saved and reopened. Not sure what default Event Variables were intended.
</Ratios>
<Event>
<Name>On Select</Name>
<Args></Args>
<Script/>
</Event>
<Actions/>
I just added the one event "On Select" but you could add whatever you wanted. (Example: "On Double-Click", "On Key" etc...)
mwreyf1
06-27-2008, 09:42 PM
Actually you probably should include it this way since that is the way that AMS inputs them.
<Event>
<Name>On Select</Name>
<Args/>
<Script/>
<TreeStates>
<TreeState>0</TreeState>
<TreeState>0</TreeState>
<TreeState>0</TreeState>
</TreeStates>
<BookMarks count="0">
</BookMarks>
</Event>
RizlaUK
06-28-2008, 08:19 AM
havent tested yet, i'll wait for an update but it looks like a very nice plugin :yes
reteset
06-28-2008, 02:55 PM
i have never click to script tab because this object has no event
and GetNumEvents(); returns 0 AMS should not show script tab.
actually, causer of the problem is not plugin ,
but i will add standard mouse events for solve problem and update it soon
thanks for your comments
reteset
06-29-2008, 12:03 PM
first i want to say Thanks to upeters
Ok problem solved
new [ On Click , On Enter , On Leave ] mouse events were added
Version :
1.1.0.0
Dependecies :
minimum version 6 of Adobe Acrobat Reader must be installed
Help File :
not exist (maybe with next versions)
simple descriptions can be found for each function on script editor
Example :
an AMS 7 example was included in package
Notes :
1 ) Example project requires SliderEx (http://www.indigorose.com/forums/showthread.php?t=23291) object plugin
2 ) Previous attachments were removed
3 ) Example project was modified
ScreenShot :
6671
Plugin :
brisk
07-02-2008, 05:27 AM
this is a fab plugin
but after build and you run the app
from the example given without any changes
i get this error (see attached image)
Esfahan
07-02-2008, 10:59 PM
very useful :yes
thanks man
it work nice for me
reteset
07-06-2008, 11:59 AM
this is a fab plugin
but after build and you run the app
from the example given without any changes
i get this error (see attached image)
thanks for your test
actually this plugin was in my personal plugin collection
i have used this plugin some times (in personal projects) before send to forum
and never got an error
i have only added some functions for make it public version, and added to forum
can you write some more details to help me for make it better , when this happen ..?
on preload..
when loading a new document..
when setting a property..
or when...
thanks for your interest
brisk
07-06-2008, 12:06 PM
it only happens when you close the app down
when you have a .pdf loaded in to it.
as far as i have found thats the only time.
could be down to my laptop as its not
got great specs..
havent been able to test on any other comp yet
will add reply when i have......
reteset
07-06-2008, 12:09 PM
ok thank you :)
i will look into it :yes
Awesome Plugin! This is the best one I have ever seen! Is there a way to put buttons beside the next-prev page buttons which go to the next view - prev view. I have that inabled in my acrobat and it would be very useful if I could make those big and replace the first-last page buttons. Just a thought. Thank you that is awesome!
reteset
10-11-2008, 10:49 AM
thank you MSP for your comments
can you explain a bit more next view - prev view
there are two functions
PDF.BackwardStack("Plugin1");
PDF.ForwardStack("Plugin1");
[PDF developer manual says]
these functions are working like Internet Explorer's back forward buttons
but i have not tried them yet ,because PDF authoring is outside of my envirounment
i am only converting some documents to PDF and show them
also , i had created a new thread for this plugin
you can follow new updates from here (http://www.indigorose.com/forums/showthread.php?t=24507) too
azmanar
10-12-2008, 12:56 PM
Hi Reteset,
Thank you.
Reteset,
Yep that is exactly what I was looking for! This helps because I place links inside of pdf pages which reference certain sections of certain pages. The viewer can then quickly go back and forth between views instead of remebering the page number and trying to find it again etc. Thank you for your help and your awesome Plugin!
MSP
reteset
10-13-2008, 03:49 PM
can you test this function for me
PDF.GotoNamedDest("Plugin1", "AnyDestination");
I place links inside of pdf pages which reference certain sections of certain pages.
this function does that job from outside of document
simply, navigates document to specified section from within AMS
just i want to make sure whether that function works well
because i could not test it
That works great to you just need to know how to set destinations in Adobe Acrobat. Jut go to view -> Navigation Panels -> Destinations you can set any zoomed in or zoomed out "view" (as in what ever it looks like on the screen at that particular moment). Set that as a particular name ie "Page1_TopLeftCorner" and then use that in the autoplay function. Works like a charm. You can then set buttons/comboBoxes around the viewer and really do whatever you want to. Thank you that is a very good plugin!
reteset
10-22-2008, 01:41 PM
That works great to you just need to know how to set destinations in Adobe Acrobat. Jut go to view -> Navigation Panels -> Destinations you can set any zoomed in or zoomed out "view" (as in what ever it looks like on the screen at that particular moment). Set that as a particular name ie "Page1_TopLeftCorner" and then use that in the autoplay function. Works like a charm. You can then set buttons/comboBoxes around the viewer and really do whatever you want to. Thank you that is a very good plugin!
thank you for the test :yes
S0mbre
10-22-2008, 10:33 PM
Hi reteset!
I think it's an incredible addition to AMS functionality. I've made a donation. Keep moving on!
Regards,
S0mbre
reteset
10-23-2008, 02:47 PM
Hi reteset!
I think it's an incredible addition to AMS functionality. I've made a donation. Keep moving on!
Regards,
S0mbre
thank you i got it ;)
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.