Questions tagged [reader]

Reader specifies a software that can read files of a specific format or a hardware gadget that can read some memory card or similar device.

Reader specifies a software that can read files of a specific format or a hardware gadget that can read some memory card or similar device.

554 questions
-1
votes
1 answer

Convert offline copy of webpage in HTML to "Reader View"

I have a local copy of a webpage saved as HTML. I want to convert this HTML file into an output similar to the output of the "reader view" found in modern web browsers. Is there any tool I could use for this (UNIX-like or Windows)? Preferably I want…
jmt
  • 119
  • 1
  • 6
-1
votes
1 answer

Read coordinates from geography SQL datatype to SqlDataReader in C#

I've searched around and I've seen you can access the latitude with myGeography.Lat but it doesn't seem to work when trying to read to sqldatareader, this is what I'm trying: String sql = "SELECT * FROM myTable WHERE…
-1
votes
1 answer

Java: How to read through file.txt and replace line breaks with a special key word

I would like to read through a text file such as: The letters herein by Lincoln are so thoroughly characteristic of the man, and are in themselves so completely self-explanatory, that it requires no comment to enable the reader fully to…
-1
votes
1 answer

Limiting distance of RFID readers

We are currently working on a warehouse management project that includes RFID tags and readers. we're still at the beginning of it and are trying to design the different solutions. Here's my situation : We're going to have RFID tags (most likely…
SphynXz
  • 64
  • 1
  • 2
-1
votes
1 answer

Read text file return 'System.NotSupportedException' exception

i try to read Text file line by line: static void Main(string[] args) { int counter = 0; string line; string links = @"‪D:\links.txt"; // Read the file and display it line by line. System.IO.StreamReader file = new…
Dana Yeger
  • 617
  • 3
  • 9
  • 26
-1
votes
1 answer

how to fix import excel file in php

i have problem with import data excel in php use excel_reader. this is error view pict error this is my code : $config['upload_path'] = './assets/excel/'; $config['allowed_types'] = 'xls'; $config['max_size'] = 1024 * 8; …
ridho pratama
  • 23
  • 1
  • 5
-1
votes
1 answer

BufferedReader/Writer not working in Java

I'm trying to make two basic functions which will allow me to call them from other classes in order to return a HashMap from the 'getAllData()' and to write to the file in 'writeToFile()', without any luck. I've been tampering with it for a while…
Jack Evans
  • 13
  • 5
-1
votes
1 answer

I want to embed an ebook reader on my webpage

My friend wanted me to upload a part of his book to a website for people to test and see if they want the full book or not. What I want to know is if you guys know and ebook programs you can embed to a website or if I simply will need to program a…
Kriss0612
  • 57
  • 1
  • 10
-1
votes
1 answer

Missing deselected display items at the beginning of the list box (iTextSharp)

I’m getting unwanted results in Adobe Reader DC when generating or regenerating a multi-selection list box with iTextSharp in an Acroform PDF document. Problem: The PDF form is missing deselected display items at the beginning of the list box when…
Nick K.
  • 1
  • 2
-1
votes
1 answer

Expected BEGIN_ARRAY but was BEGIN_OBJECT parsing JSON

At the line reader.beginArray(); I get the error: expected beginarray but was beginobject. I tried changing .beginArray() to .beginObject() but it doesn't work. This code is part of a JsonParser public List leerArrayNoticias(JsonReader…
-1
votes
1 answer

How can I get value in values of item of checkboxlist ? c#

I want to match the values from reader and checkbox to change selected values of item of checkboxlist. But it does not work and I don't know what to do? Thanks. while (reader.Read()) { …
lkalay
  • 89
  • 1
  • 1
  • 10
-2
votes
1 answer

How do i get names outputted when i read a file

i am having trouble with reading names from a file the file contains a name and their score #include #include #include using namespace std; int main(){ // ifstream reader; const int arraySize=100; //storing names and…
victoria
  • 1
  • 1
-2
votes
1 answer

Pass a string from reader.onload to parent

This is my code. I am trying to pass the treeContent out of the read.onload function. I can't get it to work. console shows : outer undefined index.html:18 inner hello world; index.html:15 …
-2
votes
2 answers

read every 25 line of a csv file and pass to list using python

I want to read a file and convert every 25 lines of that file into a list, that is, it should have 4 lists with 25 items in each (for 100 lines of a file). I am not being able to get the code for this problem. The input file looks like this , in…
shalini
  • 11
  • 1
  • 7
-2
votes
1 answer

C# Winforms ID barcode reader using ZXing.Net

Iam trying to make IDs reader using C# Winforms application with ZXing.net library. I found a simple example like this one but it didn't works well both results are always null Iam trying to figure out what is the proplem !!! IBarcodeReader reader…
msh
  • 15
  • 7
1 2 3
36
37