How can I convert an RTF file to a pdf file?
How can I convert an RTF file to a PDF one? I have the adobe PDF printer, should I use it? If so, how can I programmatically access it? ...
How can I convert an RTF file to a PDF one? I have the adobe PDF printer, should I use it? If so, how can I programmatically access it? ...
I am getting http500 for the code below,I am not sure what is wrong. I am new to php. I have checked that PDF.php is in the right directory and so does fonts <?php define('FPDF_FONTPATH','/home/php/File/PDF/fonts/'); require('/home/php/File/PDF.php'); $pdf=new FPDF('P', 'mm', array(100,150)); $pdf->AddPage(); $pdf->SetFont('times'); $pd...
I want to create a website/webapp to aid users in making translations of foreign texts. The user would upload/copy & paste a text in one collumn, type in a translation on a second collumn. There would be a feature for the user to add notes about certain words, in such a way that when they hover over the word a popup appears with their no...
I was trying to create a pdf from an FDF file. I have created the FDF file succesfully. But when i try to convert it into pdf i get some errors. Below is the part of my code. the test.pdf file open in a download box and when i try to open it gives error "couldn't open test.pdf because it is either not supported file type or has been dam...
I am building a PDF Viewer using the Atalasoft DotImage libraries. They have a PDF Viewing component, but it doesn't support the Acrobat style PDF continuous layout, I have to display the pages a page at a time. I need to build sort of a virtualizing scrollable control which has probably 3 PDFViewers in it, the current frame, and the on...
I am using the following bit of code to send a pdf file back to the user. this works fine on my pc and on all of our test pcs. however the user is complaining the document is corrupt. When I look at the pdf file sent back in notepad I can see some HTML after the binary infomation. protected void btnGetFile_Click(object sender, EventArgs...
Hi guys, This is the 2x2 table I need to generate: r1c1 r1c2 r2c1 r2c1 ---- In other words I should print the bottom border of the bottom right cell. This is my code: show.pdf.prawn #This is a two dimensional array: my_array = [["r1c1","r1c2"],["r2c1",Prawn::Table::Cell.new(:text => "r2c2", :border_width => 1 , :borders => ...
I have set up PDFTK so that I can rotate a pdf 90 degrees to print it landscape mode. Have had no luck rotating using lpr, so I am trying to rotate before I send to the printer. Once I use PDFTK the created PDF files appears to be rotated perfectly. It then gets translated into a postscript file, using pdf2ps, and when it is sent to th...
I have to generate an excel file and a PDF file from an asp.net application. I'm using the Interop assemblies and I can generate the excel file without any problem. But when I'm generating an pdf file with the add-in SaveAsPDFandXPS.exe I'm getting the next error: Exception HRESULT: 0x800A03EC with a debug I see the error is in the...
I want to stream a pdf from a directory on the server using an ASP.NET page. This works fine. The catch is that I want to pass Adobe Open Parameters to land on a specific page. Adobe has parameters for this: http://url/filename.pdf#page=XX But, I can't find out how to stream the file rather than call it through a URL and get the #page=...
Hi, In my iPhone application, I have several data items. I want to generate a PDF file using these data items and attach the PDF file in email. As I know, I need to use Quartz 2D to draw the PDF file. Is there any sample code or suggestion about drawing PDF? Thanks in advance. ...
I need to embed some PDF documents into a website. The last time I did this, I used a jQuery lightbox to popup an iFrame with the PDF document as the URL. The client's PDF viewer would then take care of the rest. Apparently though, that was a bit buggy on some other peoples browsers. I guess it was due to the large PDF file sizes and th...
I am looking for a library which will allow me to render text and graphics output onto a PDF document. (Cairo is certainly an option.) I would like to know how OpenOffice writes PDF files to see if I could use the same library. What library is being used by OpenOffice for PDF export? Edit: I am looking for a C or C++ library. ...
I am writing a JBOSS web app with Struts2 and would like to produce reports in PDF and XLS format. How can I do this? Are there popular packages that can do this for me? ...
Hi, I need to create pdfs with iText (for the moment, other lib suggestions are appreciated) in the CMY colorspace. It's not CMYK: All colors and black should be converted to CMY only so that the black plate is empty when saving my created PDF. I know, black would look some sort of brown, but I have to requirement to not use any black ...
I use fdf to fill online pdf form. Now I want to fill the same pdf form multiple times ( entries from a database) for multiple users and save this pdf document with all the entries ( same form multiple times for multiple users). My user wants to fill this form for all the users from a table and save this pdf document for future reference...
Hi all, I'm trying to find a way to search inside PDF files. I came accross the PHP PDF class but I can't seem to find any function for reading/searching a filestream. So, as naive as I am, i tried to simple get a stream using file_get_contents(), obviously it's an encrypted-like output ;) So my question, is there any way to search t...
In xsl / fop how do you make a block take up exactly the whole page ? Is there something like height = 100%? I want the first page of my pdf to contain a block with dynamic summary that can be a couple of lines only so I don't want the rest of the pdf blocks to be come up on the first page. ...
Does anyone know where i can view a sample PDF that has an embedded flash video? I know it's silly to ask because you would think any tech-oriented user should be able to find one using Google but I really could not. Another question I have is, how hard would it be to embed a flash video into a PDF file using an API in C#? One possible ...
Is there a way to edit a postscript file, to add or increase the number of copies to be printed? ...