Overview
Document Flow provides various services for PDF managamanet. The pdf generation module will runs within a container and support RESTful integration for Tiff to PDF processing. All services should request with params , pointer to folder containing images that need to be processed (no streaming of images or pdf documents). The service processes 1..m images and write them to a configured target folder.
Features
Convert scanned TIFF documents into fully searchable and archivable PDF/A documents. convert tiff image to pdf document with configurable output size convert multiple tiff images to pdf document ,with bookmarks (optional) Combine documents, spreadsheets, emails, and more into a single, organized PDF file (optional) Based on configuration add page number, header and footer information in PDF such as copyright or disclaimer information.
Validations check for parameter values folder/file path integrity read permissions output write permissions
Deployment container based deployment
Security : LDAP authentication
Integration: RESTful integration to invoke services Shared file system to access Tiff/ PNG files
Operational aspects log activity, errors logging based on configuration
The service includes the time taken to process a request and the number of pages converted.
Testing Single page Tiff to PDF conversion, Multi page tiff to pdf conversion pdf/a conversion and check with content engine reading
Last updated