> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/cli/pdfsecure/faq.md).

# Frequently Asked Questions

Discover the differences between PDFSecure and PDF SDK. Learn how PDFSecure stands out as a specialized tool for security settings, while PDF SDK offers a comprehensive toolkit for PDF manipulation. I

### Does PDFSecure have any dependencies on third party components/software?

PDFSecure is a completely stand-alone application and it does not include any dependencies on third-party components or software.

### What is the difference between [PDF SDK](https://apryse.com/products/core-sdk/pdf) and PDFSecure?

PDFSecure is based on [PDF SDK](https://apryse.com/products/core-sdk/pdf), Apryse's own core PDF programming technology. Our PDF SDK is a comprehensive developer library for PDF creation, manipulation and rendering, offered on a wide range of platforms and programming environments. If you require functionality for integration in your own applications beyond that which is provided as part of PDFSecure, or need more flexibility in implementing the required functionality, please contact a [Apryse representative](https://apryse.com/contact-us).

The main distinction between the two components is that PDFSecure is a specialized tool for adding, removing, or changing security settings, whereas [PDF SDK](https://apryse.com/products/core-sdk/pdf) is a general purpose Software Development Toolkit (SDK) that can be used to implement any type of manipulation on PDF documents (including security changes) as well as other types of PDF functionality.

The advantage of PDFSecure is that it is very simple to use and that it doesn't require much experience with PDF format or general programming. At the same time PDFSecure does not include all of the features and options that are available in [PDF SDK](https://apryse.com/products/core-sdk/pdf).

### Can I integrate PDFSecure with my client/server application?

PDFSecure has a simple-to-use CLI that can be easily integrated into third-party client and server-based applications. The CLI is available as a plain executable and can be easily accessed from any programming language (including C#, VB.NET, C/C++, Java, VB6, Perl, Python, Ruby, Delphi, etc). For more information on PDFSecure, please contact an Apryse representative at <info@apryse.com>.

### I didn't find the answer to my question in the user manual. Are there any other helpful resources?

You may want to search the [Apryse Knowledge Base forum](https://apryse.com/support) or to simply forward your question to Apryse's technical support team via <support@apryse.com>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/cli/pdfsecure/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
