Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Docs Viewer and .ODT files
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Docs Viewer and .ODT files
#60014
Docs Viewer and .ODT files 7 Years ago Karma: 0
Hello all.

I'd like to use ARI Docs Viewer to display OpenOffice docs (.odt) in a website for bilingual students in Guatemala. OO seems to be the only way my docs can contain video and audio.

I installed pkg_aridocsviewer in my localhost Joomla 3.6.5 website on Win 10.

PDF files exported from OpenOffice Writer display properly, eg: {aridoc engine="pdfjs" width="100%" height="100%"}images/docs/Sample.pdf{/aridoc}

But when I try to dipslay the same document in .odt format: {aridoc engine="pdfjs" width="600" height="800"}docs/Sample.odt{/aridoc}
I get:
An error occurred
We're sorry, but for some reason we can't open this for you.

Does anyone have a solution for this problem? I'd love to get this working for my indigenous students!

Thanks,
Buz
Buz
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#60015
Re:Docs Viewer and .ODT files 7 Years ago Karma: 747
Hello,

PDFJS viewer can show only PDF files. Try to use "Google Docs" viewer for OpenOffie documents:

Code:


{aridoc engine="google" width="600" height="800"}docs/Sample.odt{/aridoc}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#60016
Re:Docs Viewer and .ODT files 7 Years ago Karma: 0
Thanks for your reply. I copied incorrectly, it should have been:
{aridoc engine="office" width="100%" height="100%"}images/docs/Sample.odt{/aridoc}

Also, OO Presentation doesn't work.
{aridoc engine="office" width="100%" height="100%"}images/docs/TestPres.odp{/aridoc}
fails with the same error.
So it seems to be a problem with Office.

I love Google Docs, but can't use it in this case. The schools in GT don't have internet access.
Buz
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#60017
Re:Docs Viewer and .ODT files 7 Years ago Karma: 747
"office" is also online service and it can work only with Microsoft Office documents.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60018
Re:Docs Viewer and .ODT files 7 Years ago Karma: 0
So "Office doc viewer" is for MS only?

extensions.joomla.org/extension/ari-docs-viewer/ has:
odt - OpenDocument Text
ods - OpenDocument Spreadsheet
odp - OpenDocument Presentation


How can I use these?

Thanks,
Buz
Buz
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#60019
Re:Docs Viewer and .ODT files 7 Years ago Karma: 747
The extension supports different viewers:

- "Google Docs" is an online service which can show various documents including Open Office documents. Use engine="google" parameter.

- "Microsoft Office" is an online service which works with Microsoft Office documents. Use engine="office' parameter.

- "PDFJS" viewer. It can show only PDF documents, but it doesn't require access to any online service.

so only "Google Docs" viewer can be used to show Open Office documents.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12