Questions tagged [windward]

Windward is a reporting and document generation generator from Windward Studios. It is composed of a template designer that is an Add-On to Microsoft Word, Excel, and PowerPoint and a report/docgen engine in both a Java and .NET version.

15 questions
1
vote
0 answers

How can I programmatically detect complex scipt using OOXML?

We are using Windward to generate reports in Microsoft Word. Due to some update, Unicode Characters are no longer displaying properly. While the vendor is still looking for a fix, we're looking for a work around. One Symptom that I've noticed is…
ezG
  • 391
  • 1
  • 17
1
vote
1 answer

Where to add license of windward in .net core

I am new to windward & I want to use .net core with windward restful engine.Where I can add windward license in .net core.I am getting windward license excpetion in .net core
1
vote
1 answer

Windward Document Generation - PDF Copy Protected

In our application, we generate a few reports and documents through Windward. The documents are generated based on specific user conditions and the user is able to download the document. As part of a new requirement, we would like to enable copy…
Aravind
  • 311
  • 3
  • 14
1
vote
1 answer

Running into memory errors using AutoTag

I'm using AutoTag in Word to create my template, but when I try connecting to my JSON data, I keep getting an error: Exception of type 'System.OutOfMemoryException' was thrown. The JSON is on our network and isn't accessible to anyone outside the…
1
vote
1 answer

An issue with windward reports using JdbcDatasource

I'm trying to use Windward reports for making a simple report. I use JdbcDataSorce object in order to connect Oracle database. Here's the code: package org.qrf.test; import java.io.File; import java.io.FileInputStream; import…
Kirill
  • 31
  • 5
1
vote
1 answer

How do I pass parameters to Windward Reports?

I need to pass parameters (variables) in to my report template when running a report. How do I do this? I am using the Java version of Windward.
David Thielen
  • 28,723
  • 34
  • 119
  • 193
0
votes
1 answer

Output screen show the totally white , nothing output are comming

i want to get the output on this code. when m try to run this code this shows only a white screen doesn't know why m putting the code here // first page find the code easliy App main page this is. import React {} from react; import About from…
0
votes
0 answers

How to disable or remove security method Windward?

Using windward while convert doc to pdf . How to disable / remove security method, Please suggest me possible way to restrict security method. Currently using WindwardRestApi in .Net
0
votes
1 answer

Getting eror " The type initializer for 'java.util.Locale' threw an exception." on Report.Init() method of windward

I am looking for windward report with .net core.I found some sample on goggle which works fine with .net application but when I tried to create windward report through .net core it gives me error. any suggestion or public void…
0
votes
1 answer

Windward ASP.net example cannot find KeyPairDictionary and IReportDataSource

I am trying to run the ASP.net example that can be found on windward website. But it wont build because of the errors. It can not find KeyPairDictionary It can not find IReportDataSource What do I need to add in my code to make it run? Thanks.
TM87
  • 1
0
votes
1 answer

cannot find lopencv_core and other library variables

I am using Eclipse Helios with cdt plugin and I have also downloaded MINGW. Now I have copy pasted the basic Opencv program which I found here OpenCV on eclipse on windows I have followed all the instructions given in this link, and also search…
user3917116
  • 1
  • 1
  • 1
0
votes
1 answer

How do I pass parameters to Windward DocGen?

I need to pass parameters (variables) in to my document template when running a report. How do I do this? I am using the .NET version of Windward.
David Thielen
  • 28,723
  • 34
  • 119
  • 193
-1
votes
1 answer

Why this xpath fails

I have the following xml file My Name
Rustam Issabekov
  • 3,279
  • 6
  • 24
  • 31
-1
votes
1 answer

A Reporting engine similar to Windward

I am looking out for Reporting Design solutions similar to Windward - Designing templates in MS-Office instead of any IDE - Confidence that what you get is what you see during design.. Are there any other products in market giving these features?
-2
votes
1 answer

How to add windward reports java engine in a spring boot application?

I have added the below dependency in my pom.xml with profiles mentioned. but it doesn't download the jar file in maven dependencies. net.windward WindwardReports