Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 22,392 for

docx

(1.84 sec)
  1. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...FilenameExtension = "docx", Stream = new FileStream(@"\\doc2.docx", FileMode...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  2. Why is there no DenyDownloading in GroupDocs.Vi...

    Why is there no DenyDownloading in GroupDocs.Viewer.Options Permissions? I'm currently trialing GroupDocs.Viewer in our .NET project for rendering PDF files. Everything is smooth, fast, and easy to......For example, you have input DOCX, and you want to convert it...the different documents like DOCX, PDF, XLSX, PPTX, XPS, PSD,...

    forum.groupdocs.com/t/why-is-there-no-denydownl...
  3. Quick Start Guide | GroupDocs

    Install GroupDocs.Comparison for Python via .NET, compare your first two documents, and inspect the detected changes — end to end in under five minutes....docx and target.docx , then run it with python.../source.docx" ) as comparer : comparer . add ( "./target.docx" ) #...

    docs.groupdocs.com/comparison/python-net/gettin...
  4. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-metadata-net, and run three minimal examples — read metadata, remove all metadata, and inspect a document — in under five minutes....docx" ) as metadata : # `lambda p:...read_metadata () input.docx input.docx is the sample file used...

    docs.groupdocs.com/metadata/python-net/getting-...
  5. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....docx" , "rb" ) as stream : # Create...supported for this format" ) sample.docx The following sample file is...

    docs.groupdocs.com/parser/python-net/load-file-...
  6. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.Docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....docx" )) { // Save the document with...redactor = new Redactor ( @"sample.docx" )) { // Save the document with...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  7. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....docx ) to a PDF file and save the...( "c:\\files\\business-plan.docx" ); // Define conversion options...

    docs.groupdocs.com/conversion/java/save-file-to...
  8. Add a Watermark to Converted Document | GroupDocs

    Stamp a text watermark on every page of a converted document with GroupDocs.Conversion for Python via .NET — control colour, size, position, rotation, transparency, and foreground or background placement via WatermarkTextOptions....demonstrates how to convert DOCX document to PDF and add a watermark:...Converter ( "./professional-services.docx" ) as converter : # Set up the...

    docs.groupdocs.com/conversion/python-net/develo...
  9. Remove metadata properties | GroupDocs

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....docx" try ( Metadata metadata = new...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/remove-metadat...
  10. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking Java API....docx" ); byte [] attachmentBytes...getFileType () == FileType . DOCX ) { pdfContent . getAttachments...

    docs.groupdocs.com/watermark/java/attachments-i...