0
votes
0answers
24 views

Convert MS Word Doc to PDF programmatically iOS [closed]

Anyone has any idea Convert MS Word Doc to PDF programmatically iOS. please input your suggestions , I am stuck at this area Thanks
1
vote
0answers
385 views

how to export my sql table to a .doc file using php and download it

I have a table with large amount of data in my sql database, i have to take a copy of .doc or .pdf format using PHP coding. I have to download while clicking the Download Button in my Page. In my ...
1
vote
1answer
409 views

doc, docx conversion to pdf using php

i've been searching for quite a long now to convert a word document (.doc & .docx ) to pdf.....my application is about taking a word document from clients than converting them to a pdf with added ...
1
vote
2answers
455 views

Convert .pages to .doc or .pdf in Python

How does one convert a .pages file to a .doc or .pdf file using Python? My use case is basically: User uploads a .pages file to my service My service converts the .pages to a .pdf` The .pdf is ...
0
votes
1answer
206 views

How to set initial view options for PDF documents (exporting from MS Word)

Is it possible to change initial view options when exporting in MS Word (2010) to PDF or change it after it is ready. My specific need is to change Default (which is usually Page) to something like ...
0
votes
2answers
2k views

Convert Doc file to PDF in VB.Net

I have an situation where i need to convert Doc file into PDF file. I am devepoing windows application in vb.net. and also i don't want to user third party dll if possible. so can anyone give me some ...
0
votes
2answers
209 views

PDF vs. DOC print processing

I have a process that sends to printer a large amount of .doc files (with 50-200 pages each). Now, I want to change .doc format of documents to pdf because it's more convenient (for it's design ...
2
votes
3answers
4k views

PDF or Word creation documents with Yii?

Hello I'm building an application with Yii that will now generate reports. My client wants to edit the reports after these are generated. I think the best option is creating a Word document so my ...
0
votes
3answers
823 views

How can I convert PDF to doc without microsoft.office.interop?

I need to convert PDF files into .doc files using C#. The computer has no file system though it doesn't have Office installed. Any good ideas how I can approach this? I did some research and most of ...
4
votes
7answers
4k views

automation of Doc to PDF in c#

I have got about 200 word documents that I need to pdf. Obviously, I cannot pdf them one by one as, first it will take ages, second I am sure it is not good practice to do so. I need to find a way ...