Tagged Questions
1
vote
1answer
234 views
.net program to parse .doc file
I want to create an application which will be able to parse doc/docx files structure of this file is shown bellow:
par-000.01 - some content
par-000.21 - some content
par-000.31 - some content
...
0
votes
2answers
386 views
C# Converting PDF file to Word doc and vice versa
I need to highlight some random text to my PDF file. My friend advised me to convert the PDF to a Word document and parse the doc and do the highlighting before converting back to PDF.
Is there any ...
0
votes
1answer
220 views
How to enable the write permission on web directory?
I am writing an application which is daemon. It operates on a web-directory which is inside the inetpub/wwwroot/daemon_Folder. It will change the files there. The problem is that the folder manages to ...
0
votes
1answer
128 views
How do you generate PDF/HTML/DOC in .NET?
Currently, we are producing reports by means of ABCPdf that transforms HTML to PDFs.
Now we need to generate DOCs as well. That is pretty close to reporting.
We've tried to replace ABCPdf with ...
1
vote
2answers
1k views
Convert DOC to PDF [closed]
I know this question has been asked over and over, but I can't find the answer I'm looking for. So I'll shamelessly try again.
I'm looking for a reliable, stand-alone tool for converting Word ...
0
votes
2answers
225 views
Generating formatted (tables) report using rtf or word in .net
I need to generate a report file from my don net app. i need to put the data in tabulated format. ordinarily, you would expect me to use the Microsoft report viewer control. but am using sqlite, and ...
1
vote
4answers
610 views
.Net Framework documentation location
im working on a documentation project and i need to parse the .net framework documentation.
I want to use NDoc for that. I have successfully installed the .net framework and the msdn library. The ...
-1
votes
1answer
223 views
snapshot of first page of pdf document in .NET [closed]
I want to take snapshot of pdf document's first page. I'm using .Net code.
0
votes
5answers
1k views
WPF or C# convert Html to Doc
How can I convert HTML with images to Word Document(Doc not Docx) in WPF? Please tell me a free lib or other solution, but preferably with no office installed on OS.
0
votes
1answer
479 views
Doc to PDF conversion and manipulation
On our production server (Windows Server 2008) we have a MS Word file.
I have the following requirements:
Convert the doc file into pdf
Create a new PDF with the same page dimension (dimensions can ...
1
vote
3answers
3k views
Convert single doc file to pdf
I am using following code How do I convert Word files to PDF programmatically? to convert the doc file to pdf. but the code mentions getting all .doc files from specific directory whereas i wish to ...
1
vote
1answer
1k views
How to convert .Doc to Tiff/Jpeg programmatically using C#?
I need to find a way of converting Word Doc files to Jpeg of Tiff files using C#/.NET. I cannot use any virtual printing drivers such as Microsoft Office Document Imaging. I can only use C# and/or C++ ...
1
vote
2answers
1k views
C# free Doc 2 PDF solution
would anyone suggest a free solution to programmatically convert Office documents (mostly .doc) to PDF in the form of a .NET library or a command-line application i can call from my program? Thanks
...
2
votes
2answers
1k views
XPS to Doc(x) Conversion via .Net?
Good morning,
does anyone know of a (native) .net way to convert xps documents to docx or finally to a normal (non wordml) .doc? As in not using office automation and rather some native (3rd party) ...
2
votes
2answers
263 views
How can I convert formatted text on a webpage and in the database to RTF or doc
I have some formatted data that needs to be saved from the web page as a word document or rtf, something ubiquitous so I am thinking RTF. What is the easiest way to save something from .net as rtf? ...
5
votes
6answers
18k views
How to load MS Word document in C# (.NET)?
How do I load MS Word document (.doc and .docx) to memory (variable) without doing this?:
wordApp.Documents.Open
I don't want to open MS Word, I just want that text inside.
You gave me answer for ...
