Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
docx
- Page 1
.docx document
Hardware and Software
Microsoft Windows
16 Years Ago
by kirill1996
So... I have been working on a word document project on another computer and I saved it to a flash memory. Then I went home and opend the .
docx
document and it didnt load. The x in the .
docx
I think has something to do with it.
Docx Conversion for Word 2003
Hardware and Software
Microsoft Windows
13 Years Ago
by OrcasTech
… Pack. Now the Compatibility Pack fails to open Word 2010
DOCX
files? The message reads "Word experienced an error trying…. Try these suggestions." None of the suggestions apply. The
DOCX
file is password protected.
Re: Docx Conversion for Word 2003
Hardware and Software
Microsoft Windows
13 Years Ago
by Pjieter
… doesn't work, you'll probably have to convert your .
docx
-files to .doc. To me, it makes sense that… .
docx
can't be opened in .doc, as it is a …
Re: .docx document
Hardware and Software
Microsoft Windows
16 Years Ago
by kirill1996
I dont want to risk it and break the file but should I try changing it from .
docx
to .doc?
docx/doc online viewer
Programming
Web Development
14 Years Ago
by danielkull
Hi, How can I preview Word Document (located on FTP) in browser, without downloading the file to computer? I have found this [url]https://docs.google.com/viewer[/url] but it doesnt support doc/
docx
:(
py2exe/py2app and docx don't work together
Programming
Software Development
13 Years Ago
by imperialguy
…: START main_script='docx_example' dist_dir_main_path=os.path.abspath('./
docx
-bin') compression_level=2 optimization_level=2 bundle_parameter=1 skip_archive_parameter…document,coreprops,appprops,contenttypes,websettings,wordrelationships,'docx_example.
docx
') docx_example: File "
docx
.pyc", line 849, in savedocx…
java , text editor , save a docx file
Programming
Software Development
12 Years Ago
by ellosbibu
…i create a java text editor for open
docx
documents. the text editor should do the…().getName(); if(fileName.contains(".
docx
")){ }else{ fileName = fileName + ".
docx
"; } jTextArea.exportDocument(new …
Display docx files in a userform with vb.net
Programming
Software Development
10 Years Ago
by sciaccia
… I created a form with a webBrowser container to open
docx
files, but the method navigate, open the document in …a new external window. I would like to open the
docx
"inside" the webBrowser (I have office 2010).… I try to use webBrowser1.Navigate("myfile.
docx
",false) and to use the Microsoft fix MicrosoftFixit50514.…
Convert Docx and doc to HTML in unix environment with CFMX7
Programming
Web Development
15 Years Ago
by sri22
I have a web app that allows user to upload doc or
docx
files and converts it to HTML. I have CFMX 7 in a unix environment. Is there a custom tag that I could use for this conversion? I tried the cfx_word2html tag .. it converts .doc not
docx
. Please let me know. Thanks...
read file .docx or .doc in php?
Programming
Web Development
15 Years Ago
by Aamit
… .doc file? $file_url="http://www.abc.com/upload/test.
docx
"; $doc_data = file_get_contents($file_url); it's gives out put like…
Import *.docx/*.doc into PHP on linux server
Programming
Web Development
14 Years Ago
by wzzcivic
Hi all, Can anyone direct me to a tutorial or help me out with this issue. I'm trying to import a word doc (.
docx
/.doc) and display it as a .php. Workflow 1) User logs in 2) User uploads doc or
docx
file 3) .php converts the doc file into a readable webpage 4) stores info into mysql Thanks
Python and Docx (microsoft office)
Programming
Software Development
12 Years Ago
by eternalcomplex
Hi, I'm trying to generate
Docx
files using python. I searched the web and found a …module: https://github.com/mikemaccana/python-
docx
/blob/master/README.markdown It says to install using easy_install…
how to display pdf and docx for user to view
Programming
Web Development
11 Years Ago
by dannybarh
… have a table in db which contain some pdf and
docx
files. Am trying to display it in a way, so… click on it, it will load the pdf and/or
docx
file from db in another/same window. this is what…
C++ Creating and change, formatting - .docx format
Programming
Software Development
10 Years Ago
by Nikolas9896
Could you tell me how I can use the .
docx
file with Visual Studio 2013 but only with C++ code, and in my application **without** using **MS Word** or another wordprocess. Thanks. I wanna change formatting(bold italy, centre..) and text in .
docx
-files.
Re: read file .docx or .doc in php?
Programming
Web Development
10 Years Ago
by vkvaradha
Hi, Here you have working codes to convert
docx
text into readable web text and print it. http://www.kvcodes.com/2014/08/read-view-
docx
-files-using-php/
Re: Unable to download .docx document on windows server
Digital Media
UI / UX Design
16 Years Ago
by cakka
…] This works perfectly until someone uploads a word document with .
docx
extension. The file is uploaded fine but when using the… same experience about that and it was solved. The document.
docx
was attacked by virus and it can't to opened…
Re: How to view ms document (doc, docx) in richtextbox
Programming
Software Development
12 Years Ago
by G_Waddell
Hi, Unless you have a reason to open it in a richtextbox you can open it directly like so: Module Module1 Sub Main() ' Open the file 'example.
docx
' at the current program's directory. ' It will appear in a new instance of word. Process.Start("example.
docx
") End Sub End Module
Re: how to display pdf and docx for user to view
Programming
Web Development
11 Years Ago
by iamthwee
I would use pdf.js to load the pdf. Not too sure about
docx
though.
Re: C++ Creating and change, formatting - .docx format
Programming
Software Development
10 Years Ago
by NathanOliver
[Here](http://lmgtfy.com/?q=working+with+
docx
+files+in+c%2B%2B) you go.
Unable to download .docx document on windows server
Digital Media
UI / UX Design
16 Years Ago
by oliflorence
…] This works perfectly until someone uploads a word document with .
docx
extension. The file is uploaded fine but when using the…
Editing docx programmatically
Programming
Software Development
16 Years Ago
by Dr_Gonzo
… didn't look like rocket science to me. I know .
docx
is nothing more then a zip file containing some XML…
Library or code for reading/writing unicode characters in RTF, DOC, and DOCX files
Programming
Software Development
14 Years Ago
by victorxstc
… that... 1. It can support inputing/outputing RTF, Doc, or
Docx
formats. I know they are encrypted formats. But while OpenOffice…
Find out number of pages in a file (doc,docx,txt,pdf,ppt .etc)
Programming
Web Development
14 Years Ago
by Aamit
Hi, I am uploading all types of files. After upload i want to calculate number of pages of uploaded file? The document could be DOC ,
Docx
, TXT ,PDF,PPT (with images or with out images) etc. How to calculate number of pages? Any Api available?
Can't upload docx, pptx or xlsx file..
Programming
Web Development
14 Years Ago
by kieky
…, text), but i can upload file with Microsoft Office 2007 (
docx
, pptx, xlsx).. whats wrong with my code? can u help…
how to downloading docx, xlsx and pptx
Programming
Web Development
13 Years Ago
by kieky
Whenever i download
docx
, xlsx ar pptx files from IE, IE will save them as a zip file. whats wrong? can u help me? thanks...
Re: how to downloading docx, xlsx and pptx
Programming
Web Development
13 Years Ago
by kieky
this is my code to downloading file [CODE] <a href='<%# Eval ("UrlFile") %>'>Download</a>[/CODE] with my code i can download doc, xls and ppt.. but if i download
docx
, xlsx and pptx, IE save them as zip...
PHP cannot read pptx/docx/xlsx
Programming
Web Development
12 Years Ago
by HasNor
… have a problem with read file in format "pptx/
docx
/xlsx". In other format PHP can read the document…
Converting Docx To PDF using Bullzip
Programming
Software Development
12 Years Ago
by bhagawatshinde
Hi guys i have generated PDF file from
docx
(.rtf also) You need to install bullzip printer and word. …
file conversion pdf to docx
Programming
Web Development
12 Years Ago
by Mitnick06
**can u help me how to convert a pdf to
docx
file extension using a php or javascript?**
How to view ms document (doc, docx) in richtextbox
Programming
Software Development
12 Years Ago
by manoj323
How to view ms document (doc,
docx
) in richtextbox.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC