<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/pdf-php/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/pdf-php/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 02 Oct 2024 14:52:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pdf-php/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Up to which PHP Version does it work?</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/227b9d4d17/?limit=25#2bfb</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi.&lt;br/&gt;
I need to make a website where there will be a form that will create a PDF file at the end of compilation. I need to know up to which PHP version you can use R&amp;amp;OS.&lt;br/&gt;
Antonio&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio</dc:creator><pubDate>Wed, 02 Oct 2024 14:52:22 -0000</pubDate><guid>https://sourceforge.netb3f33db6ca941d443ff586c90dfa2c8f2c930757</guid></item><item><title>Use and existing PDF?</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/66a6593be1/?limit=25#0eba</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;About 7-15 years ago I programed in a proprietary language called &lt;a class="" href="https://www.lassosoft.com" rel="nofollow"&gt;Lasso&lt;/a&gt; and it did PDFs and image manipulation like a champ. Wish that company would have open sourced the software and worked with more hosting providers. It's a great language for designers.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen</dc:creator><pubDate>Thu, 08 Apr 2021 12:52:53 -0000</pubDate><guid>https://sourceforge.net243a3d6cbc2352bc5248df168059e491555f89d0</guid></item><item><title>Use and existing PDF?</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/66a6593be1/?limit=25#f5ac</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've tried to use FPDF but there are dependancies for an outdated FPDF-FPDI package and trying to use only the FPDI package results in errors. In general, all these PDF solutions seem very outdated and make PHP feel abandoned.&lt;/p&gt;
&lt;p&gt;Thanks so much for responding!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen</dc:creator><pubDate>Thu, 08 Apr 2021 12:44:59 -0000</pubDate><guid>https://sourceforge.netd1a4e143af2edd1bd5afa6e3e18eeb23e4a18ca5</guid></item><item><title>Use and existing PDF?</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/66a6593be1/?limit=25#e32a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You should look into FPDF to add an existing pdf to a new pdf.&lt;/p&gt;
&lt;p&gt;The R&amp;amp;OS class does not import pdf's or modify them.&lt;br/&gt;
Adding images and text is possible in the R&amp;amp;OS class.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stefaan lesage</dc:creator><pubDate>Thu, 08 Apr 2021 12:36:31 -0000</pubDate><guid>https://sourceforge.net50407809886f8d7d3bd9c74f4a38555aa3f2b7e7</guid></item><item><title>Use and existing PDF?</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/66a6593be1/?limit=25#7219</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;That's disappointing. R&amp;amp;OS seemed to have the most simple and straightforward method of adding content and creating PDFs. Using an existing PDF is necessary... unless instead of importing a PDF, I just import an image of the PDF pages, and then add the logo and text onto that.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen</dc:creator><pubDate>Thu, 08 Apr 2021 12:26:49 -0000</pubDate><guid>https://sourceforge.netc3f8ef9bd1428daf15e8b4f0dcda6190a4276047</guid></item><item><title>Use and existing PDF?</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/66a6593be1/?limit=25#b5bc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br/&gt;
You can add an image with this class.&lt;br/&gt;
You can't open an existing pdf and modify it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stefaan lesage</dc:creator><pubDate>Thu, 08 Apr 2021 06:58:00 -0000</pubDate><guid>https://sourceforge.netb4a0bf99a4eb2f9eaf29f58abc377341b2a1622a</guid></item><item><title>Use and existing PDF?</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/66a6593be1/?limit=25#898a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Topic heading should read "Can I use an existing PDF?" This forum won't let me edit the topic title or delete the post. Grrrr.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen</dc:creator><pubDate>Wed, 07 Apr 2021 18:02:32 -0000</pubDate><guid>https://sourceforge.net13edcb2b15623afda6e557c9e759f651727b6e66</guid></item><item><title>Use and existing PDF?</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/66a6593be1/?limit=25#923a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I need to add an image and possibly text to an existing PDF (so client can add their logo and address to a brochure, flier, or poster) but I can't find an example that brings in an existing PDF. Is there a way to do that?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen</dc:creator><pubDate>Wed, 07 Apr 2021 17:55:32 -0000</pubDate><guid>https://sourceforge.net737752f269e9adb85823276f91393716bd12c20e</guid></item><item><title>Problem with creating multiple pages</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/b4a5941320/?limit=25#5e8d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I got it working, thanks. I appreciate all your help.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Riva Portman</dc:creator><pubDate>Tue, 07 May 2019 11:26:33 -0000</pubDate><guid>https://sourceforge.net1e7bab9b062a41da5ebf1716a5da4fbc85b521f0</guid></item><item><title>Problem with creating multiple pages</title><link>https://sourceforge.net/p/pdf-php/discussion/147988/thread/b4a5941320/?limit=25#6aa7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I included the font in the loop. I will try and take it out of the loop and see if that fixes it. Thank you again.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Riva Portman</dc:creator><pubDate>Tue, 07 May 2019 10:08:27 -0000</pubDate><guid>https://sourceforge.netcbe5bdf537e0efaee38e40200355c73769c7960e</guid></item></channel></rss>