Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 8,276 for

paged

(0.55 sec)
  1. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using Java...following article: 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/merger/java/merge-documents-...
  2. 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...
  3. 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...
  4. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....pdf" , options ); } 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/conversion/net/convert-xml-t...
  5. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... 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/java/getting-known-...
  6. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....pdf" , options ); } 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/conversion/net/add-watermark/
  7. GroupDocs.Parser for .NET 25.11 – Dernières mis...

    Découvrez les nouveautés de GroupDocs.Parser pour .NET 25.11. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....Extraire les tableaux d’une page spécifique Extraire les tableaux...Extraire les tableaux d’une page spécifique # using (Parser parser...

    blog.groupdocs.com/fr/parser/groupdocs-parser-f...
  8. 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...
  9. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for .NET....file Leave feedback On this page This demonstration shows and...have a UTF-8 encoding. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/net/how-to-edit-csv-f...
  10. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....js Leave feedback On this page Overview Starting from version...to work as expected. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/nodejs-java/inserting...