Questions tagged [viewer]
510 questions
0
votes
2 answers
How do we implement removeAllProperties() Viewer API?
We would like to remove existing properties for a selected object and display custom properties we have imported in a JSON object. We attempted to implement removeAllProperties() listed in the viewer API documentation here .
However, when…

BBringardner
- 87
- 5
0
votes
1 answer
Personal toolbar button in Forge Viewer not appearing
I followed the tutorial to learn Autodesk Forge. I linked my BIM 360 account to the Forge Viewer. I would now like to add extensions to it and have a button on the toolbar that links to my extensions.
However when I follow the extension tutorial,…

Elvi Na
- 1
- 1
0
votes
1 answer
Render various document types on a BlackBerry
I need an application which can read a variety of document formats. I am looking for something that can handle word, excel, powerpoint and pdf.
I want to invoke that application from my application and then return back to my application. Are there…

Dheeraj Jami
- 190
- 2
- 14
0
votes
0 answers
How can I view my pdf in jquery pdf viewer?
I downloaded this pdf viewer (Stable version):
http://mozilla.github.io/pdf.js/
When I open viewer.html locally, everything works fine. I see the pdf in my browser.
I uploaded the folder exactly as it is on my website, but when I open the page…

peace_love
- 6,229
- 11
- 69
- 157
0
votes
3 answers
View office app live Document viewer not working
I am using this view.officeapplive document viewer and have created it with my document
http://view.officeapps.live.com/op/view.aspx?src=https://206.128.155.68/bfs-dev/uploads/order_type_doc/orderid-17471/Word.docx
But its not working. Can anyone…

user2439124
- 291
- 1
- 3
- 16
0
votes
1 answer
Creating a measurement from existing points using measure.js in the Autodesk Forge Viewer
I am currently writing an extension app for the Autodesk Forge Viewer, and I need to be able to create a measurement from existing points.
To elaborate, I have been able to save the XYZ coordinate data for each point of a measurement to a JSON which…

Alex Leach
- 118
- 7
0
votes
0 answers
Print preset views with a CAD Viewer (AutoCAD free)
I'm working in a program which creates the different views of a structure (isometric, top, front, and right), as you can see in Figure 1.
Figure 1. Final plan of the structure.
To achieve this sort of things, the software basically asks the user…

Juan David Argüello Plata
- 438
- 4
- 11
0
votes
0 answers
AcroPdfLib to temporarily rotate a page
I have a VB.NET app which hosts an Adobe Acrobat Viewer through the AcroPdfLib.dll. It works great but most of our PDFs require a rotation to view properly. Note that this is only for viewing and not saving or editing the PDF. Even with Adobe Reader…

sinDizzy
- 1,300
- 7
- 28
- 60
0
votes
2 answers
Interactive skimage viewer canvastools RectangleTool
I've run into trouble with skimage.viewer.canvastools.RectangleTool() and would be grateful for any help that could be offered.
I would like the selection box to be interactive i.e. after drawing, one can edit the selected region using the handles.…

atstack
- 163
- 1
- 2
- 6
0
votes
1 answer
Xml 'Viewer' for MAC - which displays 'without' tags...need only the content
I tried a lot in google to find a XML viewer,which only display the content not the meta tags.But i failed to find one.Can any one suggest some free XML viewers for mac OSX?
I want some thing like this...
Input:
MR.X …

Ayyappa
- 1,876
- 1
- 21
- 41
0
votes
0 answers
What is the exact version library for pdf view in android studio 3.1.3? implementation 'com.android.support:appcompat-v7:28.0.0-beta01'
When I put a library for pdf view in dependencies in android studio 3.1.3 ,It shows the error message "All com.android.support libraries must use the exact same version specification ".What is the way to read pdf in this situation?
build.gradle…

Haraprosad Biswas
- 51
- 3
0
votes
1 answer
XPDL to image converter
Is there some tool to convert xpdl (bpm descriptor) to image files?
I need to convert a bunch of this bpm descriptor to images and doing that manually with some editor is not feasible.

Seguy
- 368
- 2
- 12
0
votes
0 answers
Adding Listener for TreeViewerColumn
I have a treeviewer with dynamic number of columns. I am using ColumnLabelProvider. Every column cell is populated with a image (not text) using getImage() method of labelProvider.
I need a listener that will be triggered when i double click on…

Monisha
- 163
- 1
- 1
- 8
0
votes
1 answer
Potree get WGS84 coordinates of a clicked point
Sorry for the dumb question, but I'm new in the Potree world :-D
I would like to get the WGS84 coordinates of a point clicked on a pointcloud though potree viewer.
Any idea?
Thank you

Danilo Del Fio
- 131
- 2
- 9
0
votes
0 answers
Asp.Net Mvc Pdf Viewer iFrame
I want to open my pdf file. I am using iframe:
var url = 'C:\Users\Desktop\NewFile\example.pdf';
iframe.attr('src', url);
the problem is here when I use my local path iframe is not working but when I use link it is working.

İbo
- 13
- 5