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

Pure Ruby PDF converter based on prawn #78

Closed
gettalong opened this issue Sep 8, 2013 · 7 comments
Closed

Pure Ruby PDF converter based on prawn #78

gettalong opened this issue Sep 8, 2013 · 7 comments
Assignees

Comments

@gettalong
Copy link
Owner

I'm currently investigating how much effort it would take to create a pure Ruby PDF converter based on the prawn PDF library.

Any input, ideas, etc. are appreciated, especially on the following items:

  • Expectations for such a converter
  • How to handle customization of individual element output?
  • Other libraries than prawn that are better suited for this task
  • Is there need for such a converter?
@ghost ghost assigned gettalong Sep 8, 2013
@ghost
Copy link

ghost commented Sep 10, 2013

This is a great idea, but I would say it is beyond the scope of this project. You have a good gem here, and it will stay good by keeping it simple.
Feature creep

Perhaps a new gem?

@gettalong
Copy link
Owner Author

I don't think of this as feature creep since the PDF converter could always be easily removed without limiting the functionality of the rest.

@ghost
Copy link

ghost commented Sep 11, 2013

Do you have idea how much it would increase size of the repo? If it is < 100 KB then I guess it wouldnt matter.

@gettalong
Copy link
Owner Author

One Ruby file with a size similar to the latex converter, so about 20K.

@gettalong
Copy link
Owner Author

Nobody except @SNPN seems to be interested :)

However, since I have a personal need for this I have implemented it, see commit 6be94f5 for a first version.

@cirosantilli
Copy link

I am very interested in this.

Made a related SE question at: http://softwarerecs.stackexchange.com/questions/3588/convert-markdown-to-pdf-without-latex

@gettalong
Copy link
Owner Author

gettalong commented Feb 16, 2022 via email

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

No branches or pull requests

2 participants