www.pdf-tools.com Open in urlscan Pro
34.240.160.230  Public Scan

Submitted URL: http://www.pdf-tools.com/
Effective URL: https://www.pdf-tools.com/
Submission: On June 05 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 * Products
   
   
   SDKS
   
   Pdftools SDKPDF library for developers
   Archive PDF/A
   Compress & Optimize
   Convert
   Merge & Split
   Sign & Secure
   Validate
   Content editor
   Extract
   PDF generation
   Print
   Redaction
   
   PDF Viewer SDKPDF viewing and annotating
   Annotations
   Customization
   High-performance rendering
   
   
   ENTERPRISE SOLUTIONS
   
   Conversion ServicePDF automation for businesses
   Integration at scale
   PDF/A compliance
   Workflow automation
 * Documentation
   
   
   GETTING STARTED
   
   Pdftools SDK
   PDF Viewer SDK
   Conversion Service
 * Resources
   
   
   LEARN MORE
   
   About usLearn more about our PDF/A-team
   BlogBecome a PDF expert
   Customer storiesDiscover how we help companies
   PDF glossaryConsult common PDF terms
 * Pricing

 * Log in
 * Contact us
   

 * Contact us
 * 

By developers for developers




THE LEADING
PDF SDK

The Pdftools SDK is an all-in-one PDF Library for .Net Core, C/C++, C#, Java and
more. Get cross-platform support, the complete PDF feature set, and high quality
output. Easy integration gets you up and running fast!👇 Start Building with the
free PDF SDK Experience Edition (in under 60 seconds)
.NET (Nuget)C/C++JavaLinux (glibc2.12)Shell for OS X (arm64)Shell for Windows
(x64)Shell for Linux (x64)Shell for OS X (x64)Pdftools SDK packageDownloadSee
documentation
Also available via Nuget (.NET) and Maven (Java) package managers
MacOS
Windows Client
Linux

--------------------------------------------------------------------------------

Need a full license key? Contact us



REVIEW PDFTOOLS SDK CODE SAMPLES

Archive PDFCompress and Optimize PDFConvert PDF to ImageMerge PDFsSign
PDFValidate PDFOperation JavaC#C/C++Platform

1
2private static void convertIfNotConforming(String inPath, String outPath, Conformance conformance) throws Exception
3{
4    // Open input document
5    try (FileStream inStr = new FileStream(inPath, FileStream.Mode.READ_ONLY);
6            Document inDoc = Document.open(inStr))
7    {
8        // Create the Validator object, and use the Conformance object to create
9        // an AnalysisOptions object that controls the behavior of the Validator.
10        Validator validator = new Validator();
11        AnalysisOptions analysisOptions = new AnalysisOptions();
12        analysisOptions.setConformance(conformance);
13
14        // Run the analysis, and check the results.
15        // Only proceed if document is not conforming.
16        AnalysisResult analysisResult = validator.analyze(inDoc, analysisOptions);
17        if (analysisResult.getIsConforming())
18        {
19            System.out.println("Document conforms to " + inDoc.getConformance() + " already.");
20            return;
21        }
22
23        // Create output stream
24        try (FileStream outStr = new FileStream(outPath, FileStream.Mode.READ_WRITE_NEW))
25        {
26            // Create a converter object
27            Converter converter = new Converter();
28
29            // Convert the input document to PDF/A using the converter object
30            // and its conversion event handler
31            Document outDoc = converter.convert(analysisResult, inDoc, outStr);
32        }
33    }
34}
35

See all Pdftools SDK code samples

6,000+ COMPANIES ALREADY LOVE PDFTOOLS




ALL YOUR PDF NEEDS MET

Pdftools SDKConversion ServicePDF Viewer SDK


THE PDF SDK BUILT FOR YOUR PDF WORKFLOWS

 * Archive PDF files as PDF/A files

 * Compress and optimize PDF files

 * Convert files to and from PDF files

 * Extract data from PDF files

 * Divide and combine PDF files

 * Sign and secure PDF files

 * Validate PDF and PDF/A files

See product



AUTOMATE DOCUMENT PROCESSING

 * Archive PDF files as PDF/A files

 * Compress and optimize PDF files

 * Convert files to and from PDF

 * Sign and secure PDF files

 * Validate PDF and PDF/A files

See product



HIGH-PERFORMANCE ONLINE RENDERING

 * Add annotations to PDF files

 * View PDF files on the web

See product



PDF EXCELLENCE: NO WATERMARKS, FULL SUPPORT

Enjoy watermark-free results, and connect with exceptional support. Experience
Pdftools—where your unique needs meet tailored pricing quotes.
Contact usSee documentation

Swift document processing, no watermarks

Unlock exceptional support—connect with the Pdftools team

Get a pricing quote tailored to your specific requirements


RESOURCES

DOCUMENTATION

Learn how Pdftools products work.

See documentation

PDF GLOSSARY

Consult common PDF terms.

See PDF glossary

PDF KNOWLEDGE

Learn more about PDF standards.

See PDF knowledge


JOIN OUR DISCORD COMMUNITY

Connect on our Discord channel for expert support from Pdftools engineers.
Accept Invite


WHAT CUSTOMERS ARE SAYING

Customer stories

BAYER CROPSCIENCE RELIES ON THE ISO LONG-TERM ARCHIVING FORMAT PDF/A



Products used

Conversion service / PDF Optimizer / PDF to PDF/A Converter / + 4 more

See customer story

Customer stories

CREATING SWISS ADOPTIONS OF EUROPEAN AND INTERNATIONAL STANDARDS IN RECORD TIME



Products used

PDF Toolbox SDK

See customer story

Customer stories

EFFICIENT MOBILE ACCESS TO INFORMATION FOR ON-BOARD STAFF AT DEUTSCHE LUFTHANSA
AG



Products used

PDF Web Viewer

See customer story


READY TO TAKE THE NEXT STEP?

Join 6,000+ customers using Pdftools and take control of your document
management.
Contact usSee documentation

EXPLORE

 * Pdftools SDK
 * PDF Viewer SDK
 * Conversion Service

LEARN

 * Documentation
 * Blog
 * Customer stories
 * PDF glossary

COMPANY

 * About us
 * Careers

GET STARTED

 * Contact us
 * Log in

 * Copyright © 2024 PDF Tools AG
 * Imprint
 * Privacy policy
 * License agreement
   Cookie settings
   Our website uses cookies
   We use cookies for analytical purposes and to show you advertising related to
   your preferences, based on your browsing habits and profile. You can
   configure or block cookies by clicking on “Cookie settings”. You can also
   accept all cookies by clicking on “Accept all cookies”. For more information,
   please consult our Privacy Policy.
   Accept all cookiesManage cookies

 * 
 * 
 * 
 * 







Products
Products


SDKS

Pdftools SDK




PDF Viewer SDK


ENTERPRISE SOLUTIONS

Conversion Service
Documentation
Documentation


GETTING STARTED

Pdftools SDK
PDF Viewer SDK
Conversion Service
Resources
Resources


LEARN MORE

About us
Blog
Customer stories
PDF glossary
Pricing

--------------------------------------------------------------------------------

Log in
Contact us