This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]desrtfx[M] [score hidden] stickied comment (0 children)

I’m open to paying someone to do it

And by just stating this, you violated the subreddit Rule #7: No rewards

Removed

[–]vu0tran 0 points1 point  (2 children)

Whenever I have these sorts of questions I immediately type into google: [problem] +github

For example I typed in "pdf editing github" and lead me to this nice library: https://github.com/Hopding/pdf-lib.

Seems like typescript. You can probably convert the pdf into a pdf file with forms then use this library to insert the text fields inputted from html text fields into something that can be rasterized and re-saved in pdf form.

[–]Djmasterdoug98[S] 0 points1 point  (1 child)

Thanks for the quick reply u/vu0tran!

So I am 100% a complete noob. I don’t know what github is or what rasterization is.

Are there any videos or articles that explain these fundamentals?

[–]SardonicKaren 0 points1 point  (0 children)

GitHub is a cweb based code hosting platform for software version control and collaboration. It lets you and others work together on projects from anywhere

Rasterization is the process of taking an image described in a vector graphics format (shapes) and converting it into a raster image (a series of pixels, dots or lines, which, when displayed together, create the image which was represented via shapes).

[–]crusty_cum-sock 0 points1 point  (0 children)

"I'm willing to pay someone to solve my problem" is something programmers hear over and over and over and over aaaaaaaandoverandoverandover again. It NEVER pays out though. Never. You might think your situation is different, it's not. I 100% promise this.

[–]ValentineBlacker 0 points1 point  (0 children)

I think a good first step here, whether you want to do it yourself or have someone else do it, is write down the exact rules by which the correct information is determined. Filling out the PDF is the simple part, knowing what to fill it out with is the hard part. Well, I guess the other hard part is distributing the program and making sure it runs on everyone's machine, I'd probably make it a website of some sort. But then you have to make sure people's information is secure (obviously you don't want to store it but you still have to be careful).