Questions tagged [oracle-outside-in]

8 questions
3
votes
1 answer

Problem getting correct parameters for C# P/Invoke call to C++ dll

Trying to Interop a functionality from the Outside In API from Oracle. Have the following function: SCCERR EXOpenExport {VTHDOC hDoc, VTDWORD dwOutputId, VTDWORD dwSpecType, VTLPVOID pSpec, VTDWORD dwFlags, VTSYSPARAM dwReserved, VTLPVOID…
Jim Jones
  • 287
  • 3
  • 14
2
votes
0 answers

Outside In Viewer Technology: How to implement 'Goto Page' Feature for doc file

We are using the Oracle Outside In Viewer Technology to view files. We now need the feature to goto specific page provide by user i.e. if user provide page no.5 the viewer should goto page no. 5. Is it possible to implement Goto Page feature while…
RameshPasa
  • 407
  • 6
  • 25
1
vote
1 answer

Oracle Outside In Web View Export JavaScript API loading problem

I've converted a sample PDF file to HTML5 using Oracle's OutSide In Web View Export using the AjaxChunked method, but I cannot get the file to render correctly using the supplied JavaScript API. The file is rendered correctly is browsed to…
Tony
  • 3,587
  • 8
  • 44
  • 77
1
vote
1 answer

Convert any document into grayscale PDF using PDF Export?

I have converted/exported color document into color PDF using Oracle Outside In PDF Export. Is it possible to convert/export this color document into grayscale/blacknwhite PDF using Oracle Outside In PDF Export?
RameshPasa
  • 407
  • 6
  • 25
0
votes
1 answer

Oracle Outside In Parse SCCCA content

I am using document Oracle Outside In to output text content of pdf document. I am using below parameters to pass to main function of CASample.c file from content access of…
Anonymous Creator
  • 2,968
  • 7
  • 31
  • 77
0
votes
0 answers

How to put in a proper file path in java Eclipse

I would like to know how to properly put in a text file and then convert it to an HTML file. When I try putting a text file I get the errors java.security.InvalidParameterException: Configuration file unreadable. at…
john_ark
  • 21
  • 3
0
votes
1 answer

Testing Oracle OutsideIn ImageExport on Solaris with Xvfb

Has anyone had success testing Oracle Outside in on solaris using Xvfb? The error messages are a pecious few and I'm not sure what configuration is the problem. Process Edit /usr/openwin/server/etc/OWconfig class="XDISPLAY"…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
0
votes
1 answer

Is Outside In's PDF Export library's function EXOpenExport thread-safe?

I'm writing a C++ wrapper, for Node.js, around the Oracle Outside In PDF Export library, on Ubuntu Linux. Node.js has a single threaded event loop and therefor any long-running processing is done on a worker thread. So, my wrapper is calling all of…
Ryan
  • 7,733
  • 10
  • 61
  • 106