Paris Olympics Chatbot- Get Ticket Information Using Chat-GPT and LangChain Programming Computer Science by usmanmalik57 … to develop chatbots that query other data types such as PDFs, websites, text documents, etc. Re: A Utility App for my organisation Hardware and Software Cloud-based Apps by rproffitt In a company you put forward the idea and site plan. A new to all this web maker could easily stumble and make a site with security or other issues. For example said PDFs could be something the company doesn't want exposed to the world. So back to your IT and company leaders to work out the details, and do it right the first time. Re: batch script to convert a PDF to a text file on windows Hardware and Software Microsoft Windows by gerbil … you ever viewed the coding of sample pdfs? The text content is in binary. PDFs with text can also in fact be… PDFs - Oh How I Hate Thee Community Center Geeks' Lounge by Stuugie …outputs are always in PDF format. I know PDFs are a convenient way to output data and…sections as tables but this is not ideal for PDFs that are saved in (basically) image formats. …I'm sure. I really don't like PDFs and with today’s storage abilities I can…I had my way, I would destroy all PDFs and make people/organizations output their data in … Re: PDFs - Oh How I Hate Thee Community Center Geeks' Lounge by Dani Blasphemy! I really like PDFs. Perhaps your issue isn't with the actual format but … other format in existance that could fill the place of PDFs when it comes to ease of use, portability and complete… Re: Select multiple pdfs then send to merge Programming Web Development by diafol … $result="?result=0"; if(isset($_POST['pdfs']) && isset($_POST['newfilename']) &&…quot;mypdffolder"; $mergedLocation = "mergedpdfs"; $pdfs = (array) $_POST['pdfs']; foreach($pdfs as $pdf) { if(file_exists($location/$pdf)) { $… Re: Select multiple pdfs then send to merge Programming Web Development by double_cola …$result="?result=0"; if(isset($_POST['pdfs']) && isset($_POST['newfilename']) &&…quot;samplepdfs"; $mergedLocation = "mergedpdfs"; $pdfs = (array) $_POST['pdfs']; foreach($pdfs as $pdf) { if(file_exists($location/$pdf)) { $merger… Re: Select multiple pdfs then send to merge Programming Web Development by double_cola …4, 5-19"] private $_fpdi; /** * Merge PDFs. * @return void */ public function __construct() { require_once('…filepath'"); } return $this; } /** * Merges your provided PDFs and outputs to specified location. * @param $outputmode * @param… Merge PDFs and Serve Online Digital Media UI / UX Design by visualmonk …, We have scanned a series of magazines into single page PDFs. We also have an index of the magazines that includes… link that, when clicked, would dynamically assemble the single page PDFs--based on the page range in the index--into one… library, but that seems to provide a way to create PDFs from scratch. There are also tons of scripts that allow… Open PDFs in a Folder Programming Software Development by Stuugie Hi All, I'm trying to loop through and open PDFs in a folder using Java. I have the following code: … been tasked to do is go through a lot of PDFs and remove the metadata within each one. I know I… people asking me about this say they have about 1000 PDFs to do this to. Has anyone ever done this or… Select multiple pdfs then send to merge Programming Web Development by double_cola … de-select (check boxes, radio doesnt matter) pdfs and then have the selected pdfs merged into a single pdf. I have used… different way. I need a page with a list of pdfs that can be selected and posted to this pdf merger… PHP merge PDFs on click Programming Web Development by double_cola Hello, I am using a php function to merge 2 pdfs and it works great. <?php include 'PDFMerger.php'; $pdf = … to be able to select or click and drag over pdfs to be merged. Any help is MORE than appreciated. Re: Open PDFs in a Folder Programming Software Development by iamthwee ….rockpdf.com/ **Please note the trial version can only handle pdfs with 50 pages** Grab the trial then use a bat… Re: Select multiple pdfs then send to merge Programming Web Development by henri2398 Well, even I have been using **[PDF merger](http://www.completepdfsolutions.com/pdf-merger.php)** but I have not face any problem with it. It work great and it allow selecting page range as well as you can deselect them and then you can merge multiple PDFs into single one. Re: PHP merge PDFs on click Programming Web Development by adam.adamski.96155 How are you stumped? What did you try? If you use a select menu for the choosing of the .pdfs to be merged, and a submitted form to carry the choices to a processing function it's relatively simple. You need to use javascript for the drag and drop, and to update the form variables before posting, it's certainly more complicated. Re: PHP merge PDFs on click Programming Web Development by double_cola First of all you guys are geniuses. LastMitch and Adam, all my internet points go to you :) !! One last question. Can you think of any way to get this to work with only 1 drop box or 1 input? Potentially I could have 25 pdfs to choose from. Re: PHP merge PDFs on click Programming Web Development by LastMitch … drop box or 1 input? Potentially I could have 25 pdfs to choose from. I think that more **JQuery** than **PHP… Re: PHP merge PDFs on click Programming Web Development by adam.adamski.96155 If there is only one input or drop box how will their be more than one file to merge? You could use a multi-select element: http://www.w3schools.com/tags/att_select_multiple.asp The drag and drop looked good, was lightweight to code and I don't see a problem with 25 pdfs :) Re: PHP merge PDFs on click Programming Web Development by double_cola … in your brain box.<br /> Drag out the pdfs and place one in each of the send to print… Embedding PDFs using HTML5 Digital Media UI / UX Design by Vincentas … expensive. Is there a simple way to just display the PDFs even forgoing a lot of the additional functionality those other… Re: Embedding PDFs using HTML5 Digital Media UI / UX Design by LastMitch …** >Is there a simple way to just display the PDFs even forgoing a lot of the additional functionality those other… Re: Searching the scanned pdfs? Community Center by shAq … am trying to write a program that'll search the pdfs for keywords. I guess i'll have to associate files… Re: Searching the scanned pdfs? Community Center by WaltP … am trying to write a program that'll search the pdfs for keywords. I guess i'll have to associate files… Re: reading and writing to pdfs in c++ Programming Software Development by jackmaverick1 The thing with PDFs are that aren't just strait up text files, I don't know how you would go about coding them and I can't imagine that it's easy so the standard I/O stream (istream, ostream, etc) aren't going to work. Better way to program these if/else statements? Programming Web Development by mindfrost82 … what PDF files to merge together, and the PDFs must be in a specific order. Right now….pdf|".$path."/pdfs/current/grouts/3000_psi_fine_grout.pdf|".$path."/pdfs/current/pigment/solomon.pdf|&….pdf|".$path."/pdfs/current/grouts/3000_psi_fine_grout.pdf|".$path."/pdfs/current/pigment/solomon.pdf|&… Search a PDF and return results to Json Programming Web Development by Violet_82 …course) to be able to search a collection of PDFs and return the results in a Json format for … console and returns a list of results in all the PDFs selected: search.matchCase = false; search.wordMatching = "MatchAnyWord"… I've basically created a folder called PDFs where I stored 2 PDFs and then I run this search which … Re: readdir help Programming Web Development by rickarro … contents of a folder that is at wwwroot/pdfs/. I made the changes you suggested.... [code…] <?php $current_dir = "$DOCUMENT_ROOT"."..//pdfs/"; //Put in second part, the directory - without… // is extension ext or EXT ? $myfile = "/pdfs/" . $file; echo "<a href=\"$… read pdf file, gone wrong! Help needed.. Programming Web Development by klemme … MY PDF_DIR CORRECT: [CODE] define('PDFS_DIR', $_SERVER['DOCUMENT_ROOT'] .'includes/pdfs'); [/CODE] This is the read_pdf.php file: [CODE] <?…;&(is_file($file))){ $query = 'SELECT title, description, file_name, FROM pdfs WHERE tmp_name="'.mysqli_real_escape_string($connection, $_GET['id']).'"'; $result = mysqli_query… Why isn't this update script working? Programming Web Development by larry29936 …($edge); $size = filesize($edge); $edgesize = convert_filesize($size); $pdfs = glob('download/foxcloneV*.pdf'); $pdf = $pdfs[count($pdfs) -1]; $pdfname = basename($pdf); $debs = glob('download… Re: Why isn't this update script working? Programming Web Development by larry29936 …($edge); $size = filesize($edge); $edgesize = convert_filesize($size); $pdfs = glob('download/foxcloneV*.pdf'); $pdf = $pdfs[count($pdfs) -1]; $pdfname = basename($pdf); $debs = glob('download…