Implement PDF export feature with both synchronous and asynchronous modes. Includes: - New cv-export-server service using Puppeteer - Shared printable HTML builder module - ExportControls React component with job status tracking - Classic template for PDF output - API endpoints for job management The system supports cancelable async jobs with polling and error handling. Both client and server share the same HTML rendering logic via the shared-printable module.
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
HTTP/1.1 200 OK
|
|
X-Powered-By: Express
|
|
Access-Control-Allow-Origin: *
|
|
Content-Type: application/pdf
|
|
Content-Disposition: attachment; filename="Ada_Lovelace_CV.pdf"
|
|
Content-Length: 13298
|
|
ETag: W/"33f2-1gLBdxasSpROFsvw/XUGR63Xjhg"
|
|
Date: Sun, 05 Oct 2025 23:50:44 GMT
|
|
Connection: keep-alive
|
|
Keep-Alive: timeout=5
|
|
|