Converting Documents with Comments
In software development, where every line of code counts, the Hyland Document Filters SDK is a beacon of efficiency for the document conversion process. This SDK is crafted to streamline the document conversion solution, ensuring that embedded comments—the lifeblood of project collaboration, packed with critical feedback and key insights—are not just preserved, but seamlessly integrated into the converted documents. It’s a solution that resonates with the developer community, offering a way to enhance digital workflows with precision and ease. By incorporating this SDK, developers can confidently tackle the document conversion process, armed with the assurance that the collaborative essence of the documents remains intact, bolstering the robustness of their applications.
Watch as we walk through the code of how Hyland Document Filters can be used to convert a Word document to a PDF while preserving its comments.
Converting Documents with Comments
Explore how Hyland Document Filters effortlessly transforms Word documents with comments into PDFs, preserving all comments for seamless information sharing.
Running the Document Filters Samples
You can try out various features using the Document Filters sample apps on GitHub.
To get started with the Document Filters sample applications:
- Clone or download the Document Filters sample repo from GitHub.
- Update the Document Filters license key by either modifying the
DocumentFiltersLicense
file or setting it in an environment variable namedDF_LICENSE_KEY
.- You can run the sample applications without a license key, with some limitations. See Document Filters Evaluation for details.
- Build
Document Filters Samples.sln
and run theConvertDocumentWithComments
app, while passing in an input document.
Add Document Filters to an Existing App
Once you're ready to integrate Document Filters into your application, you can follow these guides:
- Getting Started with .NET
- Getting Started with Python
- Getting Started with Java
- Getting Started with C
- Getting Started with C++
- Getting Started with COM