Thanks for the callout! it drew a lot of eyes to stirling-pdf! We have had many updates (and UI rework) since this was posted as well, improving it over time!
@StirlingPDFАй бұрын
Also worth noting for users that dont need conversions we have a .exe (in release artifacts or Sourceforge) which can run without any of the more complex installs just needs java!
@AwesomeOpenSourceАй бұрын
Glad it helped, and I'll have to do an update video on the changes too! Most of all, thank you so much for making such an amazing open source project!
@domojestic41557 ай бұрын
A question that's likely better suited for the devs, but why make this a "self-hosted" web application at all? Why not just make this an installable app? I feel like having to setup a server just to edit PDFs is a massively unnecessary hurdle, especially for the layman. Doesn't this worsen the problem of open-source solution only being for techies?
@AwesomeOpenSource7 ай бұрын
You could always ask about potentially having this made into an Electron or Neutralino JS application. That would make it more of a Desktop app.
@domojestic41557 ай бұрын
@@AwesomeOpenSource I actually made a discussion post on their repo, and they mentioned Electron! However, they let me know that setting it up as a server-side Docker webapp was easier for them at the outset, and that porting it over to a different format would likely take development time and money they simply don't have. Time to take the wallets out, I suppose! 😃
@marcq15887 ай бұрын
One issue is that it can not be used as default application for the PDF files in the system? You always have to launch your docker container if not yet running, then go to the URL, then open your file selection dialog, blah blah blah. You can't just double-click your PDF file and see it open in your Stirling application? That is a bummer and probably a reason why enterprises and individuals might not use it. Only people who have to manipulate PDF files will want this, but it can't be used as a default PDF viewer, for which Acrobat Reader is still free. But it is a great free alternative to Acrobat Pro or other paid PDF applications. Thank your for this video.
@AwesomeOpenSource7 ай бұрын
True, this is not going to be your default viewer, but you don't need Acrobat. PDF will open in any modern browser, and there are multiple open source applications that can open and display PDFs on all of the OSes out there.
@enalaxable7 ай бұрын
@@AwesomeOpenSource @marq1588 LibreOffice in win11 can import PDF's , rotate and do a few cahnges. Acrobat won't allow even a free rotate 90Deg :) To be honest, I'm lost with this Docker compose. What videos are required to make sense of this one? Difference of Docker RUN and COMPOSE (in latest StrilingPDF on Git)?
@rajmajumdar52537 ай бұрын
This has a windows/Linux app use that if you wnat
@irened99617 ай бұрын
Damn. As much as I'm annoyed with Adobe re what they've done to Acrobat Pro, I don't want the inconveniences you've outlined.
@enalaxable7 ай бұрын
@@rajmajumdar5253 hm I missed that! you mean app like a local install? if you have a link I'd appreciate it!
@n1o2s3t4radamus7 ай бұрын
Love your videos, Brian. You are truly an inspiration for aspiring homelab enthusiasts. Keep bringing out these open-source videos that help the community!
@AwesomeOpenSource7 ай бұрын
Thanks! Will do!
@sycoclownx7 ай бұрын
I really like this and I wish I could use it. I have tried similar tools like pdf24 but my users balked. They aren't opening the pdf in an app and they are click on different tools to open the PDF to do what they can do in one pane of glass with Adobe. I hate the refusal to change internal processes and learn something new.
@AwesomeOpenSource7 ай бұрын
Change is hard, for sure.
@vishnumuralidhar56593 ай бұрын
I am loving these contents. I have been using linux a while. Subscribed
@AwesomeOpenSource3 ай бұрын
Great to hear!
@80robina7 ай бұрын
is there another pdf editing tool that doesnt need to be web hosted, ie like just getting it via apt install ?
@AwesomeOpenSource7 ай бұрын
Not that I'm aware of. You can piece together different things, and LibreOffice can do a lot, but it's mostly through the 'Draw' program, so really not editing, but marking on top of the PDF like it's an image.
@m1cajah5 ай бұрын
Can one create editable forms with this (with submission to databases) like with Adobe? Been looking for an alternative that can do that. We don't have staff to build a website and forms for some of our data collection needs.
@AwesomeOpenSource5 ай бұрын
I'd say look at thte Low Code / No Code tools like ToolJet, Baserow, NocoDB, Budibase, AppSmith, etc. Those are more likely to give you the results you are wanting, and are purpose built for data collection.
@gah-mutisalvanusyevalla52966 ай бұрын
Good content you have here and I have decided to build a small MSP. Thanks a lot for the didactic content. I don't know whether you can find time to install dify!
@AwesomeOpenSource6 ай бұрын
I'll take a look and see what I can find out.
@stevebabiak69977 ай бұрын
I was hoping that signing would be more like what we might see with for example Docusign. And that a signature box could be placed as needed, with the signature then being inserted with a click. Adding initials is also used, per page of documents that get signatures.
@AwesomeOpenSource7 ай бұрын
I think there are some open source options for Docusign. See what i can find.
@chopsticksjp2 ай бұрын
Thank so much for the video. It really to follow as a newbie like me. I managed to install it on my Ubuntu server and access it through a local network. However, I cannot download the file after manipulating the files, it stop at 99%
@AwesomeOpenSource2 ай бұрын
That's awesome!
@StirlingPDFАй бұрын
If you have discord we have quite a few devs that should be willing to help with issues, we have links to it within the github repo
@notsocc7 ай бұрын
Well, that was easy! I was editing PDFs using an old Adobe Acrobat licence, via virtual Windows 7 (it only works in Win 7) which was a real faff. Brian, you are brilliant. Now, onto your next video !
@AwesomeOpenSource7 ай бұрын
Thank you so much!
@mikelieberman69246 ай бұрын
I installed it (not for the newbie using Debian Linux as the instructions aren't right). BUT OK I got , it running. What I wanted it for was something that Adobe Acrobat Pro does really well, compress files while preserving the links and bookmarks. A number of utilities compress but lose the links. Unfortunately this product doesn't even fail at that level. It completely failed to compress successfully, leaving me with a 2K file from a 2,8M document. Maybe the rest of code this works well, but I am 100% unimpressed.
@AwesomeOpenSource6 ай бұрын
Sorry it didn't work for you. You might open an issue on their github, so they are aware tha tit's not doing what you expect.
@StirlingPDF6 ай бұрын
Yes please raise a github ticket! we are happy to try help or support on issues etc
@mikelieberman69246 ай бұрын
@@StirlingPDF, I'll try, but I have never opened a github ticket before. So, no promises.
@marinlos7 ай бұрын
Amazing app. It's a shame it's so cumbersome to setup and install. I wonder why it can't be install through a simple Flatpak or snap
@AwesomeOpenSource7 ай бұрын
It's a web application which requires a web server to run, but I suppose someone could potentially turn i into an electron app, where electron just points to the web application running. Not sure what that would take, but it would then go into the flatpak and / or snap store.
@marinlos7 ай бұрын
@@AwesomeOpenSource thanks for your reply. I get it, that would make it necessary for someone to host the app to make it available then of course. I guess the developer is not willing to do that investment and that's understandable. I hope it gets more support, so that may be possible. Thanks for helping these kinds of projects get people's attention 👍🏼
@ericwoudstra15316 ай бұрын
Hello Brian - thanks for this. I found an error in the show notes for docker compose - the first line has a typo. I recommend removing it and adding the following to the top: version: '3.3' services:
@AwesomeOpenSource6 ай бұрын
Hey thank you. I have updated it. I added the missing 's', but not the version, as docker compose has deprecated the version line.
@AJKammerer7 ай бұрын
Thank you!!! I just installed and set this up. Been struggling with signing pdfs and not wanting to pay (yet another) subscription fee to adobe! This is awesome!
@AwesomeOpenSource7 ай бұрын
Hope it solves your signing woes.
@jeffwelvaert14947 ай бұрын
Thanks. Have you tried using Dockge? I had Stirling PDF up and running in less than 30 seconds which included grabbing the Docker Compose file.
@AwesomeOpenSource7 ай бұрын
I've looked at it, but it doesn't really fit the pattern under which I setup my docker stuff, so migrating everything would be a bit of a chore. I do think it looks interesting though.
@KenPryor7 ай бұрын
I've used Stirling off and on for a while and it's pretty great. I don't have a huge need for it right now but it's nice to have when the need arises.
@AwesomeOpenSource7 ай бұрын
Glad it's working for you.
@nzlemming7 ай бұрын
OMG I have been looking for something like this. Thank you!
@AwesomeOpenSource7 ай бұрын
Glad it helped you out.
@robertodepetro19966 ай бұрын
Hi and thanks for the video. How can I add more languages for ocr (italian) on docker? thanks
@AwesomeOpenSource6 ай бұрын
Here's a link to their docs on adding OCR languages. I hope it helps. github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToUseOCR.md
@robertodepetro19966 ай бұрын
@@AwesomeOpenSource thanks
@Starlight-AG6 ай бұрын
Looks like a cool program but the install of Docker etc makes it a non-starter for the average user. I am a techie of many decades and I have no interest in all the setup mumbo-jumbo. As others have mentioned, Make it an installable stand alone app for Linux or Windows and you have my interest. 😁
@StirlingPDF6 ай бұрын
There is a .exe in every release! (it launches a server tho along with users default browser to view it in)
@HemanthJabalpuri3 ай бұрын
@@StirlingPDFBut it's not a full version!
@GoodWill-s8jАй бұрын
@@HemanthJabalpuriThey ignored your comment 😂 it seems their business model is as good as their website lol
@d.d.z.7 ай бұрын
Funny thing: the ad at the beginning was from Adobe 😂
@AwesomeOpenSource7 ай бұрын
Yeah, KZbin is really on it with knowing their audience.
@youtubeviewer70777 ай бұрын
Looks useful, thanks! It's unfortunate they made it a web server in a container rather than a native Gtk/Qt app. Having to run a container and web browser to use seems really bloated and inconvenient and the upload/download file flow seems kind of awkward. Still, it looks like a handy wrapper for all the various PDF tools.
@AwesomeOpenSource7 ай бұрын
I think it being a web app is nice, as I can run it on one machine, and access the tool from any machine on my network. No need to install it over and over and over, and I can use it on my mobile devices as well.
@stilwellj2017 ай бұрын
Brian great video. I hope you do a follow up video to show how to setup auto scan folders and for pipeline tasks.
@AwesomeOpenSource7 ай бұрын
I'll see what I can do. Got a lot of things going right now.
@jerryolson63303 ай бұрын
Looks like a cool app, but I have to agree with Starlight-AG on this... the install acrobatics required are a game-ender for me.
@AwesomeOpenSource3 ай бұрын
I understand completely, it's not for everyone.
@noahgrayhek11007 ай бұрын
Is it possible to install as a web application and make it a default application for PDF documents?
@AwesomeOpenSource7 ай бұрын
Not that I know of.
@stephenlau36907 ай бұрын
Great video, what's the ram and cpu requirement for this tool?
@AwesomeOpenSource7 ай бұрын
Pretty low I think, though I didn't check for sure. I'm sure 1 cpu and 2 G RAM is more than enough.
@guizot20107 ай бұрын
Can this program scan for accessibility and manage accessibility tags?
@AwesomeOpenSource7 ай бұрын
I don't think so, but seems like a great request oto make to the project.
@doctor24UA7 ай бұрын
Hi cannot Edit the PDF files. If i need change txt into PDF but i cannot do this. Or its same New version ?
@AwesomeOpenSource7 ай бұрын
I don't understand exactly. Are you trying to edit a PDF, or convert a txt file into a PDF? There are options to do both of those in this application.
@doctor24UA7 ай бұрын
@@AwesomeOpenSource sorry for my English. I meant that there is no way to edit the PDF file. Let's say you need to change the text inside the file. I looked through all the options in this program and didn’t find what I needed. For example, I open a PDF in Adobe Acrobat and can edit the file there. where is this opportunity?
@AwesomeOpenSource7 ай бұрын
@@doctor24UA you can use the convert to ODT or DOC option. Edit then re export to PDF.
@doctor24UA7 ай бұрын
@@AwesomeOpenSource you're right, I can. but not the users I work with. It is difficult for the user to remember even a few simple actions. They need to open the file and immediately be able to edit. Let's hope that this feature will be added in future versions. Thank you.
@ymfeijo6 ай бұрын
For privacy reasons, I would prefer it as an app rather than a website.
@AwesomeOpenSource6 ай бұрын
Understand. It's not for everyone.
@ymfeijo6 ай бұрын
@@AwesomeOpenSource Sorry about that, I didn't mean to bother you.
@IslamicAudiobooksCentral6 ай бұрын
Yes a one-click install would be nice but you can run it locally on your computer. I didn't go the docker route, didn't even check for dependencies - just downloaded and ran the jar file they provided and it worked! Not sure if all of the features will work - I only tried a few. They have a survey going on now and if enough people ask them to bundle everything in a flatpak and snap, perhaps they'll consider a desktop app...
@unton832 ай бұрын
You can use login option and self-signed certificate for https access
@MiDiCur7 ай бұрын
Thank you . Excellent tutorial got it up and running in no time thanks to you.
@AwesomeOpenSource7 ай бұрын
Excellent!
@Myrulv7 ай бұрын
Nice! Any plans for creating Table Of Content (TOC)?
@AwesomeOpenSource7 ай бұрын
Do you mean the ability to add a TOC in the PDF? If so, that's question for the devs for sure.
@SierraKilo767 ай бұрын
Does anyone know, if it is possible to create forms that I can be send to someone to fill them out. Yes, I tried to find out by looking at their webpage. But I haven't found something. Might be my english which isn't the best in the world :(
@antofroodle7 ай бұрын
Not currently sorry 😔
@AwesomeOpenSource7 ай бұрын
Not with this tool, no. But you can create the form in libreoffice and export that as a PDF.
@SierraKilo767 ай бұрын
@@antofroodle Thank you.
@SierraKilo767 ай бұрын
@@AwesomeOpenSource Thank you.
@favourlandquayson94077 ай бұрын
sure, google form, jotform, microsoft form are all available for your task
@oskar35147 ай бұрын
Brian, thanks for sharing the info about this tool, it's going to be really useful!
@AwesomeOpenSource7 ай бұрын
You bet!
@asus123517 ай бұрын
Been looking for something like this for a while will definitely be trying it out.
@AwesomeOpenSource7 ай бұрын
That's awesome! Hope it helps.
@jim7smith7 ай бұрын
Thanks so much for this one, Brian. I have been using for years, a great pdf editor for which I paid, Master PDF Editor. I am looking forward to trying this one for sure. Thanks again.
@AwesomeOpenSource7 ай бұрын
My pleasure.
@brodriguez110007 ай бұрын
PDFGear is another.
@El-Ge7 ай бұрын
By the way, how to download and install it into windows OS?
@AwesomeOpenSource7 ай бұрын
stirlingtools.com/docs/Getting%20started/Installation/Local/Windows%20Installation/ Maybe that will help you.
@denncorby41157 ай бұрын
Can this create accuy fillable PDFs?
@octothorpian_nightmare7 ай бұрын
Cool, I'm gonna throw this up on my Proxmox server. Sure beats recreating a doc with groff and making a PDF from that...
@AwesomeOpenSource7 ай бұрын
Agree!
@murat41897 ай бұрын
could not install this! please help
@AwesomeOpenSource7 ай бұрын
Need to understandmore where you had issues.
@nathanoneiric7 ай бұрын
Omfg I been looking for a good PDF editor in Linux for so long, thank you :)
@AwesomeOpenSource7 ай бұрын
You bet.
@Smjork7 ай бұрын
Try "Master PDF Editor", free for personal, non-commercial use, multi-platform, just as strong as Acrobat Pro and much, much cheaper per license if you decide to buy one. There's also PDF-Sam, also multi-platform, with an almost identical layout (of tools) as Sterling's main page, but standalone and with less tools than Sterling-PDF.
@jakegt19782 ай бұрын
Awesome tutorial. Did you make the video for making the link secure, HTTPS.. ? Would love to know how that is done.
@Albertkallal7 ай бұрын
Does it render overprint views correctly?
@AwesomeOpenSource7 ай бұрын
I don't know what overprint is, so can't really say.
@Albertkallal7 ай бұрын
@@AwesomeOpenSource I'll have to give it a try. You can google pdf overprint simulation. All this means is that for print ready PDF's, then the concept is that you lay down colors as ink, and thus the PDF document will look rather ugly if you don't turn on overprint simulation. Overprint simulation thus renders the PDF correctly when viewing it, since it can "simulate" laying layers of ink down on paper. So, for corporate logos etc., then without overprint simulation, then things don't render correctly. I'm Actually looking for a web based PDF viewer that has this feature. (pdf.js - the same library used in chrome engine for example does not support this feature).
@mauricegeurtzen7 ай бұрын
Great tutorial. Thanks!
@AwesomeOpenSource7 ай бұрын
Glad you enjoyed it!
@stevecurrier24627 ай бұрын
Work with Linux mint?
@AwesomeOpenSource7 ай бұрын
Sure, it runs in Docker, so should work on any distro that will use Docker.
@638011707 ай бұрын
As a Windows user looking to see if there is a way to work without Windows... I get to 13:20 Installation. I don't understand why this is the requirement of Linux and Git-hub projects? You need low-level system skills to be able to access these alternative product solutions or projects. Why is there no "installation" system on Linux (or that can be applied to Windows) promoted via Git-hub projects that... you know... "installs" these solutions, like a Windows or Mac experience?
@rasonbryant7 ай бұрын
This tool in particular was designed to be web base, so there isn't a installer as it's not made to run on a computer as a program per se which is why it needs docker which basically builds the webserver for you to use locally. there are Linux and window free and open source tools for pdf that are easy installs, you just have to research which is the best.
@638011707 ай бұрын
@@rasonbryant Thanks for the explanation and clarification on the "web server" angle.
@antofroodle7 ай бұрын
Few things extra to add You can install docker desktop on a Windows machine to set this up for that's that want a windows web server Also Stirling pdf had a .exe installer as well but it needs java jdk 17 installed and is a lighter weight version with conversions and OCR
@AwesomeOpenSource7 ай бұрын
As the other folks stated, this is intended to be run as a web application (even if only locally), thus docker is the route to make it able to easily run on all OSes that support docker (which is most).
@ThoughtFission7 ай бұрын
So you can't edit with this?
@AwesomeOpenSource7 ай бұрын
You can edit with it. I demonstrate one method int he videeo.
@andrewgrillet58357 ай бұрын
Does it read 3D PDFs?
@AwesomeOpenSource7 ай бұрын
I don't know what a 3D PDF is.
@supermanisdeady1Ай бұрын
thanks, its useful
@AwesomeOpenSourceАй бұрын
Super glad to hear it.
@ibeezhashin7 ай бұрын
Adobe has its place. I prefer linux. Not sure why but CUPS doesn't print out barcodes correctly especially when it comes to mailing labels 4*6 I have to leave a VM running windows. I prefer PDFs to get printed by PDF element. Something with the way the PDF prints - the USPS clerks can barely get a scan on any thing from a Linux box. So Adobe, print queues and games (yes windows still has the prestigious gaming experience)as a Linux and FOSS fanboy - windows still has a few reasons to exist
@AwesomeOpenSource7 ай бұрын
I'm sure for some things there is a reason for now.
@Mudflap11107 ай бұрын
Is there a vm way, or does it require docker? I don't do containers
@therealslimaddy7 ай бұрын
Anything that is runnable in docker is runnable in vm (viceversa) If you can manage all the dependencies that is (in case of VM)
@Lunolux7 ай бұрын
what is the purpose to run it in VM ? (it dont need a lot of ram/cpu)
@Mudflap11107 ай бұрын
@Lunolux don't want to get into a lot of back and forth. However, containers add complexity for maintenance and security. If it doesn't need much, don't give it much.
@AwesomeOpenSource7 ай бұрын
I believe there are packages you can install, not just in docker. I linked to the github in the description. They'll list the ways you can install there.
@BlueBearOne6 ай бұрын
But we DO need Adobe. Who else is going to trick us into giving them our creative work to train their own A.I. by sneaking an addendum into a EULA? Well...lot's of companies but Adobe does it best these days!
@AwesomeOpenSource5 ай бұрын
So true.
@rey62537 ай бұрын
Very useful video, thanks :)
@AwesomeOpenSource7 ай бұрын
Glad it was helpful!
@NoName-ws9qv7 ай бұрын
you really have to want a free pdf software pretty bad to go through installing docker and all the components to make it run a web server on your pc just for that
@AwesomeOpenSource7 ай бұрын
I imagine most people will have a homeland already, or have been thinking about it. But I think the freedom of open source is worth it.
@UnderC27 ай бұрын
I clicked on this video and got a adobe ad, good job adsense.
@AwesomeOpenSource7 ай бұрын
Wow! Way to know the audience KZbin. Geez.
@MrLargo859 күн бұрын
Great tool but what I generally miss is the simple way to edit the text.
@PlanetMezz7 ай бұрын
Windows Version?
@AwesomeOpenSource7 ай бұрын
It runs in Docker, so it will run on Windows Docker, MacOS Docker, etc.
@ScottLutzNCG6 ай бұрын
Love the videos! You have such a great way of explaining things that just make sense, Awesome is an understatement! I do have a question, what is the update process when the app lets you know of an update? Do you do this through the Terminal?
@AwesomeOpenSource6 ай бұрын
If you set it up like I did, just go back into the folder for it in the CLI (command line interface) and then do these two commands: docker compose pull docker compose up -d you never have to bring down the server.
@ScottLutzNCG6 ай бұрын
@@AwesomeOpenSource thank you so much for the information, I really do appreciate it!!
@rpatros7 ай бұрын
Wow that is an excellent tool
@AwesomeOpenSource7 ай бұрын
It's awesome!
@alf87187 ай бұрын
Seriously? Why even bother. One can create an office document (preferably using Libre office with a build-in support for exporting PDFs)and save it (save natively to be able to make changes later and export) as pdf. And the editing options of existing pdf's are very limited using this set of tools (Stirling). Also kind of awkward. Is it possible to do anything offline? And to be completely honest I don't understand many very positive comments some even enthusiastic about this Stirling software. Have all the employees of Stirling got the asingnment to comment on this video engaging therir family members and friends also, maybe to make as many comments as possible using different accounts. This is the best explanation I can think of.
@AwesomeOpenSource7 ай бұрын
Maybe it's not for you.
@markc8716 ай бұрын
Why bother commenting?
@alf87186 ай бұрын
@@markc871 Why bother making stupid videos? Surely takes some time and some effort, mcuh more than just posting an honest comment.
@Pain539244 ай бұрын
How to merge pdfs then?
@VeraTechgh7 ай бұрын
I did it. Thank you so much🥰🥰 check from reply
@VeraTechgh7 ай бұрын
hosted and ready to share
@AwesomeOpenSource7 ай бұрын
Great job!
@Noctudeit7 ай бұрын
Online software is a complete nonstarter for anyone working with sensitive documents.
@AwesomeOpenSource7 ай бұрын
This isn't "online". You can run this completely offline without any internet connection. Just because it opens in a web browser doesn't mean it's online.
@PaulG.x6 ай бұрын
@@AwesomeOpenSource I service a DNA analysis instrument that has it's entire user interface running in Chrome browser on Ubuntu on an integral PC. It never goes online.
@usamakhushk17 ай бұрын
very good video thanks. 🥳
@AwesomeOpenSource7 ай бұрын
Glad you enjoyed it
@AlNayeem7 ай бұрын
android available?
@AwesomeOpenSource7 ай бұрын
You can set it up on your desktkop, and then point to the desktop IP and port with your phone.
@kflangan7 ай бұрын
The beauty of containerized applications. I got it up and running in under 10 minutes!
@AwesomeOpenSource7 ай бұрын
That's awesome!
@GoodWill-s8jАй бұрын
It ate your resources for sure 🤣
@tjmarx7 ай бұрын
Think I'll stick with Adobe. Everything is just there in a user friendly interface and isn't separate tools.
@AwesomeOpenSource7 ай бұрын
If that works for you, and you already have the version you need, it's a great tool for sure.
@GoodWill-s8jАй бұрын
This thing is a mess lol. Instead of making a native application, they made a JS thing and, on top of that, it requires a local WEB server! 🤦♂️
@AwesomeOpenSourceАй бұрын
They actually have a .exe available as well. It's on their sourceforge archive. This will spin up what you need without the need of a server specifically.
@bajerra95177 ай бұрын
Love this open-source alternative! Thanks for sharing, Totally agree - there are plenty of great free options out there. Kudos to you for spreading the word. big thanks
@AwesomeOpenSource7 ай бұрын
My pleasure.
@brodriguez110007 ай бұрын
Wonder if that electronic signature uses eIDAS?
@TazzSmk7 ай бұрын
it's especially useful on phones and tablets, been using it for months :)) that said, I can't yet imagine use in big company, might need some kind of user management, clustering and more languages supported
@AwesomeOpenSource7 ай бұрын
Thanks for sharing
@diazepamkit7 ай бұрын
so basically this a source code that every pdf converter site has? ilovepdf, smallpdf and such thing. niceeee
@AwesomeOpenSource7 ай бұрын
Yes, correct
@kbauer577 ай бұрын
Morphos + StirlingPDF are the best
@AwesomeOpenSource7 ай бұрын
Very nice!
@slamlander3360Ай бұрын
Linux?
@AwesomeOpenSourceАй бұрын
Linux.
@MurTadaAlThawab7 ай бұрын
is it possible to edit text ?
@AwesomeOpenSource7 ай бұрын
Yes. I show how in the video.
@kristof94977 ай бұрын
Thanks.
@AwesomeOpenSource7 ай бұрын
You're welcome
@webdrakib7 ай бұрын
Thanks
@AwesomeOpenSource7 ай бұрын
No problem
@GoodWill-s8jАй бұрын
Thought this was an ad... Saw open source... Clicked... Got ads anyway 😒 EDIT: This actually IS an ad! 👎👎👎
@AwesomeOpenSourceАй бұрын
Nope, it's just a video about a really great open source project. No money changed hands, nor was I asked by the project to cover it. I'm just providing options to the closed source software out there today.
@onlyhexonotop43137 ай бұрын
Bro Zammad ticketing System
@AwesomeOpenSource7 ай бұрын
I know. Sorry, recorded it, and another, getting ready to add 3 or so episodes to the MSP series soon. Just going through editing now.
@BevanAgard7 ай бұрын
I can't wait for the zammad videos as well. We use it here in major production. One of my techs commented that they don't know how they got along without it and can't remember what it was like in the before times. We love Zammad. Will be looking into setting up Stirling for our users
@onlyhexonotop43137 ай бұрын
@@BevanAgard is there any issues you having with zammad?
@onlyhexonotop43137 ай бұрын
@@AwesomeOpenSourcehope will get video soon, so will implement it on our server 😁😁
@mangiblotarinawabag49647 ай бұрын
Just use master pdf. Better, easier, more convenient.
@AwesomeOpenSource6 ай бұрын
But sadly, not open source.
@Codger20157 ай бұрын
This docker business is much too confusing. How about the simple old type installation by double clicking on an executable file and done. Your audience may not all be familiar with your docker business so what I need, and I suspect others as well, is the brain-dead simple method of double clicking the executable file and go with that. I won't be able to install Stirling-PDF unless I can do so with an executable and not have to fuss with all this other stuff you are doing. Pretend I am super uneducated about installing programs (which I am not) and provide a much simpler method.
@AwesomeOpenSource7 ай бұрын
Docker is a great tool for running sandboxed applications and web-service applications. It's really and truly just a very small virtual machine with an application running inside of it.
@peterwassmuth40147 ай бұрын
Awesome Thank you for Sharing! 💯✴ If it’s not costing money, it’s costing something else. (You!) If you got it for free! someone paid for it. (You!) Nothing is free. Everything has to be paid for. (You!) Usually your private credential to a third-party seller.
@AwesomeOpenSource7 ай бұрын
Indeed.
@radu81x7 ай бұрын
it's GPL licensed and you need to host it yourself. what are you trying to say?
@hammerheadcorvette47 ай бұрын
Donate to Open Source.
@AwesomeOpenSource7 ай бұрын
Indeed. Always.
@joecetogal66932 ай бұрын
It's a paid service. Why use it, and not the original of Adobe?
@AwesomeOpenSource2 ай бұрын
StirlingPDF isn't a paid service. It's all open source. They may offer a Paid Service, but you can self host it free of charge. I wouldn't use Adobe because it's closed source though, to answer your question. It's not about free as in money, but freedom to do with it as I see fit.
@MehrdadGivehchi7 ай бұрын
thanks for this video! I followed everything and for some strange reason I get tons of errors and the application does not come up properly. anyone else is having this issue? The 1st of many error messages I get is: Stirling-PDF | 14:31:35,617 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[AUTHLOG] - openFile(logs/invalid-auths.log,true) call failed. java.io.FileNotFoundException: logs/invalid-auths.log (Permission denied) I have confirmed the folders created that are attached to the docker are all have proper access rights. it looks like there is something within the container that is throwing the exception thanks in advance!
@AwesomeOpenSource7 ай бұрын
I think you may just have a permissions issue on one of your folders or volumes.
@MehrdadGivehchi7 ай бұрын
you were right and many thanks!@@AwesomeOpenSource
@fhariqaulady35957 ай бұрын
Thankss, its really works. goodbye smallpdf ilovepdf etc etc