Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 6,132 for

file signature

(0.12 sec)
  1. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Signature Product Family GroupDocs.Metadata...using Java How to Add Barcode Signature to PDF in Java How to Convert...

    kb.groupdocs.com/categories/page/42/
  2. 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...
  3. Specify file type for comparison manually | Gro...

    Learn how to manually specify the File type when comparing documents using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...Specify file type for comparison manually Specify file type for...

    docs.groupdocs.com/comparison/python-net/specif...
  4. 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-...
  5. Loading specific file formats | GroupDocs

    Learn how to load specific File formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email Files in C#....Signature Product Solution GroupDocs...Loading specific file formats Loading specific file formats Leave...

    docs.groupdocs.com/parser/net/loading-specific-...
  6. How to change the maximum size of a file | Grou...

    This article shows how to change the maximum size of a File....Signature Product Solution GroupDocs...size of a file How to change the maximum size of a file Leave feedback...

    docs.groupdocs.com/viewer/java/how-to-change-ma...
  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. 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...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...from the API while adding CHM files media type detector to the API...supports reading APEv2 tags in Mp3 files. Furthermore, the API also allows...

    blog.groupdocs.com/groupdocs.blog/page/71/
  10. 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...