Is there a problem with xml tags that have a dash in them?? I am trying to generate a pdf from and xsl and an xml..
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.开发者_如何学JAVA The client\'s PDF viewer wou
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 gener
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 t
I am working on a project and I need to i开发者_开发问答nsert data into specified fields in an editabble pdf file using a C# program.I am not very familiar with editable pdf files and programatically
How can I embeded pdf viewer in ruby on rail? Now I tried <embed src=\"MyPdfDocument.pdf\" width=\"500\" height=\"375\">
I would like to programatically convert SVG files to PDF files. However, the SVG files contain text that must be searchable in the generated PDF files. Also, it has to work on Red Hat Enterprise Linux
I want to stream a pdf开发者_JS百科 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.
I want to use PDF::writer to put some dates on a calendar sheet. The calendar sheet itself is prepared as a prerendered template in PDF format. How could I read this PDF as template to write text on i
I\'m tryi开发者_StackOverflow中文版ng 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.