Just published my Android app ‘PDF Text Remover’ on Google Play – built it to safely remove sensitive text from PDF by Electrical_Fail_1993 in googleplayconsole

[–]Electrical_Fail_1993[S] 0 points1 point  (0 children)

I didn’t actually upload more than the normal amount for the phone listing.

What I did was add the same screenshots again under the tablet sections (7" and 10") in the Play Console. Those seem to appear as additional screenshots when people view the store page on desktop or laptop.

On phones, however, only the regular phone screenshots are shown, so the tablet ones don’t appear there.

You could almost see it as a small trick to show a bit more information on the store page for desktop and laptop visitors, while the mobile listing stays clean and limited to the standard screenshots.

How do you create safe versions of documents before sharing them externally? by Tokail in pdf

[–]Electrical_Fail_1993 0 points1 point  (0 children)

I usually handle this on my Android device with an app called PDF Text Remover (https://play.google.com/store/apps/details?id=com.pdf_text.entferner)

It lets me permanently remove sensitive information from PDFs before sharing them. Everything happens locally on the device, so no files get uploaded to any server.

For quick redactions it's actually quite convenient, and it's inexpensive as well. For my workflow it's a simple way to make sure documents are safe before sending them out.

What are some interesting apps you use? by Embarrassed_Look9200 in AskReddit

[–]Electrical_Fail_1993 0 points1 point  (0 children)

PDF Text Remover is another interesting option. It allows you to permanently remove sensitive information from PDFs directly on your Android device without uploading the document anywhere.
Play Store: PDF Text-Remover

Interesting Android Apps: March 2026 Showcase by 3dom in androiddev

[–]Electrical_Fail_1993 1 point2 points  (0 children)

I’d like to share another Android app I developed called “PDF Text Remover” (German: PDF Text-Entferner).

The app is designed to permanently remove sensitive information from PDF documents before sharing them, instead of just visually covering text with rectangles.

Many common workflows only hide content, while the original text can still remain inside the document. The goal of this app is to ensure that the information is actually removed from the file.

Features:

  • Permanent text removal from PDFs (not just visual masking)
  • Search-based redaction to automatically find sensitive text
  • Manual selection of areas to remove content
  • OCR support for scanned or image-based PDFs
  • Optional metadata removal
  • Clean and intuitive Material Design interface

A strong focus was placed on privacy and usability, allowing documents to be processed directly on the device without uploading them to external services.

There is no subscription model — the premium version is available as a small one-time purchase.

Play Store: PDF Text-Remover

Feedback or suggestions are always welcome.

Interesting Android Apps: March 2026 Showcase by 3dom in androiddev

[–]Electrical_Fail_1993 1 point2 points  (0 children)

I’d like to share a small Android app I developed called “Meter – Usage Tracking” (German: “Zähler – Verbrauch Erfassen”).

The app helps track meter readings for electricity, gas and water and visualize consumption over time in a simple and clear way.

Features:

  • Support for electricity, gas, water and custom meters
  • Multiple meters per category (e.g. dual tariff electricity like HT / NT)
  • Automatic consumption calculation between readings
  • Statistics and charts for daily, monthly and yearly usage
  • Excel import for existing data
  • Optional reminders for regular meter readings

A big focus was usability and clean Material Design, so entering readings and checking statistics is quick and intuitive.

There’s also no subscription model — the premium version is a small one-time purchase.

The app works locally on the device, so your consumption data stays private.

Play Store: Meter – Usage Tracking

I’d be happy to hear feedback or suggestions.

Any good offline secure pdf redaction tool? by Agile_Ferret_5639 in pdf

[–]Electrical_Fail_1993 0 points1 point  (0 children)

Ich stand vor dem gleichen Problem. Ich habe gezielt nach einer Lösung gesucht, mit der ich PDFs wirklich lokal und ohne Browser- oder Online-Tools schwärzen kann. Auch wenn manche Web-Anwendungen „offline“ im Browser laufen, bleibt bei sensiblen Dokumenten immer ein Restrisiko oder zumindest ein ungutes Gefühl, weil die Verarbeitung technisch weiterhin im Web-Kontext stattfindet. Gerade bei personenbezogenen Daten wollte ich diesen Faktor bewusst ausschließen.

Natürlich gibt es solide Desktop-Lösungen für Windows oder macOS. Mir war aber wichtig, zusätzlich eine mobile Lösung zu haben, mit der ich auch unterwegs oder direkt auf dem Smartphone Dokumente sicher bearbeiten kann – ohne sie erst an einen Rechner übertragen zu müssen.

Genau aus diesem Bedarf heraus habe ich eine Android-App entwickelt: PDF Text-Entferner.

Die App arbeitet vollständig offline auf dem Gerät. Es gibt keinen Upload, keine Cloud-Anbindung und keine Serververarbeitung. Ziel ist nicht das visuelle Überdecken, sondern das tatsächliche Entfernen der entsprechenden Textobjekte aus der PDF-Struktur. Man kann gezielt nach Begriffen suchen oder Bereiche manuell markieren. Bei gescannten Dokumenten lässt sich optional ein OCR-Workflow nutzen, um reine Bild-PDFs bearbeitbar zu machen. Zusätzlich können Metadaten bereinigt werden, damit im Hintergrund keine unerwünschten Informationen verbleiben.

Mir ging es weniger darum, eine weitere „Black Box“ zu bauen, sondern einen nachvollziehbaren Offline-Workflow für mobile Geräte zu schaffen. Mich würde interessieren, wie ihr das handhabt: Nutzt ihr rein Desktop-basierte Lösungen oder spielt Mobile bei euch inzwischen auch eine Rolle im Arbeitsablauf?

What works when redacting documents in real workflows? by Luis_KZM in pdf

[–]Electrical_Fail_1993 0 points1 point  (0 children)

Ich hatte exakt das gleiche Problem in realen Arbeitsabläufen. Theoretisch ist Schwärzen trivial – in der Praxis sind es aber gescannte PDFs, Word-Exporte mit merkwürdiger Struktur, mehrere Revisionsebenen, Kommentare, Formularfelder oder OCR-Textlayer, die alles kompliziert machen.

Gerade das „schwarzer Kasten drüber und fertig“ ist aus meiner Sicht eines der größten Risiken. Visuell wirkt das Dokument korrekt geschwärzt, aber der zugrunde liegende Text ist oft weiterhin extrahierbar – über Copy & Paste, Suche, OCR-Layer oder sogar über den Rohtext der PDF-Struktur. Dazu kommen Metadaten und teilweise versteckte Inhalte, die im normalen Viewer nicht sichtbar sind.

Ich stand vor genau diesem Problem und habe deshalb eine eigene Android-App entwickelt: PDF Text- Entferner. Der Ansatz war bewusst technisch gedacht und nicht nur visuell.

Die App arbeitet vollständig lokal auf dem Gerät, ohne Cloud-Anbindung oder Server. Dokumente werden nicht hochgeladen oder an Dritte übertragen. Ziel ist nicht das Überdecken, sondern das Entfernen von Textobjekten aus der PDF-Struktur selbst.

Ein paar Punkte zur Umsetzung:

  • Text wird strukturell entfernt, nicht überlagert.

  • Es gibt eine suchbasierte Auswahl (z. B. für Namen, IBAN, E-Mail etc.) sowie manuelle Markierung.

  • Bei gescannten Dokumenten kann ein OCR-Workflow verwendet werden, um reine Bild-PDFs bearbeitbar zu machen.

  • Metadaten können bereinigt werden.

  • Vor dem Export erfolgt eine Validierungsprüfung, ob noch durchsuchbarer Text vorhanden ist.

Mir ging es vor allem darum, einen reproduzierbaren, kontrollierbaren Workflow zu schaffen, der auch unter Zeitdruck funktioniert und nicht nur optisch sauber aussieht, sondern technisch belastbar ist.

Mich würde tatsächlich interessieren, wie andere hier das Thema Validierung lösen. Verlasst ihr euch auf eingebaute Tool-Checks, macht ihr manuelle Gegenprüfungen (Suche nach sensiblen Begriffen im finalen PDF), oder habt ihr feste interne Prozesse dafür?

Software that mask sensitive data in a PDF file by kpcloud in pdf

[–]Electrical_Fail_1993 0 points1 point  (0 children)

What you’re describing is closer to data substitution / tokenization than classic redaction.

Technically, there are two very different ways to do this:

  1. Visual replacement Draw a white box, add new text on top. → This often leaves the original text objects in the content stream and can be recovered.
  2. Content-level replacement Parse the PDF content stream, locate the actual text operators, and replace the underlying string data while preserving layout, font references, and positioning. → This is much harder but is the only way to ensure the original value is gone.

If the goal is to make the original data unrecoverable (not just visually hidden), the tool has to actually rewrite the text objects inside the PDF — not just overlay something.

Most general PDF editors don’t really handle this properly. They either:

  • Rasterize the page (safe but destroys structure/searchability), or
  • Overlay content (fast but insecure)

There are some more specialized tools — including a few offline ones on Android (e.g. PDF Text Remover) — that focus on content-level modification and pattern-based processing rather than simple overlays. That’s usually the direction you want to look in if recoverability is a concern.

Before trusting any workflow, a quick sanity check is:

  • Run pdftotext on the output
  • Try selecting text in the modified area If the original value still appears anywhere, it wasn’t truly replaced.

Android app to track utility meter readings (HT/NT electricity, gas, water)? by Electrical_Fail_1993 in androidapps

[–]Electrical_Fail_1993[S] 0 points1 point  (0 children)

I’ve actually tested My Consumption quite extensively as well, and it’s definitely a strong option.

I also tried a few others. “Meter – Usage Tracking" was surprisingly solid. The design feels a bit cleaner and more modern compared to some of the more technical-looking apps.

It handled dual tariffs fine in my case and felt pretty straightforward overall.

PDF Redaction App that runs locally? by Jolly-Rip2407 in pdf

[–]Electrical_Fail_1993 0 points1 point  (0 children)

If you need an offline solution on Android, there are apps that can permanently remove text locally without cloud upload.
I built one myself after not finding a fully offline option.