Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering to PDF #38

Closed
JCalabretta-MaxetaTech opened this issue Feb 14, 2017 · 0 comments
Closed

Rendering to PDF #38

JCalabretta-MaxetaTech opened this issue Feb 14, 2017 · 0 comments

Comments

@JCalabretta-MaxetaTech
Copy link

JCalabretta-MaxetaTech commented Feb 14, 2017

I am trying to use the example to extend the protocol and render onto a pdf but it isn't working.

When I use the following code

let renderer = PDFRenderController(document: self.document, controllers: [
    self.annotationController,
    self.formController
])
let pdf = renderer.renderOntoPDF()

I get an error that the PDFRenderController initializer is inaccessible due to the internal protection level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant