[MBS] PDF printing on Mac

2017-04-19 Thread Steve Upton
I have a PDF (created in InDesign) that opens OK via DynaPDF and saves fine as well. Problem is, it doesn't print OK on Mac (printing using DynaPDF on Windows works fine but is unavailable for Mac). The transparent drop shadows become a solid 50% transparent gray, rather than tapering off to

Re: [MBS] PDF printing on Mac

2017-04-19 Thread Christian Schmitz
> 1) Is there a way to hand an DynaPDF object over to CGContextMBS for > printing? (without saving as a file first) You can render a page as picture with DynaPDF and draw it in the CGContext. If you do the colorspaces right and use high resolution it should work fine. Sincerely Christian --

[MBS] [ANN] 17.2pr3

2017-04-19 Thread Christian Schmitz
Hi, * Updated to Xcode 8.3.1 * Updated SQLAPI to version 4.1.11. * Added WindowsDeviceModeMBS SetupString with more parameters. * Fixed a problem with CURL AWS domain detection. * Added CIFilterGeneratorMBS class. * Fixed bug in folderItem.VolResolveIDMBS function for 64-bit. Sincerely