viewer

PDF Viewer in Qt

人盡茶涼 提交于 2019-12-10 10:27:44
问题 I am trying to create a pdf viewer inside qt using Adobe Readers ActiveX, but it requires to install Adobe Reader, so is it possible without installing Adobe reader we can create pdf viewer 回答1: QtPdf module in the Qt Labs. It comes with a Widgets-based PdfViewer example, which works out of the box. It can be easily incorporated into any Qt app - We are incorporating it into one if our QML applications, by creating a wrapper. Qt blog announcement here. 来源: https://stackoverflow.com/questions

Hierarchy viewer not working with HTC Sensation

自古美人都是妖i 提交于 2019-12-08 05:02:42
问题 I have htc desire and hierarchy viewer works fine. But when I plug the sensation than nothing happens I have refresh button but afrer clicking on it nothing happens :( where is the problem ? 回答1: Hierarchy View normally does not support hardware, only the emulator. For API Level 12 devices and higher, you can try embedding ViewServer into your app, though I have not yet tried this. It is also possible that you might have better results with a rooted device, though I have not tried that either

Android - microsoft office viewer in my app

旧巷老猫 提交于 2019-12-07 02:50:22
问题 What I have / tried: I am developing an android application. In which I have to add the viewer for the microsoft office documents( doc, docx, ppt, pptx, xls, xlsx ) to the users. So I have searched in the internet. I got some reference about the apachi POI and doc4j for android. So I tried to implement that inside my app. But I got lot of issues and also not getting any API references for that. So I have posted the question in the stackoverflow. But I didn't get any solutions for that. So I

Make R's View() open in a new window automatically

馋奶兔 提交于 2019-12-06 19:06:28
问题 I like to use the Source Editor / data viewer invoked by View() in R. I use multiple monitors and it's really nice to have a viewer or two open on a side monitor while I code in the main RStudio window. It's a bit inconvenient to have to do View(df) and then click the "show in new window" button for each dataframe I want to view if I want to view several dataframes. I'm wondering if there's some kind of wrapper I could put together, or maybe some setting tucked away somewhere, that can make

How to resize on object - Autodesk Forge Viewer

情到浓时终转凉″ 提交于 2019-12-06 18:48:30
How can i change size of on object ?? i need to change height of on object For example, we need to change the height of a door or curtain on this code my object disappears let change = function () { const viewer = oViewer; const model = viewer.model; const frags = [ 123, 361, ]; for(let i in frags){ let fragId = frags[i]; // Get mesh with frag id let mesh = viewer.impl.getRenderProxy(model, fragId); // Selection ID let dbId = 1280; // viewer.getSelection()[0] model.getData().instanceTree.enumNodeFragments(dbId, fragId => { mesh.scale.x += 0.5; // mesh.scale.y = 5; // mesh.scale.z = 5; model

Hierarchy viewer not working with HTC Sensation

烈酒焚心 提交于 2019-12-06 15:32:02
I have htc desire and hierarchy viewer works fine. But when I plug the sensation than nothing happens I have refresh button but afrer clicking on it nothing happens :( where is the problem ? Hierarchy View normally does not support hardware, only the emulator. For API Level 12 devices and higher, you can try embedding ViewServer into your app, though I have not yet tried this. It is also possible that you might have better results with a rooted device, though I have not tried that either. 来源: https://stackoverflow.com/questions/7319664/hierarchy-viewer-not-working-with-htc-sensation

Using ghostscript as x11 viewer (gs x11 viewport positioning)?

房东的猫 提交于 2019-12-06 12:35:51
问题 I already know about Ghostscript front end viewers; but I was wondering how gs itself could be used for viewing PDF documents? The closest I could get to, is to specify explicitly x11 window as output device, specify width and height of the window via -g , and specify rasterization resolution via -r ; or, a command line like this: gs -sDevice=x11 -g500x500 -r150x150 -dFirstPage=3 fontspec.pdf ... which results with something like: ... which is, in fact, all good - except, it starts at lower

Google Docs viewer in IE

瘦欲@ 提交于 2019-12-06 04:59:14
问题 I've searched high and low for a solution, but can't find one. I'm using Google Docs Viewer to view PDF files. It's a great tool, but I can't seem to get it working in Internet Explorer (7 or 8). All my images come up as a 'missing' icon. If I view the file externally, it seems to load fine and it will start working (I'm assuming because the images are being cached). The document is being displayed in an iframe and works in all other browsers. Has anyone come across a solution to get it to

PDF Viewer for my web - PHP [closed]

拈花ヽ惹草 提交于 2019-12-06 04:20:54
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am searching for an opensource pdf viewer for my web-site Searched for months and months. Is there any open source to view pdf in my web (without Flash). On the other hand, the documents should be secure. I have done a synopsis with the following urls (but no use) http://embedit.in/ http://www.vuzit.com/ http:

PDF Viewer in Qt

淺唱寂寞╮ 提交于 2019-12-05 20:42:56
I am trying to create a pdf viewer inside qt using Adobe Readers ActiveX, but it requires to install Adobe Reader, so is it possible without installing Adobe reader we can create pdf viewer QtPdf module in the Qt Labs. It comes with a Widgets-based PdfViewer example, which works out of the box. It can be easily incorporated into any Qt app - We are incorporating it into one if our QML applications, by creating a wrapper. Qt blog announcement here . 来源: https://stackoverflow.com/questions/44521053/pdf-viewer-in-qt