Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 5,991 for

file signature

(0.75 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...highlighting them in the resultant file is a common yet major feature...consumed. Let’s talk about the new file formats introduced. Most of...

    blog.groupdocs.com/groupdocs.blog/page/42/
  2. List and print all supported file types | Group...

    This article explains how to list and print File types supported by GroupDocs.Viewer for Java...Signature Product Solution GroupDocs...supported file types List and print all supported file types Leave...

    docs.groupdocs.com/viewer/java/how-to-list-and-...
  3. Get supported file formats | GroupDocs

    List all File formats supported by GroupDocs.Watermark for Python via .NET....Signature Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/python-net/get-sup...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format....Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  5. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of a particular format using GroupDocs.Metadata for Python via .NET....Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  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....Signature Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. 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....Signature Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. 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....Signature Product Solution GroupDocs...the output PDF file Optimize the output PDF file Leave feedback...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. 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....Signature Product Solution GroupDocs...the output PDF file Optimize the output PDF file Leave feedback...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format....Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/net/load-a-file-of-...