Exporting and Sharing
Technical reference for document generation, file formats, and managed public sharing.
Exporting and Sharing
VeriWorkly provides several mechanisms for document distribution, ranging from local file generation to cloud-hosted public links. Our architecture ensures that document fidelity is maintained across all export formats.
1. High-Fidelity PDF Export
VeriWorkly utilizes a high-performance client-side rendering pipeline for PDF generation, powered by react-pdf. This ensures that document layouts are generated with pixel-perfect accuracy directly in the user's browser, providing instant feedback and superior data privacy.
- Technical Process: Upon clicking "Export", the application maps your resume data to high-fidelity PDF primitives. The generation process occurs entirely within your browser's secure sandbox, producing a vector-based PDF with embedded fonts and selectable text.
- ATS Compliance: The resulting documents are strictly engineered for machine-readability. By utilizing standard PDF semantic structures, we ensure that recruitment software and Applicant Tracking Systems (ATS) can accurately parse your professional history without errors.
Privacy First
Unlike traditional platforms, VeriWorkly does not transmit your document data to a server for PDF generation. Your personal information never leaves your device during the export process.
2. DOCX Export
For scenarios requiring manual post-processing in word processors such as Microsoft Word or Google Docs, VeriWorkly supports direct export to the .docx format.
- Client-Side Processing: DOCX generation is performed locally within the browser, ensuring that professional data remains on the user's device.
- Structural Integrity: While visual styling is adapted for word processor compatibility, the document's structural hierarchy (headings, lists, and metadata) remains preserved.
3. Managed Public Sharing
Authenticated users with active Cloud Sync may generate persistent, shareable URLs for their resumes. This feature enables real-time document distribution without the need for manual file transfers.
Link Types and Security
Public Access Links
Generates a unique, read-only URI for the document. Updates performed in the editor are immediately reflected on the public link, ensuring that recruiters always access the most current version.
Protected Access Links
Provides an additional security layer by requiring a password for document access. This ensures that sensitive contact information and professional history are restricted to authorized parties.
For a deeper analysis of the underlying rendering infrastructure, refer to the PDF Export Engine documentation.