Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 8,348 for

paged

(0.06 sec)
  1. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....the watermark to the output pages. Java import com.groupdocs.viewer...( viewOptions ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  2. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....browser to display the first pages of a PDF file when you open...removing unused resources Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  3. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....browser to display the first pages of a PDF file when you open...removing unused resources Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. Add Watermarks to Word Documents | 5 Secure Met...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods with code examples, including locked headers, tiled watermarks, and password-protected sections that can't be easily removed.... It appears on every page automatically, but offers minimal...Difficulty: Easy | Best for: Multi-page documents requiring moderate...

    blog.groupdocs.com/watermark/secure-word-docume...
  5. Merge Word Documents on GroupDocs Blog | Docume...

    Merge Word Documents on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge Word Documents on GroupDocs Blog | Document Automation Solutions for .NET &......document entier ou seulement les pages sélectives de plusieurs fichiers...fichier. Combinez uniquement les pages sélectives de plusieurs fichiers...

    blog.groupdocs.com/fr/tag/merge-word-documents/...
  6. Add Image Watermark to DOCX Using Python

    Add image watermark to DOCX using Python for secure document branding. This guide also shows how to apply watermark to DOCX document in Python with full control....graphics directly onto your Word pages. This tutorial also guides you...watermark in the middle of the page horizontally and vertically...

    kb.groupdocs.com/watermark/python/add-image-wat...
  7. Convert CAD Drawings (DWG, DGN, DWF) to PDF in ...

    Convert the CAD files like DWG to PDF in Java. DWF, DGN, and AutoCAD drawings to PDF using document and image conversion Java API by GroupDocs....images, portable documents, web pages, photoshop formats, Microsoft...Microsoft Visio, CAD drawings, Page descriptive languages, etc....

    blog.groupdocs.com/conversion/convert-cad-drawi...
  8. Installation | GroupDocs

    Development Environment Operating Systems GroupDocs.Search for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime **GroupDocs.**Search for Java supports Java run-time version 6 (1.6) and above. Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Search for Java API directly in your Maven projects with simple configurations.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/installation/
  9. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....OpenDocument Text Template Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/supported-doc...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/net/working-with-me...