Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,043 for

office watermarking

(0.04 sec)
  1. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Java....Watermark Product Solution GroupDocs...with the release of Microsoft Office 2007, the structure of this...

    docs.groupdocs.com/merger/java/merge/word/
  2. GroupDocs.Annotation .NET Python Integration | ...

    Learn to integrate GroupDocs.Annotation for .NET with Python using pythonnet. Master two proven methods to solve assembly loading challenges, featuring complete code samples for wrapper-based and reflection-based annotation approaches.... Q: Do I need Microsoft Office installed? A: No. GroupDocs...independently of Microsoft Office. Q: What’s the performance...

    blog.groupdocs.com/annotation/python-integration/
  3. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Watermark Product Solution GroupDocs...Reading document statistics Most office applications are able to display...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Edit PowerPoint Presentations | GroupDocs

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Java....Watermark Product Solution GroupDocs...instance separately. Like all Office OOXML formats, Presentation...

    docs.groupdocs.com/editor/java/edit-powerpoint/
  5. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Watermark Product Solution GroupDocs...is provided with Microsoft Office. However, this certificate...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Watermark Product Solution GroupDocs...Reading document statistics Most office applications are able to display...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Watermark Product Solution GroupDocs...Reading document statistics Most office applications are able to display...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word documents to OOXML formats using GroupDocs.Assembly for .NET....Watermark Product Solution GroupDocs...maximum compatibility with older Office versions, use Transitional...

    docs.groupdocs.com/assembly/net/basic-usage-oox...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Watermark Product Solution GroupDocs...Reading document statistics Most office applications are able to display...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Merge Word Documents | GroupDocs

    Learn this article and check how to merge Microsoft Office Word documents in .NET applications using C# programming language....Watermark Product Solution GroupDocs...with the release of Microsoft Office 2007, the structure of this...

    docs.groupdocs.com/merger/net/merge/word/