Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 21,566 for

docx

(0.18 sec)
  1. Compare Word documents | GroupDocs

    Learn how to compare Word (.doc, .Docx) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences with simple Python code....API, you can: Compare DOC and DOCX files Highlight insertions,...source_path = "source.docx" target_path = "target.docx" result_path =...

    docs.groupdocs.com/comparison/python-net/compar...
  2. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API... Redactor ( "protected_docx" , load_opt ) as redactor :...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/load-pa...
  3. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....docx" )) { // Here we can use document...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/load-from-loca...
  4. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...docx document to PDF: Java import...viewer = new Viewer ( "sample.docx" )) { PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  5. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...docx" , FileMode . Open , FileAccess...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/load-from-stream/
  6. Releasing GroupDocs.Editor for Java API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for Java API version 17.9 which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....for following file formats: # DOCX DOC DOCM ODT OTT RTF HTML MHTML...

    blog.groupdocs.com/editor/releasing-groupdocs.e...
  7. GroupDocs.Viewer for Java - Document Viewer Jav...

    GroupDocs pleased to announce another release of Java Document Viewer App (Modern UI) v3.2.0 using GroupDocs.Viewer for Java version 17.5.0. This release v3.2.0 comes up with new features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like Docx, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments...

    blog.groupdocs.com/viewer/groupdocs.viewer-java...
  8. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.Docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...docx" , loadOptions ); } More resources...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  9. Specific VSDX file conversion - text out of box...

    Hi, a customer of ours has issues with converting his vsdx file to pdf. Conversion goes well, but they noticed some text went out of bounds. I’ve uploaded the files here: Download Marine and Offshore LV Power and Control…...overlapping during PDF to DOC/DOCX conversions , which may point...

    forum.groupdocs.com/t/specific-vsdx-file-conver...
  10. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF file...docx" )) { // Here we can use document...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/save-in-raster...