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

No output pdf #19

Open
numbworks opened this issue Mar 19, 2019 · 0 comments
Open

No output pdf #19

numbworks opened this issue Mar 19, 2019 · 0 comments

Comments

@numbworks
Copy link

Hello,

first of all, thank you for your work :)

I'd really need something like this to export some repositories and read them offline on my ebook reader.
But it seems I can't get code2pdf to work.

I installed it:

$ sudo apt-get install ruby
$ sudo gem install code2pdf

I cloned one of the repositories I'm interested into (in C#):

$ mkdir "/home/ruben/Downloads/_Temp/ML .NET"
$ cd "/home/ruben/Downloads/_Temp/ML .NET"
$ git clone https://github.com/dotnet/machinelearning.git

While running it against one single sub-folder that contains few classes, I get no error but also no PDF either:

$ code2pdf /home/ruben/Downloads/_Temp/ML\ .NET/machinelearning/src/Microsoft.ML.Analyzer/
Reading file /home/ruben/Downloads/_Temp/ML .NET/machinelearning/src/Microsoft.ML.Analyzer/TypeIsSchemaShapeAnalyzer.cs
Reading file /home/ruben/Downloads/_Temp/ML .NET/machinelearning/src/Microsoft.ML.Analyzer/Microsoft.ML.Analyzer.csproj
Reading file /home/ruben/Downloads/_Temp/ML .NET/machinelearning/src/Microsoft.ML.Analyzer/Properties/AssemblyInfo.cs

What to I do wrong?
Aren't C# .cs files supported?

Thanks!

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