We have a project where we need to convert the following file types to PDF:
application/msword .doc
application/rtf .rtf
application/vnd.ms-excel .xls
application/vnd.ms-powerpoint .ppt
application/vnd.oasis.opendocument.presentation .odp
application/vnd.oasis.opendocument.spreadsheet .ods
application/vnd.oasis.opendocument...
Hello there,
we are trying to find the best solution for merging an XML data coming from an HTML form that the user is filling, with the PDF "template" form that resides on the server. After submitting the form in the browser, user should be able to download his/her merged PDF.
I have found similar questions regarding FDF and PHP but n...
I have some forms that were created with Acrobat, they are fillable PDF files (they contain named fields). Is there a toolkit that will reformat them into TEX/LaTEX files and leave all the fields intact? With Acrobat, I can export the forms to Word format (haven't tried it yet), so that might be another path I can take as well. So may...
Hi Guyz,
I am working with joomla and have tcpdf for pdf, print article when i test on local server it shows me the right results on both but on live server only the print page works fine and pdf did not render perfectly, it show some machine specific code.
thanks in advance.
Farrukh
...
Hi Fellas,
I am new in iPhone application development. In my application i need to export the data that i have in sqlite into pdf and excel sheet format, also after that i have to give a provision to attach that generated pdf or csv files in an email and send it to same.
Kindly help!...I am really screwed. I need codes for it
Thanks in...
How can i create certified pdf with c#?
...
Hi,
My requirement is to generate pdf where data retrieved from the database should be splitted between pages if data is more rather than creating entire data in new page.
For instance sometimes when a table has to be splitted on another page, some cells of the splitted row should appear on the preceding page while the others appear on...
Do you have any idea on how to generate report templates for CakePHP Applications, like the ones you can use on Dolibarr project?
...
To preface this, I know there are discussions on this in various places.
Half of what I read is outdated, buggy or simply unrelated to my situation.
This is why I am bringing it to the community that I know will have the answers.
Question: I have a directory (online is ideal) of around 70,000 pages in PDF documents (documents range fr...
Is it possible to write a script for Adobe Illustrator or some other tool that will read the contents of a number of PDF files and convert all the RGB colours to CMYK?
If so, could somebody please point out some of the steps involved, or where to find more information on this?
...
Ok, I'm not fluent in Apache...
I have a .htaccess file setup like so:
<Files *>
Order Deny,Allow
Deny from all
Allow from localhost
</Files>
RemoveHandler .php .php3 .phtml .cgi .fcgi .pl .fpl .shtml
The Problem is I am needing to use .pdf files to link to a URL like so within this directory:
<iframe name="FRAME2" src=...
How to read contents of specific page from PDF using itextsharp APIs
Can anybody redirect me to the correct direction?
Thanks in advance!
...
For some reason when I set the CheckType property on the RadioCheckField object, it remains as the default (TYPE_CHECK). Does anyone know why this is happening?
RadioCheckField bt2 = new RadioCheckField(stamp.Writer, new Rectangle(50, 50, 50, 50), "radio", "North");
bt2.CheckType = RadioCheckField.TYPE_STAR;
bt2....
Hi All,
I have a bunch of PDF docs with tabular data in them which I need to extract into a more readable format to store in a spreadsheet, database or whatever.
Is there anything out in the world (preferablly free) that is able to get tabluar data out of PDFs into a more readable format in bulk either natively integrated with an app o...
I am not a Sharepoint programmer, I'll admit up front. But I'm a user, and I know if I find a solution online it'll be a lot faster than waiting for my I/S team to find it....
I am building a wiki with a main page and one level deep of subsidiary pages. (I don't want to debate if it should be a wiki or not... I'm looking for shared acce...
I have a field on a PDF form that could be too small for the contents it needs to hold. Since it is already nearly the size of the page, I need a way to tell adobe to let that field grow to cover more than a page.
I haven't found any way to do this. LiveCycle seems to act like you can do it, but everything tried so far, does not do an...
Is it possible to render PDF using DocumentViewer (it's WPF control) ?
If it is possible then how ? Code example or link to some code example would be appreciated.
Thanks for answers.
...
How to do it with help of PHP?
...
I'm trying to incorporate some plots from R in my LaTeX document through Sweave.
\SweaveOpts{eps = FALSE, pdf = TRUE, echo = FALSE, prefix = TRUE, prefix.string = data}
<<label = abundanca:barplot, fig = TRUE, include = FALSE, results = hide>>=
barplot(abund, xlab="Vzorčne postaje", ylab="Abundanca", main="", col="slategrey", names.arg...
I have a PDF form template which 20% of its size dedicated to header (head section) on the top and the remaining 80% of its height dedicated to a table filling with texts (body section), i want to extend the text to the next page body section if text does not fit to the previous body section page
Whats the best way to do that ?
...