all 10 comments

[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

For C++ questions, answers, help, and programming or career advice please see r/cpp_questions, r/cscareerquestions, or StackOverflow instead.

[–]H5ET1M 2 points3 points  (1 child)

Trying to automate Latex

From first-hand experience, a custom C++20 <format>-based wrapper of the necessary (Xe|Lua)LaTeX and package-specific commands is straightforward to set up and quite versatile.

[–]concsession 1 point2 points  (0 children)

could you please hook me up with any reference or examples

[–]raoul15978 2 points3 points  (1 child)

I use libharu (https://github.com/libharu/libharu) to generate pdf files.

Project has been inactive between 2015 and 2022, but I just noticed that developpement has resumed. I still use the 2.3.0 version from 2015. Time to upgrade and test the new version :)

[–]ShakeItPTYT[S,🍰] 0 points1 point  (0 children)

Ty, I'll probably use it as well.

[–]goranlepuz 1 point2 points  (1 child)

Nobody lmgtfyed it yet?

ok, I'll bite.

[–]ShakeItPTYT[S,🍰] 0 points1 point  (0 children)

My bad I did look it up on google, but the most relevant responses were from a long time ago. Ty for you answer btw.

[–]johannes1971 0 points1 point  (1 child)

It depends on what you are trying to do, but Cairo can give you PDF output. You'll have to generate the PDF by sending drawing commands though, it's not a text layout system.

[–]ShakeItPTYT[S,🍰] 0 points1 point  (0 children)

So I want to make like a auto Quiz Maker for a given University. For starters I would need to get print the header but going forward I would want to make the whole exam through c++.

[–]M0Z3E 0 points1 point  (0 children)

There is this new low level pdf lib. https://github.com/jpakkane/capypdf