Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 3,082 for

email to pdf

(0.21 sec)
  1. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Compare two DCM files in .NET | Document Compar...

    Compare and merge more than two DCM files in C# .NET applications. Retrieve differences summary in content, text & style of DCM files, images and document formats....supports comparing and merging PDF, Word documents, Excel spreadsheets...presentations, Visio diagrams, Outlook emails, HTML, drawings and image file...

    products.groupdocs.com/comparison/net/dcm/
  3. Tile / Usual Watermark does not work in Python ...

    Hey, my organization is really interested in GroupsDocs.Watermark package (primarily in Python language), so we’re testing it right now To see whether it’s suitable for our needs. Current issue which we’re trying To sol…...tile watermark as we’ve made in pdf and few other file extensions...library. That’s how watermark in pdf looks like. Screenshot 2024-11-18...

    forum.groupdocs.com/t/tile-usual-watermark-does...
  4. Parser.Search Method (String, SearchOptions) - ...

    Searches a keyword in the document using search options (regular expression, match case, etc.)....Search text in PDF documents Search text in Emails Search text in...

    apireference.groupdocs.com/parser/net/groupdocs...
  5. Working with metadata in GIF images | Documenta...

    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....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Java PPS Comparison API - Compare PPS Files for...

    Compare and merge PPS files in Java, J2EE, J2SE applications. Analyse differences summary in content, text & style of PPS files, images and document formats....range of documents including PDF, Word, Excel worksheets, PowerPoint...presentations, Visio diagrams, Outlook emails, HTML, drawings and image file...

    products.groupdocs.com/comparison/java/pps/
  7. Introducing GroupDocs.Classification for .NET |...

    What Is GroupDocs.Classification? GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer file formats, Pdf documents, RTF and TXT. Classification results can be easily cusTomized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required To classify texts or documents. IAB-2 taxonomy for News/Cites classification....OpenDocument Writer file formats, PDF documents, RTF and TXT. Classification...such as Invoices, CVs, Forms, emails. Sentiment taxonomy for the...

    docs.groupdocs.com/classification/net/introduci...
  8. Compare two CPP files in .NET | Document Compar...

    Compare and merge more than two CPP files in C# .NET applications. Retrieve differences summary in content, text & style of CPP files, images and document formats....supports comparing and merging PDF, Word documents, Excel spreadsheets...presentations, Visio diagrams, Outlook emails, HTML, drawings and image file...

    products.groupdocs.com/comparison/net/cpp/
  9. Compare two DWG files in .NET | Document Compar...

    Compare and merge more than two DWG files in C# .NET applications. Retrieve differences summary in content, text & style of DWG files, images and document formats....supports comparing and merging PDF, Word documents, Excel spreadsheets...presentations, Visio diagrams, Outlook emails, HTML, drawings and image file...

    products.groupdocs.com/comparison/net/dwg/
  10. Handle loading of external resources documents ...

    Learn how To handle loading of external resources....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/net/handle-loading-of...