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

file signature

(0.07 sec)
  1. 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...
  2. 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...
  3. GroupDocs Holidays Offer – Get 25% off GroupDoc...

    Share this issue: Monthly NewsletterDecember 2018 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Get 25% off GroupDocs.Total OR 24 Bottles of Award-Winning Pirathon Total Shiraz (worth over $1500). Quote HOLOFF2018 or PIRATH2018 when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers....all required information from files, documents, emails, and archives... Add and search Metadata signatures in Excel and Word documents...

    blog.groupdocs.com/total/groupdocs-holidays-off...
  4. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the File size....Signature Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file by removing unused...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  5. Save document to the same file or stream | Grou...

    This article explains how to save document to the same File or stream while using GroupDocs. Watermarks API....Signature Product Solution GroupDocs...the same file or stream Save document to the same file or stream...

    docs.groupdocs.com/watermark/net/save-document-...
  6. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF File using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the File size....Signature Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file by removing unused...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a specified location...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  8. How to Convert Text File to JPG using Java

    Easily convert Text File to JPG using Java with a few API calls of the document conversion library and review sample code for Java TXT to JPG converter application....Signature Product Family GroupDocs.Metadata...Product Family How to Convert Text File to JPG using Java This short...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Extract Text from Markdown File in C#

    This tutorial describes the step-by-step procedure to extract text from Markdown File in C# language and how to use the workflow to get text from Markdown using C#....Signature Product Family GroupDocs.Metadata...to Extract Text from Markdown File in C# This short article explains...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  10. How to Extract Text from Markdown File in Java

    This article describes the workflow to extract text from Markdown File in Java and provides a working application on how to get text from Markdown using Java....Signature Product Family GroupDocs.Metadata...to Extract Text from Markdown File in Java In this how-to article...

    kb.groupdocs.com/parser/java/how-to-extract-tex...