Skip to content

X901/BurnImageToPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burn Image On PDF

This is project show how to burn image into PDF (Save As Flatten)

Things you need to know

  • PDFKit doesn't have any function to save Image As Flatten.
  • You need to use Core Graphics for this purpose.
  • The coordinate space used in this example is PDF coordinate not UIView coordinate.
  • You can convert UIView coordinate to PDF coordinator using this. if needed.
  • The image will burn to current page.
  • After an image is burned to PDF you will get the PDF Data you can save it to the user device or just display it as on the example.

Signature image

signature

PDF

sample.pdf

Result

Simulator Screen Shot - iPad Pro (9 7-inch) - 2021-03-24 at 23 22 41

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages