Jump to content

Wikipedia:Reference desk/Computing

From Wikipedia, the free encyclopedia


Welcome to the computing section
of the Wikipedia reference desk.
Select a section:
Want a faster answer?

Main page: Help searching Wikipedia

   

How can I get my question answered?

  • Select the section of the desk that best fits the general topic of your question (see the navigation column to the right).
  • Post your question to only one section, providing a short header that gives the topic of your question.
  • Type '~~~~' (that is, four tilde characters) at the end – this signs and dates your contribution so we know who wrote what and when.
  • Don't post personal contact information – it will be removed. Any answers will be provided here.
  • Please be as specific as possible, and include all relevant context – the usefulness of answers may depend on the context.
  • Note:
    • We don't answer (and may remove) questions that require medical diagnosis or legal advice.
    • We don't answer requests for opinions, predictions or debate.
    • We don't do your homework for you, though we'll help you past the stuck point.
    • We don't conduct original research or provide a free source of ideas, but we'll help you find information you need.



How do I answer a question?

Main page: Wikipedia:Reference desk/Guidelines

  • The best answers address the question directly, and back up facts with wikilinks and links to sources. Do not edit others' comments and do not give any medical or legal advice.
See also:


October 23

[edit]

Issues sending faxes to Konica Minolta machine

[edit]

I have issues sending faxes to a specific recipient whom I believe uses a Konica Minolta machine (I don't know the model, but it would be a floor model). What has worked is sending faxes to it using a Brother fax machine connected to CenturyLink POTS line (long-distance) and sending faxes to it using Fax Zero. What does NOT work is sending faxes to it using a Panasonic KX-FHD331 over the POTS line, sending faxes to it using a USB modem (I believe it was Conexant, but I'm not 100% on that) over the POTS line, sending faxes using the KX-FHD331 connected to MagicJack, and sending faxes to it using a Lexmark MX310dn connected to MagicJack. I'm thinking maybe there is some configuration that needs to be changed for it to work? PCHS Pirate Alumnus (talk) 14:34, 23 October 2025 (UTC)[reply]

I'm surprised if any fax machine works over a magicjack. They traditionally want analog pots lines, which have gotten scarce. 2601:644:8581:75B0:8669:7E0:6A3:E9C5 (talk) 20:13, 31 October 2025 (UTC)[reply]
According to Fax § Digital, a G4 fax machine will work with ISDN. G.711, used in the T.30 standard, supports fax communication over IP networks, but, according to Fax § Related standards, when using voice high-compression encoding techniques, some fax tonal signals may not be correctly transported.  ​‑‑Lambiam 11:11, 4 November 2025 (UTC)[reply]



November 4

[edit]

PDF copy paste is wrong

[edit]

https://ceoodisha.nic.in/repo/View_Eroll_2002/02/AC014/P014092.pdf

This is written in Odiya.

Now those who can read Odiya they can read names correctly, but lets say I copy paste some names then the copy paste is wrong.

Like I read Ajay Das but after copy paste it is pasted as Ajytrd Dosdf and those who cant read Odiya they will translate it as totally different name .. This is happening with all the names mentioned in this pdf.

I think there is some problem how the PDF was created. If I want to tell them as email, what should I tell them? Plantleaves1234 (talk) 12:55, 4 November 2025 (UTC)[reply]

I don't understand the language, but there is something weird going on with the document. If I copy-paste into Excel and then do a text to columns delimited by spaces, I get a seemingly decent copy of the original, but there's all kinds of extra characters showing up that are definitely not visible in the PDF. For example, the 178003 near the top right changes to 1780031 and an additional 1 gets added in the next column over. And the further you look, the more and weirder the errors become. Sorry, that's not helpful, but I can confirm there's something weird going on. Matt Deres (talk) 13:58, 4 November 2025 (UTC)[reply]
PDF is intended as a presentation format, embedding a page description language. As such, it's really only concerned with how to get documents to render reliably, on a wide variety of screens and printers. PDF doesn't really store data in a structure beyond what's necessary for rendering it, and how data is stored in PDFs varies greatly depending on what software was used to create it. It's really common to find invisible glyphs and stuff in weird orders, and sometimes to find that text has been duplicated, or glphs have been rendered into polylines (and thus aren't "text" at all). Sometimes glyphs are mapped to characters in a weird way, with custom CMAPs.
For this reason, trying to extract data from a PDF can be an unreliable, fragile process. Cut and paste is, as you've seen, only workable some of the time. People (who do this kind of thing for a living) will sometimes write script to parse the PDF and extract data, but doing so is brittle - if the creator changes their production system, it can change the order in which display elements are written into the PDF, invalidating the assumptions the parser script has had to make.
The proper solution isn't to fix the PDFs; PDFs are not a data interchange format. If this is data that the creator intends be read and processed by others (e.g. census data), it needs to be in a format intended for that. For example, the UK government seems to give their datasets either in OpenDocument or Excel XML; other organisations might use other XML formats, or maybe CSVs. So that's what you should ask them for. If they refuse, you're stuck with bodges. -- Finlay McWalter··–·Talk 16:29, 4 November 2025 (UTC)[reply]

November 5

[edit]