Questions tagged [txtextcontrol]

TextControl is a word processing and reporting component for Windows, web and cloud based Microsoft development technologies.

Textcontrol offers feature-rich word processing and reporting components for ASP.NET MVC, WebForms, Winforms and WPF.


Text Control Developer Libraries

ASP.NET

TX Text Control .NET Server :- Reporting for Web Forms (AJAX) and MVC

TX Spell .NET :- Powerful Spell Checking and Language Tools

TX Barcode .NET :- Feature-Complete 1D and 2D Barcode Controls

Windows Forms

TX Text Control .NET :- Rich Text Controls and Reporting

TX Spell .NET :- Powerful Spell Checking and Language Tools

TX Barcode .NET :- Feature-Complete 1D and 2D Barcode Controls

WPF

TX Text Control .NET :- Rich Text Controls and Reporting

TX Spell .NET :- Powerful Spell Checking and Language Tools

TX Barcode .NET :-Feature-Complete 1D and 2D Barcode Controls

ActiveX

TX Text Control ActiveX :- Comprehensive Word Processing and Reporting

Cloud

ReportingCloud :- Create Reports in the Cloud Technologies


Features:

  • Text Control Give your users a WYSIWYG, MS Word compatible, HTML5-based, cross-browser editor to create powerful reporting templates and documents anywhere - in any browser on any device
  • Text Control Reporting combines the power of a reporting tool and an easy-to-use WYSIWYG word processor - fully programmable and embeddable in your application.

  • TX Text Control .NET supports a wide range of industry standard word processing formats (RTF, DOC, DOCX, HTML, XML, PDF, PDF/A) and image file formats (GIF, PNG, JPG, BMP, WMF, EMF, TIF).

  • TX Text Control .NET is used to print documents in batch processes or to create print-ready Adobe PDF documents in any kind of business process and workflow.
  • Create, import and modify Adobe PDF and PDF/A documents including document access security settings and digital signatures.

Resources and documentation:

http://labs.textcontrol.com/SampleExplorer/

https://www.textcontrol.com/documentation/

50 questions
1
vote
1 answer

How do you avoid losing the formatting of text when populating a TXTextControl from a byte array?

I have a number of small "template" style TXTextControl documents which I combine to build a large document. The templates are created in my app using a TXTextControl and the content is stored as a byte array in the database uisng the TXTextControl…
Stuart Helwig
  • 9,318
  • 8
  • 51
  • 67
1
vote
2 answers

Batch File List

i have made a batch script creating a loterry game and with users. The userscore is saved in in DLL datas saved in C:\RTD. I know there are already some answers about this but i got a different meaning. Is it possible to list the filenames somewhere…
ratouney
  • 49
  • 2
  • 9
1
vote
1 answer

3rd Party Control Will Not Install On Windows 8/IE 10

We have a .NET Framework 2 web-based app that uses the txTextControl text editor. We have a built-in script that sets CASPOL for our users. We are getting an "Access Denied" error when we try to install this control on Windows 8/IE 10 machines, as…
Mike
  • 417
  • 7
  • 28
0
votes
1 answer

Could not resolve peer dependency while installing a package

I made an Angular 9 library with a few packages on it, but whenever I run an npm install one of the external packages throws the error below 'Could not resolve peer dependency @angular/common@"^8.2.6"'. I've tried installing with…
r0699049
  • 93
  • 8
0
votes
0 answers

Downloading file from external api in laravel

I am new to using APIs on laravel. I read through PHP GuzzleHttp, but i couldnt comprehend how to corelate it with ReportingCloud. I am trying to use ReportingCloud Docs from…
Othman
  • 49
  • 1
  • 8
0
votes
0 answers

Problem with licenses.licx file with TX Text Control in ASP .NET Web Forms project

I was searching for controls that my replace MS Word functionallity in my ASP .NET Web Forms website. I found TX Text Control. I implemented it trial version in application, and it works well but for some strange reason license didn't work. I am…
Guicho
  • 3
  • 4
0
votes
1 answer

Check if a variable string exist in a text file

So guys, i'm tryng to make a password generator but i'm having this trouble: First, the code i use for tests: idTest= "TEST" passwrd= str(random.randint(11, 99)) if not os.path.exists('Senhas.txt'): txtFileW = open('Senhas.txt', 'w') …
GabrielO
  • 3
  • 5
0
votes
0 answers

TXTEXTCONTROL set language

I've been testing out the TXTEXTCONTROL and I cna't find how to change ui culture or set language in the component with javascript. Can anyone help?
0
votes
1 answer

How to batch merge multiple .TXT Files into one New .TXT File?

I would like to automate the publishing of articles in wordpress for my website. I have like the following files: Is this already the solution in windows CMD? C:\>For %f in (in*.txt) do type %f >> Combined.txt (A FOLDER WITH 20.000…
0
votes
1 answer

Error while exporting TXTextControl as PDFA or XML

i gain a strange error: 'This feature is not available in the TX Text Control Standard or Professional version. The TX Text Control Enterprise version must be installed.' when I try to save the TXTextControl object with .Save function in .pdfa, .xml…
0
votes
0 answers

How to replace images in TXTextControl.web

I'm trying to replace an image using TXTextControl.web, but couldn't find a way to do so. TXTextControl C# has ImageDoubleClicked event, I didn't find such a function in javascript APIs. Maybe I overlooked javascript APIs. Any suggestions? Many…
Coder
  • 7
  • 2
0
votes
1 answer

How to print HTML using TXTEXTCONTROL

I am working on window application. I am facing a problem to print a webpage or HTML using TXTEXTControl. What I need to do is, Pass html to method and it will print. public void PrintHtml(string html) { PrintDocument pd = new PrintDocument(); …
Hasnain Bukhari
  • 458
  • 2
  • 6
  • 23
0
votes
2 answers

c# line by line reading txt file

private void button1_Click(object sender, EventArgs e) //dosya seçiniz click { //OpenFileDialog file = new OpenFileDialog(); //file.Filter = "Txt Dosyası |*.txt"; //file.ShowDialog(); string[] veri = new…
user8131531
0
votes
1 answer

Get text information from TX Text Control 23.0 for WPF

I need to get/set text information (text, position of cursor, rectangle of cursor position, selection) from TX Text Control 23.0 for WPF. I tried to get text information by Text Service Framework but ITfDocumentMgr have only one context (ITfContext)…
Andrew
  • 1
0
votes
0 answers

Setting tool tip on a Text Control

In my wix project i have a text control element how do i set a ToolTip text on that text control element I have tried this:
Ashish Rana
  • 135
  • 1
  • 11