Tagged with printing - Visokio Forums http://forums.visokio.com/discussions/tagged/printing/feed.rss Mon, 30 Oct 17 14:37:41 -0400 Tagged with printing - Visokio Forums en-CA Printing: PDF Export from Linux OS without a GUI http://forums.visokio.com/discussion/2617/printing-pdf-export-from-linux-os-without-a-gui Fri, 27 Jun 2014 11:51:04 -0400 donald 2617@/discussions printing and PDF download from mobile Server installations when running on Linux OS without a GUI. You might experience printing Mobile reports with "black images".
Please follow these instructions to workaround this issue.

MAIN SOLUTION (should work across different Linux distributions; tested on CentOS and Ubuntu 14.04): Use XVFB

You need to install these additional packages on your headless Linux machine: xvfb, libxss1
On Ubuntu Server 14.04 you also need dbus-x11 libnss3 libgconf2-4 libfontconfig libpangocairo-1.0-0 libXcomposite1 libasound2 libxtst6 libcupsmime1 libgtk2.0-0
sudo apt-get install xvfb libxss1 ...


Then you just need to start Omniscope Server through this command:
xvfb-run -a --server-args='-screen 0, 1024x768x24' ./omniscope-server-headless.sh


If this command fails, run xvfb-run with "-e /dev/stdout" option to see the error messages in the console.
e.g. in case of Font error you may need to install these additional packages:
sudo apt-get install -y xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic

If you are running the Omniscope Server through Upstart background service, in the visokio-omniscope server installation directory modify the _launch.sh file (last line) from:
"$JAVA_CMD" $JAVA_VM_PARS $ADD_VM_PARS -cp "$JAVA_CP" "$@"
to
xvfb-run --server-args='-screen 0, 1024x768x24' "$JAVA_CMD" $JAVA_VM_PARS $ADD_VM_PARS -cp "$JAVA_CP" "$@"

Then start the service as usual as per instructions http://www.visokio.com/kb/linux-installs
N.B. xvfb-run seems not compatible with privbind. So if you are using privbind to bind to reserved port (e.g. 80) you need to use an alternative solution: e.g. setting up Linux IPTABLES to redirect port 80 to Omniscope port 8080 see here for reference https://www.frozentux.net/iptables-tutorial/iptables-tutorial.html#REDIRECTTARGET

]]>
Graph view: Compressing date axis to print on one page? http://forums.visokio.com/discussion/2842/graph-view-compressing-date-axis-to-print-on-one-pages Wed, 11 Feb 2015 10:38:16 -0500 aeastwood 2842@/discussions
I have some line charts with measures in the Y axis and dates running along the X axis. Unfortunately, there are a lot of dates, so even with minimum splits width within layout at its lowest setting, the Bar/Line charts don't fit on one screen (only just fits on three by scrolling).

I'd like to be able to demo these charts, and to be able to print them so that they display all on one page (currently if I print I get about 1/3 of it).

Graph views seem more suited to this, but I can't find a way to have two measures overlaid like I do in my attached file (let me know if there's a way).

See the simple attached file to see what I mean.

Thanks
Alex]]>
Export: Image Quality when copying views as screenshot images? http://forums.visokio.com/discussion/2817/export-image-quality-when-copying-views-as-screenshot-imagess Fri, 16 Jan 2015 04:01:26 -0500 aknotts 2817@/discussions
I have tried maximising the view I am interested in so its the only view on the tab, then File > Export to PowerPoint, changing the Advanced settings to get a higher DPI... however, when I print it, it restores the view I maximised to its original size and prints all the views rather than just the one I want. (I hope that makes sense).

Thanks]]>
Outputs: Printing view variations as re-usable documents? http://forums.visokio.com/discussion/2656/outputs-printing-view-variations-as-re-usable-documentss Wed, 23 Jul 2014 13:21:18 -0400 agrynie2 2656@/discussions
Is there a way to automate the export of screenshots in Omniscope? Basically, I have a file where I have pie charts. I want export about 100 different pie charts in png or jpg format to use in presentations. Ideally, I would like to say export the pie chart for all records that match this filter. The pie chart will be different for each individual record, as the underlying data is different, but I won't have to manually export the chart for each record.

I am using the Desktop Edition of Omniscope.]]>
Export: Printing Exported PDF file with Map legibility http://forums.visokio.com/discussion/2612/export-printing-exported-pdf-file-with-map-legibility Wed, 25 Jun 2014 11:47:39 -0400 enrico68 2612@/discussions
We exported a map in a PDF file and got the result shown in the file attached. The same map was perfectly readable when displayed inside the IOK file (as you can see in the print screen below).

Is there a way to obtain legible values in the round markers in the printed PDF version of the map?

Thanks]]>
Export: Download PDF/Print from browser versions (2.9+) http://forums.visokio.com/discussion/2618/export-download-pdfprint-from-browser-versions-2.9- Fri, 27 Jun 2014 13:29:47 -0400 antonio 2618@/discussions
From the app top-right "3 dots" menu, by selecting
  • Download as PDF, the server will generate and send to client a PDF file containing all the IOK file tabs captured as high quality images page by page.
  • Print..., the server will generate a printable HTML report, made of all IOK file tabs high-quality images, that will automatically prompt the end-user native browser print dialog.


Users can select which aspect-ratio to use to generate the PDF or the printable HTML report
When prompted,
image

  • Ticking Use current browser size will generate a report that follows exactly the same app proportions (e.g. views, filters) as seen by the user in their browser.
  • Unticking the option will produce a A4 friendly landscape format report, in which the app proportion will be adapted to the A4 ratio.


For instance, iPad users may want to download a PDF that looks exactly the way they are experiencing Server-hosted Omniscope IOK files from inside their iPad browsers by using the Use current browser size option and the result will be something similar to the attached PDF.

N.B. If you run Omniscope Server on Linux server OS and you print a report you may encounter errors / visual glitches, so please follow this troubleshooting post]]>
Idea: Page Breaks for PDF/PowerPoint table outputs? http://forums.visokio.com/discussion/1811/idea-page-breaks-for-pdfpowerpoint-table-outputss Thu, 04 Oct 2012 07:06:50 -0400 benjamin 1811@/discussions
Is there any way to include page breaks in the table so that when I output the tab to PDF/PowerPoint the sections between each page break are printed? i.e. the table is output to PDF/PowerPoint as however many PDF/PowerPoint slides.. each slide being a different page break section in the table?

Thanks, Ben
]]>
Printing: Font size when exporting to PowerPoint? http://forums.visokio.com/discussion/2035/printing-font-size-when-exporting-to-powerpoints Tue, 05 Mar 2013 02:43:14 -0500 William 2035@/discussions
Thanks.]]>
Idea: Outputs-Table Page Breaks in PDF/PowerPoint? http://forums.visokio.com/discussion/1812/idea-outputs-table-page-breaks-in-pdfpowerpoints Thu, 04 Oct 2012 07:11:00 -0400 benjamin 1812@/discussions
Is there any way to include page breaks in the table so that when I output PDF/PowerPoint the tab PDF/PowerPoints each page break, i.e. so the table in PDF/PowerPoint results in many PDF/PowerPoint slides, each slide being a different page break on the table.

Thanks, Ben

]]>
Outputs: Exporting Content View to PDF only viewable contents? http://forums.visokio.com/discussion/1804/outputs-exporting-content-view-to-pdf-only-viewable-contentss Tue, 02 Oct 2012 06:32:04 -0400 mohamed 1804@/discussions Layout: Printing long tabs? http://forums.visokio.com/discussion/1790/layout-printing-long-tabss Thu, 27 Sep 2012 06:46:59 -0400 enrico68 1790@/discussions
I've tried to export it in a PDF file or print it and I'm only able to export o print the upper part of the report (it seems that it's only possible to print or export the first part that fit in the video).

Is there a way to export the whole tab in a PDF (for example in a PDF with more than one page) or print it on more pages? -Thanks

]]>
Display: Adjust font size for labels, colour keys, axes...? http://forums.visokio.com/discussion/1520/display-adjust-font-size-for-labels-colour-keys-axes...s Wed, 02 May 2012 10:22:36 -0400 Julia_OIS 1520@/discussions
I think this possibility was planned to be implemented in the new version - which leads to the question, when this new version will be released? For good presentations, we have an urgency for the missing features...

Best regards]]>
Ideas: Printing - page breaks to split pages by panes? http://forums.visokio.com/discussion/1470/ideas-printing-page-breaks-to-split-pages-by-paness Fri, 13 Apr 2012 11:18:03 -0400 vthiruv2 1470@/discussions Can I print ALL that's in one tab? http://forums.visokio.com/discussion/1303/can-i-print-all-thats-in-one-tabs Mon, 13 Feb 2012 14:15:32 -0500 rbingha 1303@/discussions