Skip to content

Instantly share code, notes, and snippets.

@leenasn
Created September 18, 2018 16:02
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/0d031b2d4d7efc26ad6a447a742266bf to your computer and use it in GitHub Desktop.
Save leenasn/0d031b2d4d7efc26ad6a447a742266bf to your computer and use it in GitHub Desktop.
def generate_pdf_from_image(image_path,image_attributes)
if USE_LATEX
#new implementation
else
#old implementation
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment