Fixed format report document building
Fixed format report document building
- Subject: Fixed format report document building
- From: "email@hidden" <email@hidden>
- Date: Thu, 09 Jan 2014 21:54:51 +0000
Windows WPF has a fixed format document API. Its documentation states:
Fixed documents are intended for applications that require a precise "what you see is what you get" (WYSIWYG) presentation, independent of the display or printer hardware used. Typical uses for fixed documents include desktop publishing, word processing, and form layout, where adherence to the original page design is critical.
What is the best approach for generating fixed format report documents in Cocoa?
My thoughts:
1. I can build NSView instances in IB, bind them and print to PDF. Okay for simple stuff but it is not a document generation API.
2. Obviously HTML can be rendered as a PDF but this lacks the precise placement of a fixed document.
3. XSLT and XSL-FO to PDF is also a possibility but I have no experience with this approach.
Other thoughts appreciated.
Jonathan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden