DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Low-Code Development: Leverage low and no code to streamline your workflow so that you can focus on higher priorities.

DZone Security Research: Tell us your top security strategies in 2024, influence our research, and enter for a chance to win $!

Launch your software development career: Dive head first into the SDLC and learn how to build high-quality software and teams.

Open Source Migration Practices and Patterns: Explore key traits of migrating open-source software and its impact on software development.

Core Badge
Avatar

Brian O'Neill

DZone Core CORE

Technical Writer at Cloudmersive

Pleasanton, US

Joined Jun 2020

https://cloudmersive.com/

About

A Technical Writer and Media Content creator with a passion for communicating complex ideas.

Stats

Reputation: 3199
Pageviews: 758.0K
Articles: 87
Comments: 6
  • Articles
  • Comments

Articles

article thumbnail
How To Remove Excel Worksheets Using APIs in Java
Learn how to simplify the process of retrieving worksheet details from an Excel XLSX file, and removing specific worksheets based on that information.
July 5, 2024
· 2,013 Views · 1 Like
article thumbnail
How To Compare DOCX Documents in Java
In this article, learn how to carry out DOCX comparisons programmatically by calling a specialized web API with Java code examples.
June 21, 2024
· 5,618 Views · 3 Likes
article thumbnail
How to Fully Validate URLs in Java
URLs can turn out to be invalid for a variety of reasons. We can call a free API to check syntax, domain name existence, and endpoint availability all at once.
June 11, 2024
· 5,023 Views · 4 Likes
article thumbnail
How To Protect Node.js Form Uploads With a Deterministic Threat Detection API
Learn more about the prevalence of custom file upload forms in web applications and a deterministic threat detection solution for Node.js form uploads.
May 24, 2024
· 1,764 Views · 2 Likes
article thumbnail
How to Query XML Files Using APIs in Java
With XQuery, quickly filter and aggregate XML content with a simple expression. Learn how to easily query files with XQuery expressions at scale.
March 21, 2024
· 10,280 Views · 5 Likes
article thumbnail
How To Get Images From Excel Documents Using APIs in Java
Using minimal, ready-to-run code, we can automate workflows that extract important image objects from Excel spreadsheets. Learn more in this article.
February 26, 2024
· 1,801 Views · 2 Likes
article thumbnail
How To Base64 Encode or Decode Content Using APIs in Java
This article offers some high-level background for base64 encoding and provides several free API solutions for detecting, encoding and decoding base64 content.
January 21, 2024
· 4,854 Views · 5 Likes
article thumbnail
How To Get Cell Data From an Excel Spreadsheet Using APIs in Java
This article discusses the benefits OpenXML document formatting offers developers and suggests two API solutions for programmatically retrieving Excel data.
December 5, 2023
· 5,967 Views · 7 Likes
article thumbnail
How To Convert ODF Files to PDF in Java
Discover how it is easier to convert ODF content to PDF with free API solutions at our disposal like ODF, an alternative to licensed office application suites.
November 6, 2023
· 7,692 Views · 2 Likes
article thumbnail
How to Rasterize PDFs in Java
This article discusses the advantages and disadvantages of rasterizing PDF documents, and it provides a free API solution to help convert vector PDFs to raster format.
October 6, 2023
· 4,913 Views · 5 Likes
article thumbnail
How To Get and Set PDF Form Fields in Java
This article discusses the utility of PDF forms and provides two free API solutions for simplifying and expediting interactions with PDF forms on the web.
September 29, 2023
· 3,755 Views · 2 Likes
article thumbnail
How To Validate Archives and Identify Invalid Documents in Java
Explore the prevalence of cyberattacks carried out using common archive formats and invalid document types and data validation API solutions.
September 16, 2023
· 5,424 Views · 2 Likes
article thumbnail
How To Check Office Files for Macros Using Java
This article discusses the utility and cybersecurity risks associated with macros and provides several free API solutions to check Office content for macros.
September 1, 2023
· 6,796 Views · 4 Likes
article thumbnail
How to Automatically Detect Multiple Cybersecurity Threats from an Input Text String in Java
Explore the prevalence of cyberattacks that exploit user-facing text input fields in web applications and learn about an API solution to help prevent them.
August 14, 2023
· 4,819 Views · 2 Likes
article thumbnail
How To Get the Comments From a DOCX Document in Java
In this article, learn how to extract comments from DOCX documents at scale and pick up key insights which improve team collaboration.
August 1, 2023
· 5,327 Views · 2 Likes
article thumbnail
How To Scan GCP Storage Files for Threats Using Go
This article discusses the importance of integrating external security solutions with cloud storage instances and provides a solution to integrate with GCP.
July 10, 2023
· 2,880 Views · 2 Likes
article thumbnail
How to Convert Excel and CSV Documents to HTML in Java
Converting documents to HTML makes them universally compatible and opens up opportunities to customize them with dynamic elements.
June 27, 2023
· 5,351 Views · 4 Likes
article thumbnail
How to Supplement SharePoint Site Drive Security With Java Code Examples
This article advocates for expanding upon built-in SharePoint Online Site Drive security by integrating an external security API solution.
June 7, 2023
· 5,570 Views · 2 Likes
article thumbnail
How To Check IP Addresses for Known Threats and Tor Exit Node Servers in Java
This article discusses the importance of detecting threatening IP addresses in various forms and provides two API solutions to help detect those threats.
May 18, 2023
· 4,173 Views · 3 Likes
article thumbnail
How To Scan and Validate Image Uploads in Java
This article discusses the dangers of image file uploads and presents two solutions for virus scanning and validating image files respectively.
May 9, 2023
· 9,650 Views · 6 Likes
article thumbnail
How To Place Text and Shapes on an Image in Java
This article provides two API solutions that can be used to programmatically add text and shapes to an image with ready-to-run Java code examples.
April 24, 2023
· 4,323 Views · 2 Likes
article thumbnail
How To Create and Edit PDF Annotations in Java
In this article you'll learn how to leverage four APIs that can be used to programmatically create, retrieve, and/or remove annotations in a PDF document.
April 17, 2023
· 5,262 Views · 3 Likes
article thumbnail
How To Perform Sentiment Analysis and Classification on Text (In Java)
This article provides context for NLP Sentiment Analysis and Classification and demonstrates an API solution.
April 1, 2023
· 10,039 Views · 2 Likes
article thumbnail
How To Implement Video Information and Editing APIs in Java
In this article, readers will learn how to implement three separate APIs designed to help you rapidly build and scale a video processing workflow with code.
March 2, 2023
· 4,791 Views · 2 Likes
article thumbnail
How To Extract a ZIP File and Remove Password Protection in Java
In this tutorial, learn how to automate ZIP file extraction in Java using two APIs with ready-to-run Java code examples provided.
February 26, 2023
· 5,202 Views · 2 Likes
article thumbnail
How To Scan a URL for Malicious Content and Threats in Java
This article discusses some of the threats posed by URL links and provides a free-to-use URL Security API with complementary, ready-to-run Java code snippets.
February 13, 2023
· 6,928 Views · 2 Likes
article thumbnail
How To Create and Edit Excel XLSX Documents in Java
Programmatically create and edit Excel documents using API solutions (with Java code examples) that work together to provide an Excel automation service.
January 30, 2023
· 8,521 Views · 5 Likes
article thumbnail
How To Validate Three Common Document Types in Python
Learn about three API solutions capable of validating PDF, Excel, and MS Word documents for document validation services in file processing applications.
January 16, 2023
· 3,788 Views · 2 Likes
article thumbnail
How To Add Three Photo Filters to Your Applications in Java
In this article, learn how developers can implement robust image customization features with only a few lines of clean, simple code.
December 29, 2022
· 4,534 Views · 3 Likes
article thumbnail
How To Convert HTML to PNG in Java
This article discusses the need for visual documentation of HTML code and provides a free API solution, which converts HTML strings to a PNG screenshots.
December 21, 2022
· 7,715 Views · 4 Likes

Comments

How to Convert JSON to XML or XML to JSON in Java

Jun 25, 2021 · Brian O'Neill

Hi Dmitry - if you create an account, you gain access to all of the functions in our API library, not just the data conversion. There are APIs for virus scanning, NLP, validation, OCR, and more; the free account provides 800 calls/month.

How To Detect Faces in an Image in Java

Feb 01, 2021 · Brian O'Neill

Thanks, Rahul! Glad it was helpful!

How to Convert HTML to PDF in Java

Aug 08, 2020 · Brian O'Neill

Hi Nitul - sure, here is a link to the API where you can try it in your browser. And here is a link to the details on security. You can also import the API into Postman if you like to use postman. If you like I can also put you in touch with technical folks from our accounts team who can also meet with you and help advise on your questions in detail.

How to Convert HTML to PDF in Java

Aug 06, 2020 · Brian O'Neill

Good question - The client libraries, including the Java one, are open source, and the APIs are free (forever) for 1K calls/month but not open source. You can also leverage global data center regions in Europe, Asia Pacific, North America, etc. or deploy on-premises.

How to Convert HTML to PDF in Java

Aug 06, 2020 · Brian O'Neill

This does not use a true browser engine and so doesn't properly support things like JavaScript, CSS, HTML5 advanced rendering features, etc. In short you may get a low quality result for most real-world cases

How to Convert HTML to PDF in Java

Aug 06, 2020 · Brian O'Neill

You can actually deploy the APIs on your own infrastructure if you wish through the Private Cloud option, or use global regional data centers in Europe, North America, etc.

User has been successfully modified

Failed to modify user

ABOUT US

  • About DZone
  • Send feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: