Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 5,467 for

file signature

(0.84 sec)
  1. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....Join Multiple Documents of Same File Format into One GroupDocs.Merger...latest version introduces new file formats (PNG, JPG, BMP and email)...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...manifest file, called manifest.json and other resource files. The...The manifest file describes a extension’s general information: any...

    blog.groupdocs.com/groupdocs.blog/page/101/
  3. Optimize a PDF file for a browser | GroupDocs

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API for web browser or to reduce size....Signature Product Solution GroupDocs...Optimize the output PDF file / Optimize a PDF file for a browser Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. 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/
  5. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book Files using Java programming language....Signature Product Solution GroupDocs...How to edit e-Book file How to edit e-Book file Leave feedback On...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  6. 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/
  7. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...download and print the original file using buttons on the GroupDocs...download or print the original file. When set to false , the Download...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  8. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing File size....Signature Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file by removing unused...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Load file from Amazon S3 storage | GroupDocs

    This article demonstrates how to convert File stored in Amazon S3 storage using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs.../ Loading files from different sources / Load file from Amazon...

    docs.groupdocs.com/conversion/net/load-file-fro...
  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 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...