Skip to content

Instantly share code, notes, and snippets.

@leenasn
Created September 18, 2018 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leenasn/aaf4a76b1143fa75caa9124596fe97a4 to your computer and use it in GitHub Desktop.
Save leenasn/aaf4a76b1143fa75caa9124596fe97a4 to your computer and use it in GitHub Desktop.
class PDFGenerator
def generate_pdf_from_text(text,font_attributes)
#Call the RGhost’s implementation
end
def generate_pdf_from_image(image_path,image_attributes)
#Call the LaTex’s implementation
end
#other methods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment