Wordize provides C# developers with powerful high-level tools for programmatic modification of PDF documents. By integrating search and replace capabilities into their .NET projects, developers can create robust solutions for comprehensive PDF document updates.
Our interactive online demo with C# code examples helps you explore the possibilities of programmatic text search and replacement in PDF documents. To try it, upload any PDF file, specify the required search/replace strings, click the process button, and then download the modified PDF file for verification.
using Wordize.Replacing;
Replacer.Replace("Input.pdf", "Output.pdf", "Text or RegEx", "Text or RegEx");
using Wordize.Replacing;
Replacer.Replace("Input.pdf", "Output.pdf", new Regex(@"Text or RegEx"), "Text or RegEx");
Our product is fully cross-platform and supports all major .NET implementations:
As far as .NET code doesn't depend on the underlying hardware or operating system, but only on a Virtual Machine, you are free to develop any kind of software for Windows, macOS, Android, iOS and Linux. Just make sure you have installed the corresponding version of .NET Framework, .NET Core, Windows Azure, Mono or Xamarin.
We recommend using Microsoft Visual Studio, Xamarin, and MonoDevelop integrated development environments to create C#, F#, VB.NET applications.